public interface IServiceCleanup
Modifier and Type | Method and Description |
---|---|
void |
cleanUpAllServices()
Clean up after ALL services of the type on the cluster.
|
void |
cleanUpService(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 String _rcsid
void cleanUpService(String serviceName) throws ManifoldCFException
serviceName
- is the name of the service.ManifoldCFException
void cleanUpAllServices() throws ManifoldCFException
ManifoldCFException
void clusterInit() throws ManifoldCFException
ManifoldCFException