Class AgentsDaemon.CleanupAgent

  • All Implemented Interfaces:
    IServiceCleanup
    Enclosing class:
    AgentsDaemon

    protected static class AgentsDaemon.CleanupAgent
    extends java.lang.Object
    implements IServiceCleanup
    Agent cleanup class. This provides functionality to clean up after agents processes that have gone away, or initialize an entire cluster.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleanUpAllServices()
      Clean up after ALL services of the type on the cluster.
      void cleanUpService​(java.lang.String serviceName)
      Clean up after the specified service.
      void clusterInit()
      Perform cluster initialization - that is, whatever is needed presuming that the cluster has been down for an indeterminate period of time, but is otherwise in a clean state.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait