Class ShutdownNM

All Implemented Interfaces:
ShutdownListener, Serializable, Remote

public class ShutdownNM extends UnicastRemoteObject implements ShutdownListener
shutdowns the node manager on the local machine
See Also:
  • Constructor Details

  • Method Details

    • complete

      public void complete()
      Specified by:
      complete in interface ShutdownListener
    • shutdown

      public void shutdown(String osaHome)
      tells the nodemgr to shutdown
      Parameters:
      osaHome - directory of the nodemgrs installation
    • doPreShutDownStuff

      public static void doPreShutDownStuff()
      Allow NodeManager to wait for the .lck file created by the sidecar Upon accessing the .lck file, the NodeManager will proceed with shutdow
    • main

      public static void main(String[] args)
      Parameters:
      args - directory of the nodemgr's installation