Interface ClientProcessorMBean

  • All Known Implementing Classes:
    ClientProcessor

    public interface ClientProcessorMBean
    ClientProcessorMBean
    • Method Detail

      • getClientID

        String getClientID()
        Get the client ID
        Returns:
        the client ID
      • getPeerDescription

        String getPeerDescription()
        Get the client peer description
        Returns:
        the client peer description
      • isAuthenticated

        boolean isAuthenticated()
        Test if the client is authenticated
        Returns:
        true if the client is authenticated
      • getConnectionDate

        Date getConnectionDate()
        Get the client last activity timestamp
        Returns:
        the client last activity timestamp
      • getSessionsCount

        int getSessionsCount()
        Get the number of sessions in use for this client
        Returns:
        the number of sessions in use for this client
      • getConsumersCount

        int getConsumersCount()
        Get the number of consumers in use for this client
        Returns:
        the number of consumers in use for this client
      • getProducersCount

        int getProducersCount()
        Get the number of producers in use for this client
        Returns:
        the number of producers in use for this client
      • getEntitiesDescription

        String getEntitiesDescription()
        Get a description of entities held by this client
        Returns:
        a description of entities held by this client