public interface ConnectionManagerMBean
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getMBeanName()
Gets the name of the MBean.
|
int |
getRunningConnectionsCount()
Gets the number of living connections.
|
boolean |
isActivated()
Tells if the ConnectionManager is active.
|
void closeAllConnections()
void deactivate()
void activate()
boolean isActivated()
int getRunningConnectionsCount()
String getMBeanName()
int getFailedLoginCount()
int getInitiatedConnectionCount()
Copyright © 2020 ScalAgent D.T.. All rights reserved.