Package csw.command.client.messages
Class SupervisorContainerCommonMessages$
- java.lang.Object
-
- csw.command.client.messages.SupervisorContainerCommonMessages$
-
public class SupervisorContainerCommonMessages$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static SupervisorContainerCommonMessages$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SupervisorContainerCommonMessages$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonMessage
jRestart()
A Java helper that represents a restart message for a componentCommonMessage
jShutdown()
A Java helper that represents a message for a component.
-
-
-
Field Detail
-
MODULE$
public static final SupervisorContainerCommonMessages$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
jShutdown
public CommonMessage 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
public CommonMessage jRestart()
A Java helper that represents a restart message for a component- Returns:
- (undocumented)
-
-