public interface IServiceCleanup
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| Modifier and Type | Method and 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.
|
static final java.lang.String _rcsid
void cleanUpService(java.lang.String serviceName)
throws ManifoldCFException
serviceName - is the name of the service.ManifoldCFExceptionvoid cleanUpAllServices()
throws ManifoldCFException
ManifoldCFExceptionvoid clusterInit()
throws ManifoldCFException
ManifoldCFException