All Known Implementing Classes:
HAPartitionImpl, ClusterPartition
< - a href="mailto:bill@burkecentral.com">Bill Burke.< - a href="mailto:sacha.labourey@cogito-info.ch">Sacha Labourey.$ - Revision: 1.7.2.2 $
Revisions:
28.07.2002 - Sacha Labourey:
| Nested Class Summary: | ||
|---|---|---|
| public interface | HAPartition.HAPartitionStateTransfer | State management is higly important for clustered services. Consequently, services that wish to manage their state need to subscribe to state transfer events. When their node start, a state is pushed from another node to them. When another node starts, they may be asked to provide such a state to initialise the newly started node. |
| public interface | HAPartition.HAMembershipListener | When a new node joins the cluster or an existing node leaves the cluster (or simply dies), membership events are raised. |
| public interface | HAPartition.AsynchHAMembershipListener | A tagging interface for HAMembershipListener callbacks that will be performed in a thread seperate from the JG protocl handler thread. The ordering of view changes is preserved, but listeners are free to execute cluster calls. |
| public interface | HAPartition.HAMembershipExtendedListener | |
| public interface | HAPartition.AsynchHAMembershipExtendedListener | A tagging interface for HAMembershipExtendedListener callbacks that will be performed in a thread seperate from the JG protocl handler thread. The ordering of view changes is preserved, but listeners are free to execute cluster calls. |
| Method from org.jboss.ha.framework.interfaces.HAPartition Summary: |
|---|
| callAsynchMethodOnCluster, callMethodOnCluster, getClusterNodes, getCurrentView, getCurrentViewId, getDistributedReplicantManager, getDistributedStateService, getNodeName, getPartitionName, registerMembershipListener, registerRPCHandler, subscribeToStateTransferEvents, unregisterMembershipListener, unregisterRPCHandler, unsubscribeFromStateTransferEvents |
| Method from org.jboss.ha.framework.interfaces.HAPartition Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|