Enum ServiceController.Transition

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ServiceController.Transition>
    Enclosing interface:
    ServiceController<S>

    public static enum ServiceController.Transition
    extends java.lang.Enum<ServiceController.Transition>
    A transition from one substate to another. The list of possible transitions may change over time, so users should not rely on its permanence.