Class SidecarStateNotifier
- java.lang.Object
-
- com.jalios.jcms.exploitation.state.SidecarStateNotifier
-
- All Implemented Interfaces:
StateNotifier
public class SidecarStateNotifier extends java.lang.Object implements StateNotifier
-
-
Constructor Summary
Constructors Constructor Description SidecarStateNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
void
notify(StateManager.JPlatformState state, java.lang.String message)
boolean
notifyUnchangedState()
void
shutdown()
-
-
-
Method Detail
-
notify
public void notify(StateManager.JPlatformState state, java.lang.String message) throws StateNotificationException
- Specified by:
notify
in interfaceStateNotifier
- Throws:
StateNotificationException
-
notifyUnchangedState
public boolean notifyUnchangedState()
- Specified by:
notifyUnchangedState
in interfaceStateNotifier
-
init
public void init() throws StateNotificationException
- Specified by:
init
in interfaceStateNotifier
- Throws:
StateNotificationException
-
shutdown
public void shutdown() throws StateNotificationException
- Specified by:
shutdown
in interfaceStateNotifier
- Throws:
StateNotificationException
-
-