Package | Description |
---|---|
org.apache.manifoldcf.agents.system | |
org.apache.manifoldcf.core.interfaces | |
org.apache.manifoldcf.core.lockmanager |
Modifier and Type | Class and Description |
---|---|
protected static class |
AgentsDaemon.CleanupAgent
Agent cleanup class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ILockManager.cleanupInactiveService(String serviceType,
IServiceCleanup cleanup)
Clean up any inactive services found.
|
String |
ILockManager.registerServiceBeginServiceActivity(String serviceType,
String serviceName,
byte[] initialData,
IServiceCleanup cleanup)
Register a service and begin service activity.
|
String |
ILockManager.registerServiceBeginServiceActivity(String serviceType,
String serviceName,
IServiceCleanup cleanup)
Register a service and begin service activity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BaseLockManager.cleanupInactiveService(String serviceType,
IServiceCleanup cleanup)
Clean up any inactive services found.
|
boolean |
LockManager.cleanupInactiveService(String serviceType,
IServiceCleanup cleanup)
Clean up any inactive services found.
|
boolean |
ZooKeeperLockManager.cleanupInactiveService(String serviceType,
IServiceCleanup cleanup)
Clean up any inactive services found.
|
String |
BaseLockManager.registerServiceBeginServiceActivity(String serviceType,
String serviceName,
byte[] initialData,
IServiceCleanup cleanup)
Register a service and begin service activity.
|
String |
LockManager.registerServiceBeginServiceActivity(String serviceType,
String serviceName,
byte[] initialData,
IServiceCleanup cleanup)
Register a service and begin service activity.
|
String |
ZooKeeperLockManager.registerServiceBeginServiceActivity(String serviceType,
String serviceName,
byte[] initialData,
IServiceCleanup cleanup)
Register a service and begin service activity.
|
String |
BaseLockManager.registerServiceBeginServiceActivity(String serviceType,
String serviceName,
IServiceCleanup cleanup)
Register a service and begin service activity.
|
String |
LockManager.registerServiceBeginServiceActivity(String serviceType,
String serviceName,
IServiceCleanup cleanup)
Register a service and begin service activity.
|
String |
ZooKeeperLockManager.registerServiceBeginServiceActivity(String serviceType,
String serviceName,
IServiceCleanup cleanup)
Register a service and begin service activity.
|