Package it.tidalwave.actor.spi
Class ActorActivatorStats
java.lang.Object
it.tidalwave.actor.spi.ActorActivatorStats
- All Implemented Interfaces:
ActorActivatorStatsMBean
- Author:
- Fabrizio Giudici
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.tidalwave.actor.spi.ActorActivatorStatsMBean
getInvocationCount, getInvocationErrorCount, getPendingMessageCount, getPoolSize, getSuccesfulInvocationCount
-
Constructor Details
-
ActorActivatorStats
public ActorActivatorStats()
-
-
Method Details
-
changePendingMessageCount
public void changePendingMessageCount(int delta) -
incrementInvocationCount
public void incrementInvocationCount() -
incrementInvocationErrorCount
public void incrementInvocationErrorCount() -
incrementSuccessfulInvocationCount
public void incrementSuccessfulInvocationCount()
-