Uses of Class
com.jalios.jcms.exploitation.state.StateManager.JPlatformState
-
Packages that use StateManager.JPlatformState Package Description com.jalios.jcms.exploitation.state -
-
Uses of StateManager.JPlatformState in com.jalios.jcms.exploitation.state
Methods in com.jalios.jcms.exploitation.state that return StateManager.JPlatformState Modifier and Type Method Description StateManager.JPlatformState
StateManager. getState()
static StateManager.JPlatformState
StateManager.JPlatformState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StateManager.JPlatformState[]
StateManager.JPlatformState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.exploitation.state with parameters of type StateManager.JPlatformState Modifier and Type Method Description void
DummyStateNotifier. notify(StateManager.JPlatformState state, java.lang.String message)
void
FileStateNotifier. notify(StateManager.JPlatformState state, java.lang.String message)
void
SidecarStateNotifier. notify(StateManager.JPlatformState state, java.lang.String message)
void
StateNotifier. notify(StateManager.JPlatformState state, java.lang.String message)
StateManager
StateManager. setState(StateManager.JPlatformState state, java.lang.String message)
-