Class VMInstanceWatchog

  • All Implemented Interfaces:
    org.springframework.context.Lifecycle

    public class VMInstanceWatchog
    extends Object
    implements org.springframework.context.Lifecycle
    Deprecated.
    The multi-VM mode will be removed with the next major release
    This class implements the instance-side of the MVM pool. It is responsible for talking to the management process: sending heartbeats, listening for heartbeats of the manager (we go down if the manager went away) etc.
    • Constructor Detail

      • VMInstanceWatchog

        public VMInstanceWatchog()
        Deprecated.
    • Method Detail

      • isRunning

        public boolean isRunning()
        Deprecated.
        Specified by:
        isRunning in interface org.springframework.context.Lifecycle
      • start

        public void start()
        Deprecated.
        Specified by:
        start in interface org.springframework.context.Lifecycle
      • stop

        public void stop()
        Deprecated.
        Specified by:
        stop in interface org.springframework.context.Lifecycle
      • setJadiceServer

        public void setJadiceServer​(JadiceServer jadiceServer)
        Deprecated.
        Parameters:
        jadiceServer - the jadiceServer to set