| java.lang.Object org.jboss.ha.framework.server.HATarget
HATarget | public class HATarget implements ReplicantListener(Code) | | This class is a holder and manager of replicants.
It manages lists of replicated objects and changes the list as the HAPartition
notifies it.
author: bill@burkecentral.com version: $Revision: 57188 $ version: Revisions:
version: 2002/01/13: Bill Burke version: version: - Initial revision
version:
|
DISABLE_INVOCATIONS | final public static int DISABLE_INVOCATIONS(Code) | | |
ENABLE_INVOCATIONS | final public static int ENABLE_INVOCATIONS(Code) | | |
MAKE_INVOCATIONS_WAIT | final public static int MAKE_INVOCATIONS_WAIT(Code) | | |
allowInvocationsStatus | protected int allowInvocationsStatus(Code) | | |
clusterViewId | protected int clusterViewId(Code) | | |
latch | protected Latch latch(Code) | | |
log | protected org.jboss.logging.Logger log(Code) | | |
cleanExistenceInCurrentHAPartition | protected void cleanExistenceInCurrentHAPartition()(Code) | | |
destroy | public void destroy()(Code) | | |
disable | public void disable()(Code) | | |
getCurrentViewId | public long getCurrentViewId()(Code) | | |
releaseCurrentLatch | protected void releaseCurrentLatch()(Code) | | |
replicantsChanged | public void replicantsChanged(String key, List newReplicants, int newReplicantsViewId)(Code) | | |
setInvocationsAuthorization | public synchronized void setInvocationsAuthorization(int status)(Code) | | |
|
|