Package it.tidalwave.actor.spi
Class ActorActivatorStats
- java.lang.Object
-
- it.tidalwave.actor.spi.ActorActivatorStats
-
- All Implemented Interfaces:
ActorActivatorStatsMBean
public class ActorActivatorStats extends java.lang.Object implements ActorActivatorStatsMBean
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description ActorActivatorStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
changePendingMessageCount(int delta)
void
incrementInvocationCount()
void
incrementInvocationErrorCount()
void
incrementSuccessfulInvocationCount()
-
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
-
-
-
-
Method Detail
-
changePendingMessageCount
public void changePendingMessageCount(int delta)
-
incrementInvocationCount
public void incrementInvocationCount()
-
incrementInvocationErrorCount
public void incrementInvocationErrorCount()
-
incrementSuccessfulInvocationCount
public void incrementSuccessfulInvocationCount()
-
-