Uses of Interface
org.apache.manifoldcf.core.interfaces.IShutdownHook
-
-
Uses of IShutdownHook in org.apache.manifoldcf.agents
Classes in org.apache.manifoldcf.agents that implement IShutdownHook Modifier and Type Class Description protected static classAgentRun.AgentRunShutdownRunner -
Uses of IShutdownHook in org.apache.manifoldcf.agents.system
Classes in org.apache.manifoldcf.agents.system that implement IShutdownHook Modifier and Type Class Description protected classAgentsDaemon.AgentsShutdownHookAgents shutdown hook class -
Uses of IShutdownHook in org.apache.manifoldcf.connectorcommon.interfaces
Classes in org.apache.manifoldcf.connectorcommon.interfaces that implement IShutdownHook Modifier and Type Class Description protected static classThrottleGroupsFactory.ThrottlerShutdownClass that cleans up throttler on exit -
Uses of IShutdownHook in org.apache.manifoldcf.core.lockmanager
Classes in org.apache.manifoldcf.core.lockmanager that implement IShutdownHook Modifier and Type Class Description protected static classZooKeeperLockManager.ZooKeeperShutdown -
Uses of IShutdownHook in org.apache.manifoldcf.core.system
Classes in org.apache.manifoldcf.core.system that implement IShutdownHook Modifier and Type Class Description protected static classManifoldCF.DatabaseShutdownClass that cleans up database handles on exitprotected static classManifoldCF.FileTrackClass that tracks files that need to be cleaned up on exitFields in org.apache.manifoldcf.core.system with type parameters of type IShutdownHook Modifier and Type Field Description protected static java.util.List<IShutdownHook>ManifoldCF. cleanupHooksArray of cleanup hooks (for managing shutdown)Methods in org.apache.manifoldcf.core.system with parameters of type IShutdownHook Modifier and Type Method Description static voidManifoldCF. addShutdownHook(IShutdownHook hook)Add a cleanup hook to the list.
-