Package lumis.portal.httpintegration
Interface IHTTPIntegrationRouteJMX
-
- All Known Subinterfaces:
IHTTPIntegrationGlobalJMX
@Name("HTTP Integration Route JMX.") @StableMinor(version="17.0", sinceVersion="17.0") public interface IHTTPIntegrationRouteJMX
HTTP Integration Route JMX.- Since:
- 17.0.0
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getAvailableConnections()
java.lang.Integer
getAwaitingConnections()
java.lang.Integer
getMaxConnections()
java.lang.Integer
getUsedConnections()
-
-
-
Method Detail
-
getMaxConnections
@Name("Max number of connections") @Description("The maximum number of connections in the HTTP Integration") java.lang.Integer getMaxConnections()
-
getUsedConnections
@Name("Number of used connections") @Description("The number of connections currently in use in the HTTP Integration") java.lang.Integer getUsedConnections()
-
getAwaitingConnections
@Name("Number of threads awaiting connections") @Description("The number threads awaiting connections in the HTTP Integration") java.lang.Integer getAwaitingConnections()
-
getAvailableConnections
@Name("Number of vailable connections") @Description("The number of available connections in the HTTP Integration") java.lang.Integer getAvailableConnections()
-
-