Package csw.command.client.messages
Class SupervisorContainerCommonMessages$
java.lang.Object
csw.command.client.messages.SupervisorContainerCommonMessages$
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SupervisorContainerCommonMessages$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjRestart()
A Java helper that represents a restart message for a componentA Java helper that represents a message for a component.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SupervisorContainerCommonMessages$
public SupervisorContainerCommonMessages$()
-
-
Method Details
-
jShutdown
A Java helper that represents a message for a component. When received, component takes necessary clean up action and unregisters itself with location service. If the component is a container or run as a standalone process, then shutdown will also kill the jvm process it is running in.- Returns:
- (undocumented)
-
jRestart
A Java helper that represents a restart message for a component- Returns:
- (undocumented)
-