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