|
Joram 5.2.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionManagerMBean
Adds JMX monitoring for a connection manager.
Method Summary | |
---|---|
void |
activate()
Activates the connection manager. |
void |
closeAllConnections()
Closes all opened connections. |
void |
deactivate()
Deactivates the connection manager. |
int |
getFailedLoginCount()
Gets the number of connections rejected due to a failed authentication. |
int |
getInitiatedConnectionCount()
Gets the number of initiated connections since server start. |
java.lang.String |
getMBeanName()
Gets the name of the MBean. |
int |
getRunningConnectionsCount()
Gets the number of living connections. |
boolean |
isActivated()
Tells if the ConnectionManager is active. |
Method Detail |
---|
void closeAllConnections()
void deactivate()
void activate()
boolean isActivated()
int getRunningConnectionsCount()
java.lang.String getMBeanName()
int getFailedLoginCount()
int getInitiatedConnectionCount()
|
Joram 5.2.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |