public class FailureRecoverySignalImpl extends FailureNotificationSignalImpl implements com.sun.enterprise.ee.cms.core.FailureRecoverySignal
ctx, failedMember, groupName, logger, MEMBER_DETAILS, startTime| Constructor and Description |
|---|
FailureRecoverySignalImpl(String componentName,
String failedMember,
String groupName,
long startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
acquire()
Must be called by client before beginning any recovery operation in order to get support of failure fencing.
|
String |
getComponentName() |
void |
release()
Must be called by client after recovery operation is complete to bring the group state up-to-date on this recovery
operation.
|
getCurrentView, getFailedMemberToken, getGroupName, getMemberDetails, getMemberToken, getPreviousView, getStartTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFailedMemberTokenpublic void acquire()
throws com.sun.enterprise.ee.cms.core.SignalAcquireException
acquire in interface com.sun.enterprise.ee.cms.core.Signalacquire in class FailureNotificationSignalImplcom.sun.enterprise.ee.cms.core.SignalAcquireException - Exception when signal is not acquiredpublic void release()
throws com.sun.enterprise.ee.cms.core.SignalReleaseException
release in interface com.sun.enterprise.ee.cms.core.Signalrelease in class FailureNotificationSignalImplcom.sun.enterprise.ee.cms.core.SignalReleaseException - the exception when signal is not releasedpublic String getComponentName()
getComponentName in interface com.sun.enterprise.ee.cms.core.FailureRecoverySignalCopyright © 2017–2020 Eclipse Foundation. All rights reserved.