Interface ActorActivatorStatsMBean

  • All Known Implementing Classes:
    ActorActivatorStats

    public interface ActorActivatorStatsMBean
    Author:
    Fabrizio Giudici
    • Method Detail

      • getPoolSize

        int getPoolSize()
      • getPendingMessageCount

        int getPendingMessageCount()
      • getInvocationCount

        int getInvocationCount()
      • getSuccesfulInvocationCount

        int getSuccesfulInvocationCount()
      • getInvocationErrorCount

        int getInvocationErrorCount()