public interface SentinelFeatureStats
Statistics that are common to all features.
Sentinel core is responsible for updating these statistics as they correspond to the interaction between the feature and sentinel core.
Features define additional statistics by extending this interface.
The pattern used to name the counters and sample type statistics must follow the JAIN SLEE convention as defined by the SLEE 1.1 specification.
Modifier and Type | Method and Description |
---|---|
void |
incrementFailedDuringExecution(long delta)
Incremented by sentinel core if the feature responds that it failed during execution
|
void |
incrementFailedToStart(long delta)
Incremented by sentinel core if the feature responds that it failed to start correctly
|
void |
incrementIssuedWarning(long delta)
Incremented by sentinel core if the feature responds with a warning
|
void |
incrementStarted(long delta)
Incremented by sentinel core when
SentinelFeature.startFeature(Object, Object, javax.slee.ActivityContextInterface) is called |
void |
incrementTimedOut(long delta)
Incremented by sentinel core if the feature timed out during execution
|
void incrementStarted(long delta)
SentinelFeature.startFeature(Object, Object, javax.slee.ActivityContextInterface)
is calleddelta
- the incrementvoid incrementFailedToStart(long delta)
delta
- the incrementvoid incrementIssuedWarning(long delta)
delta
- the incrementvoid incrementFailedDuringExecution(long delta)
delta
- the incrementvoid incrementTimedOut(long delta)
delta
- the incrementCopyright © OpenCloud. All Rights Reserved.