Interface ConnectionManagerMBean

    • Method Detail

      • getVersion

        String getVersion()
        Gets the name of the MBean.
      • closeAllConnections

        void closeAllConnections()
        Closes all opened connections.
      • deactivate

        void deactivate()
        Deactivates the connection manager. No new connection will be opened.
      • activate

        void activate()
        Activates the connection manager. Creation of new connections will be allowed.
      • isActivated

        boolean isActivated()
        Tells if the ConnectionManager is active.
        Returns:
        ConnectionManager's active state.
      • getRunningConnectionsCount

        int getRunningConnectionsCount()
        Gets the number of living connections.
        Returns:
        the number of living connections.
      • getMBeanName

        String getMBeanName()
        Gets the name of the MBean.
      • getFailedLoginCount

        int getFailedLoginCount()
        Gets the number of connections rejected due to a failed authentication.
        Returns:
        the number of connections rejected due to a failed authentication.
      • getInitiatedConnectionCount

        int getInitiatedConnectionCount()
        Gets the number of initiated connections since server start.
        Returns:
        the number of initiated connection.