public interface StateManagerMXBean
The MBean interface to monitor the ECE state machine
The user can get information about the current state and
the time statistics (enter time and exit time) for each of the states
Modifier and Type | Method and Description |
---|---|
int |
getStateIdentifier()
Method that returns the current state id.
|
java.lang.String |
getStateName()
Method that returns the current state name.
|
java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<java.lang.String>>> |
getStatistics()
Method that returns the time statistics for each state.
|
int getStateIdentifier()
java.lang.String getStateName()
java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<java.lang.String>>> getStatistics()