Interface ActorActivatorStatsMBean

All Known Implementing Classes:
ActorActivatorStats

public interface ActorActivatorStatsMBean
Author:
Fabrizio Giudici
  • Method Details

    • getPoolSize

      int getPoolSize()
    • getPendingMessageCount

      int getPendingMessageCount()
    • getInvocationCount

      int getInvocationCount()
    • getSuccesfulInvocationCount

      int getSuccesfulInvocationCount()
    • getInvocationErrorCount

      int getInvocationErrorCount()