Class SupervisorContainerCommonMessages$


  • public class SupervisorContainerCommonMessages$
    extends java.lang.Object
    • Constructor Detail

      • SupervisorContainerCommonMessages$

        public SupervisorContainerCommonMessages$()
    • 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)