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 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

      Map<Integer,Map<String,List<String>>> getStatistics()
      Method that returns the time statistics for each state.
      Returns:
      - Map of states