weblogic.cluster.singleton
Interface SingletonServicesStateManager
public interface SingletonServicesStateManager
DEFAULT_STATE_MANAGER
static final String DEFAULT_STATE_MANAGER
- See Also:
- Constant Field Values
FAILED_STATE
static final int FAILED_STATE
- See Also:
- Constant Field Values
MIGRATABLE_STATE
static final int MIGRATABLE_STATE
- See Also:
- Constant Field Values
NON_MIGRATABLE_STATE
static final int NON_MIGRATABLE_STATE
- See Also:
- Constant Field Values
SHUTDOWN_STATE
static final int SHUTDOWN_STATE
- See Also:
- Constant Field Values
MANUAL_STATE
static final int MANUAL_STATE
- See Also:
- Constant Field Values
STRINGIFIED_STATE
static final String[] STRINGIFIED_STATE
checkServiceState
boolean checkServiceState(String svcName,
int state)
getServiceState
SingletonServicesState getServiceState(String svcName)
storeServiceState
boolean storeServiceState(String svcName,
SingletonServicesState state)
removeServiceState
boolean removeServiceState(String svcName)
getAllServicesState
Map getAllServicesState()
syncState
void syncState()
leaseAcquired
void leaseAcquired()
lostLease
void lostLease()