Uses of Class
com.jalios.jcms.exploitation.state.StateNotificationException
-
Packages that use StateNotificationException Package Description com.jalios.jcms.exploitation.state -
-
Uses of StateNotificationException in com.jalios.jcms.exploitation.state
Methods in com.jalios.jcms.exploitation.state that throw StateNotificationException Modifier and Type Method Description void
DummyStateNotifier. init()
void
FileStateNotifier. init()
void
SidecarStateNotifier. init()
void
StateNotifier. init()
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)
boolean
StateNotifier. notifyUnchangedState()
void
DummyStateNotifier. shutdown()
void
FileStateNotifier. shutdown()
void
SidecarStateNotifier. shutdown()
void
StateNotifier. shutdown()
-