Interface OSARemoteAdminIfc

All Superinterfaces:
AdminIfc
All Known Implementing Classes:
OSANode, OSAOiNode

public interface OSARemoteAdminIfc extends AdminIfc
  • Method Details

    • shutdown

      void shutdown()
      Description copied from interface: AdminIfc
      Stops node processing
      Specified by:
      shutdown in interface AdminIfc
    • getStatus

      StatusMessage getStatus()
      Description copied from interface: AdminIfc
      Retrieves the most recent, worst status for this node
      Specified by:
      getStatus in interface AdminIfc
      Returns:
      StatusMessage reflecting the most recent, worst status for this node.
    • clearStatus

      void clearStatus()
      Description copied from interface: AdminIfc
      Clears the status table for this node
      Specified by:
      clearStatus in interface AdminIfc
    • reconfig

      void reconfig()
    • isReconfigPending

      boolean isReconfigPending()