Interface StateManagerMXBean
public interface StateManagerMXBean
The MBean interface to monitor the ECE state machine.
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
-
Method Summary
Modifier and TypeMethodDescriptionint
Method that returns the current state id.Method that returns the current state name.Method that returns the time statistics for each state.
-
Method Details
-
getStateIdentifier
int getStateIdentifier()Method that returns the current state id.- Returns:
- - current state id
-
getStateName
String getStateName()Method that returns the current state name.- Returns:
- - current state name
-
getStatistics
Method that returns the time statistics for each state.- Returns:
- - Map of states
-