Class SupervisorContainerCommonMessages


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

      • SupervisorContainerCommonMessages

        public SupervisorContainerCommonMessages()
    • Method Detail

      • jShutdown

        public static 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 static CommonMessage jRestart()
        A Java helper that represents a restart message for a component
        Returns:
        (undocumented)