Interface ClientListener

    • Method Detail

      • getName

        String getName()
        Get the listener name
      • getEngineName

        String getEngineName()
        Get the associated local engine name
      • start

        void start()
            throws javax.jms.JMSException
        Start the listener
        Throws:
        javax.jms.JMSException
      • stop

        void stop()
        Stop the listener
      • isStarted

        boolean isStarted()
        Test if the listener is started
      • getActiveClients

        int getActiveClients()
        Get the current number of active clients for this listener
        Returns:
        the current number of active clients for this listener
      • getAcceptedTotal

        int getAcceptedTotal()
        Get the total number of clients accepted by this listener since startup or statistics reset
        Returns:
        the total number of clients accepted by this listener
      • getDroppedTotal

        int getDroppedTotal()
        Get the total number of clients dropped by this listener since startup or statistics reset
        Returns:
        the total number of clients dropped by this listener
      • getMaxActiveClients

        int getMaxActiveClients()
        Get the peak number of active clients for this listener since startup or statistics reset
        Returns:
        the peak number of active clients for this listener
      • getCapacity

        int getCapacity()
        Get the listener max capacity
        Returns:
        the listener max capacity
      • resetStats

        void resetStats()
        Reset this listener's statistics