|
|||||||||
| Home >> All >> org >> jboss >> ha >> framework >> [ interfaces overview ] | PREV NEXT | ||||||||
A
- actsForSubPartition(String) - Method in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- add(String, Serializable) - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
- Add a replicant, it will be attached to this cluster node
- arbitraryObject - Variable in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
C
- COMPLETED_MAYBE - Static variable in class org.jboss.ha.framework.interfaces.GenericClusteringException
- COMPLETED_NO - Static variable in class org.jboss.ha.framework.interfaces.GenericClusteringException
- COMPLETED_YES - Static variable in class org.jboss.ha.framework.interfaces.GenericClusteringException
- ClusterNode - class org.jboss.ha.framework.interfaces.ClusterNode.
- Replacement for a JG IpAddress that doesn't base its representation on the JG address but on the computed node name added to the IPAddress instead.
- ClusterNode() - Constructor for class org.jboss.ha.framework.interfaces.ClusterNode
- ClusterNode(IpAddress) - Constructor for class org.jboss.ha.framework.interfaces.ClusterNode
- ClusteringTargetsRepository - class org.jboss.ha.framework.interfaces.ClusteringTargetsRepository.
- JVM singleton that associates a list of targets (+ other info) contained in a FamilyClusterInfo to a proxy family.
- ClusteringTargetsRepository() - Constructor for class org.jboss.ha.framework.interfaces.ClusteringTargetsRepository
- callAsynchMethodOnCluster(String, String, Object[], boolean) - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Invoke a asynchronous RPC call on all nodes of the partition/cluster.
- callMethodOnCluster(String, String, Object[], boolean) - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Invoke a synchronous RPC call on all nodes of the partition/cluster
- chooseTarget(FamilyClusterInfo) - Method in class org.jboss.ha.framework.interfaces.FirstAvailable
- chooseTarget(FamilyClusterInfo, Invocation) - Method in class org.jboss.ha.framework.interfaces.FirstAvailable
- chooseTarget(FamilyClusterInfo) - Method in class org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies
- chooseTarget(FamilyClusterInfo, Invocation) - Method in class org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies
- chooseTarget(FamilyClusterInfo) - Method in interface org.jboss.ha.framework.interfaces.LoadBalancePolicy
- Called when the stub wishes to know on which node the next invocation must be performed.
- chooseTarget(FamilyClusterInfo, Invocation) - Method in interface org.jboss.ha.framework.interfaces.LoadBalancePolicy
- Called when the stub wishes to know on which node the next invocation must be performed.
- chooseTarget(FamilyClusterInfo) - Method in class org.jboss.ha.framework.interfaces.RandomRobin
- chooseTarget(FamilyClusterInfo, Invocation) - Method in class org.jboss.ha.framework.interfaces.RandomRobin
- chooseTarget(FamilyClusterInfo) - Method in class org.jboss.ha.framework.interfaces.RoundRobin
- chooseTarget(FamilyClusterInfo, Invocation) - Method in class org.jboss.ha.framework.interfaces.RoundRobin
- clone() - Method in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- clone() - Method in class org.jboss.ha.framework.interfaces.SubPartitionsInfo
- compareTo(Object) - Method in class org.jboss.ha.framework.interfaces.ClusterNode
- compareTo(Object) - Method in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- "Note: this class has a natural ordering that is inconsistent with equals."
- completed - Variable in class org.jboss.ha.framework.interfaces.GenericClusteringException
- containsNode(String) - Method in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- currentMembershipInSyncWithViewId() - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- currentMembershipInSyncWithViewId() - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- currentViewId - Variable in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- currentViewId - Variable in class org.jboss.ha.framework.interfaces.HARMIResponse
- cursor - Variable in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
D
- DistributedReplicantManager - interface org.jboss.ha.framework.interfaces.DistributedReplicantManager.
- DistributedReplicantManager.ReplicantListener - interface org.jboss.ha.framework.interfaces.DistributedReplicantManager.ReplicantListener.
- When a particular key in the DistributedReplicantManager table gets modified, all listeners will be notified of replicant changes for that key.
- DistributedState - interface org.jboss.ha.framework.interfaces.DistributedState.
- DistributedState is a service on top of HAPartition that provides a cluster-wide distributed state.
- DistributedState.DSListener - interface org.jboss.ha.framework.interfaces.DistributedState.DSListener.
- Deprecated. use the DSListenerEx instead
- DistributedState.DSListenerEx - interface org.jboss.ha.framework.interfaces.DistributedState.DSListenerEx.
- A generalization of the DSListener that supports the Serializable key type.
E
- electedTarget - Variable in class org.jboss.ha.framework.interfaces.FirstAvailable
- equals(Object) - Method in class org.jboss.ha.framework.interfaces.ClusterNode
- equals(Object) - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
F
- FamilyClusterInfo - interface org.jboss.ha.framework.interfaces.FamilyClusterInfo.
- Maintain information for a given proxy family.
- FamilyClusterInfoImpl - class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl.
- Default implementation of FamilyClusterInfo
- FamilyClusterInfoImpl() - Constructor for class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- FamilyClusterInfoImpl(String, ArrayList, long) - Constructor for class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- FirstAvailable - class org.jboss.ha.framework.interfaces.FirstAvailable.
- LoadBalancingPolicy implementation that always favor the first available target i.e.
- FirstAvailable() - Constructor for class org.jboss.ha.framework.interfaces.FirstAvailable
- FirstAvailableIdenticalAllProxies - class org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies.
- LoadBalancingPolicy implementation that always favor the first available target i.e.
- FirstAvailableIdenticalAllProxies() - Constructor for class org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies
- families - Static variable in class org.jboss.ha.framework.interfaces.ClusteringTargetsRepository
- familyClusterInfo - Variable in class org.jboss.ha.framework.interfaces.HARMIClient
- familyName - Variable in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- findLocalMethod(Method, Object[]) - Method in class org.jboss.ha.framework.interfaces.HARMIClient
G
- GenericClusteringException - exception org.jboss.ha.framework.interfaces.GenericClusteringException.
- Generic clustering exception that can be used to replace other exceptions that occur on the server.
- GenericClusteringException() - Constructor for class org.jboss.ha.framework.interfaces.GenericClusteringException
- GenericClusteringException(int) - Constructor for class org.jboss.ha.framework.interfaces.GenericClusteringException
- GenericClusteringException(int, String) - Constructor for class org.jboss.ha.framework.interfaces.GenericClusteringException
- GenericClusteringException(int, String, boolean) - Constructor for class org.jboss.ha.framework.interfaces.GenericClusteringException
- GenericClusteringException(int, Throwable, boolean) - Constructor for class org.jboss.ha.framework.interfaces.GenericClusteringException
- GenericClusteringException(int, Throwable) - Constructor for class org.jboss.ha.framework.interfaces.GenericClusteringException
- get(String, Serializable) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Read in a value associated to a key in the given category.
- getAllCategories() - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Return a list of all categories.
- getAllKeys(String) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Return a list of all keys in a category.
- getAllServices() - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
- Return a list of all services that have a least one replicant.
- getAllValues(String) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Return a list of all values in a category.
- getClusterNodes() - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Return the member nodes that built the current view i.e.
- getCompletionStatus() - Method in class org.jboss.ha.framework.interfaces.GenericClusteringException
- getCurrentState() - Method in interface org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer
- Called when a new node need to be initialized.
- getCurrentView() - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Return the list of member nodes that built the current view i.e.
- getCurrentViewId() - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- getCurrentViewId() - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- getCurrentViewId() - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Each time the partition topology changes, a new view is computed.
- getCursor() - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- getCursor() - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- getDistributedReplicantManager() - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Accessor to the DRM that is linked to this partition.
- getDistributedStateService() - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Accessor the the DistributedState (DS) that is linked to this partition.
- getFamilyClusterInfo(String) - Static method in class org.jboss.ha.framework.interfaces.ClusteringTargetsRepository
- getFamilyName() - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- getFamilyName() - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- getIpAddress() - Method in class org.jboss.ha.framework.interfaces.ClusterNode
- getJGName() - Method in class org.jboss.ha.framework.interfaces.ClusterNode
- getLocal() - Method in interface org.jboss.ha.framework.interfaces.HARMIServer
- Get local stub for this service.
- getName() - Method in class org.jboss.ha.framework.interfaces.ClusterNode
- getNextGroupId() - Method in class org.jboss.ha.framework.interfaces.SubPartitionsInfo
- return the next distinct id for a new group
- getNodeName() - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Return the name of the current name in the current partition.
- getObject() - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- getObject() - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- getOriginalJGAddress() - Method in class org.jboss.ha.framework.interfaces.ClusterNode
- getPartitionName() - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- The name of the partition.
- getPort() - Method in class org.jboss.ha.framework.interfaces.ClusterNode
- getRemoteTarget() - Method in class org.jboss.ha.framework.interfaces.HARMIClient
- getReplicants() - Method in interface org.jboss.ha.framework.interfaces.HARMIServer
- Returns a list of node stubs that are current replica of this service.
- getReplicantsViewId(String) - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
- Returns an id corresponding to the current view of this set of replicants.
- getShortName(String) - Method in class org.jboss.ha.framework.interfaces.ClusterNode
- getSubPartitionWithName(String) - Method in class org.jboss.ha.framework.interfaces.SubPartitionsInfo
- Returns the SubPartitionInfo instance in this group that has the given name.
- getTargets() - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- getTargets() - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- groupId - Variable in class org.jboss.ha.framework.interfaces.SubPartitionsInfo
H
- HAPartition - interface org.jboss.ha.framework.interfaces.HAPartition.
- HAPartition.AsynchHAMembershipExtendedListener - interface org.jboss.ha.framework.interfaces.HAPartition.AsynchHAMembershipExtendedListener.
- A tagging interface for HAMembershipExtendedListener callbacks that will be performed in a thread seperate from the JG protocl handler thread.
- HAPartition.AsynchHAMembershipListener - interface org.jboss.ha.framework.interfaces.HAPartition.AsynchHAMembershipListener.
- A tagging interface for HAMembershipListener callbacks that will be performed in a thread seperate from the JG protocl handler thread.
- HAPartition.HAMembershipExtendedListener - interface org.jboss.ha.framework.interfaces.HAPartition.HAMembershipExtendedListener.
- HAPartition.HAMembershipListener - interface org.jboss.ha.framework.interfaces.HAPartition.HAMembershipListener.
- When a new node joins the cluster or an existing node leaves the cluster (or simply dies), membership events are raised.
- HAPartition.HAPartitionStateTransfer - interface org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer.
- State management is higly important for clustered services.
- HARMIClient - class org.jboss.ha.framework.interfaces.HARMIClient.
- HARMIClient() - Constructor for class org.jboss.ha.framework.interfaces.HARMIClient
- HARMIClient(ArrayList, LoadBalancePolicy, String) - Constructor for class org.jboss.ha.framework.interfaces.HARMIClient
- HARMIClient(ArrayList, long, LoadBalancePolicy, String, Object) - Constructor for class org.jboss.ha.framework.interfaces.HARMIClient
- HARMIProxy - interface org.jboss.ha.framework.interfaces.HARMIProxy.
- HARMIProxyCallback - interface org.jboss.ha.framework.interfaces.HARMIProxyCallback.
- DistributedState is a service on top of HAPartition that provides a cluster-wide distributed state.
- HARMIResponse - class org.jboss.ha.framework.interfaces.HARMIResponse.
- When using HA-RMI, the result of an invocation is embedded in an instance of this class.
- HARMIResponse() - Constructor for class org.jboss.ha.framework.interfaces.HARMIResponse
- HARMIServer - interface org.jboss.ha.framework.interfaces.HARMIServer.
- When using HA-RMI, the RMI communication end-point on the server-side is an instance of this class.
- hashCode() - Method in class org.jboss.ha.framework.interfaces.ClusterNode
- hashCode() - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
I
- id - Variable in class org.jboss.ha.framework.interfaces.ClusterNode
- init(HARMIClient) - Method in class org.jboss.ha.framework.interfaces.FirstAvailable
- init(HARMIClient) - Method in class org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies
- init(HARMIClient) - Method in interface org.jboss.ha.framework.interfaces.LoadBalancePolicy
- Initialize the policy with a reference to its parent stub.
- init(HARMIClient) - Method in class org.jboss.ha.framework.interfaces.RandomRobin
- init(HARMIClient) - Method in class org.jboss.ha.framework.interfaces.RoundRobin
- initTarget(String, ArrayList) - Static method in class org.jboss.ha.framework.interfaces.ClusteringTargetsRepository
- initTarget(String, ArrayList, long) - Static method in class org.jboss.ha.framework.interfaces.ClusteringTargetsRepository
- invoke(Object, Method, Object[]) - Method in class org.jboss.ha.framework.interfaces.HARMIClient
- invoke(long, MarshalledInvocation) - Method in interface org.jboss.ha.framework.interfaces.HARMIServer
- Performs an invocation through this HA-RMI for the target object hidden behind it.
- invokeRemote(Object, Method, Object[]) - Method in class org.jboss.ha.framework.interfaces.HARMIClient
- isDefinitive - Variable in class org.jboss.ha.framework.interfaces.GenericClusteringException
- isDefinitive() - Method in class org.jboss.ha.framework.interfaces.GenericClusteringException
- isLocal() - Method in class org.jboss.ha.framework.interfaces.HARMIClient
- isLocal() - Method in interface org.jboss.ha.framework.interfaces.HARMIProxy
- isMasterReplica(String) - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
- Indicates if the current node is the master replica for this given key.
- isViewMembersInSyncWithViewId - Variable in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
J
- jgId - Variable in class org.jboss.ha.framework.interfaces.ClusterNode
K
- key - Variable in class org.jboss.ha.framework.interfaces.HARMIClient
- keyHasBeenRemoved(String, String, Serializable, boolean) - Method in interface org.jboss.ha.framework.interfaces.DistributedState.DSListener
- Deprecated. Called whenever a key has been removed from a category the called object had subscribed in.
- keyHasBeenRemoved(String, Serializable, Serializable, boolean) - Method in interface org.jboss.ha.framework.interfaces.DistributedState.DSListenerEx
- Called whenever a key has been removed from a category the called object had subscribed in.
L
- LoadBalancePolicy - interface org.jboss.ha.framework.interfaces.LoadBalancePolicy.
- Base interface for load-balancing policies.
- loadBalancePolicy - Variable in class org.jboss.ha.framework.interfaces.HARMIClient
- local - Variable in class org.jboss.ha.framework.interfaces.HARMIClient
- localRandomizer - Static variable in class org.jboss.ha.framework.interfaces.RandomRobin
- This needs to be a class variable or else you end up with multiple Random numbers with the same seed when many clients lookup a proxy.
- lookupLocalReplicant(String) - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
- Lookup the replicant attached to this cluster node
- lookupReplicants(String) - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
- Return a list of all replicants.
- lookupReplicantsNodeNames(String) - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
- Return a list of all replicants node names.
M
- memberNodeNames - Variable in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- List of nodes part of this sub-partition
- membershipChanged(Vector, Vector, Vector) - Method in interface org.jboss.ha.framework.interfaces.HAPartition.HAMembershipListener
- Called when a new partition topology occurs.
- membershipChangedDuringMerge(Vector, Vector, Vector, Vector) - Method in interface org.jboss.ha.framework.interfaces.HAPartition.HAMembershipExtendedListener
- Extends HAMembershipListener to receive a specific callback when a network-partition merge occurs.
- merge(SubPartitionInfo) - Method in class org.jboss.ha.framework.interfaces.SubPartitionInfo
N
- newGroup - Variable in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- newReplicants - Variable in class org.jboss.ha.framework.interfaces.HARMIResponse
O
- org.jboss.ha.framework.interfaces - package org.jboss.ha.framework.interfaces
- originalJGAddress - Variable in class org.jboss.ha.framework.interfaces.ClusterNode
P
- partitions - Variable in class org.jboss.ha.framework.interfaces.SubPartitionsInfo
- proxyUpdated() - Method in interface org.jboss.ha.framework.interfaces.HARMIProxyCallback
R
- RandomRobin - class org.jboss.ha.framework.interfaces.RandomRobin.
- LoadBalancingPolicy implementation that always fully randomly select its target (without basing its decision on any historic).
- RandomRobin() - Constructor for class org.jboss.ha.framework.interfaces.RandomRobin
- RoundRobin - class org.jboss.ha.framework.interfaces.RoundRobin.
- LoadBalancingPolicy implementation that always favor the next available target load balancing always occurs.
- RoundRobin() - Constructor for class org.jboss.ha.framework.interfaces.RoundRobin
- readObject(ObjectInputStream) - Method in class org.jboss.ha.framework.interfaces.HARMIClient
- registerDSListener(String, DistributedState.DSListener) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Subscribes to receive DistributedState.DSListener events
- registerDSListenerEx(String, DistributedState.DSListenerEx) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Subscribes to receive DistributedState.DSListenerEx events
- registerListener(String, DistributedReplicantManager.ReplicantListener) - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
- Subscribe a new listener DistributedReplicantManager.ReplicantListener for replicants change
- registerMembershipListener(HAPartition.HAMembershipListener) - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Subscribes to receive HAPartition.HAMembershipListener events.
- registerRPCHandler(String, Object) - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- The partition receives RPC calls from other nodes in the cluster and demultiplex them, according to a service name, to a particular service.
- remoteTargetHasFailed(Object) - Method in class org.jboss.ha.framework.interfaces.HARMIClient
- remove(String) - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
- Remove the entire key from the ReplicationService
- remove(String, Serializable) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Remove the key from the ReplicationService in the given category
- remove(String, Serializable, boolean) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Same as remove(String, String) but caller can choose if the call is made synchronously or asynchronously.
- removeDeadTarget(Object) - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- removeDeadTarget(Object) - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- removeDeadTarget(Object) - Method in class org.jboss.ha.framework.interfaces.HARMIClient
- replicantsChanged(String, List, int) - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager.ReplicantListener
- Callback called when the content/list of replicant for a given replicant key has changed
- resetView() - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- resetView() - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- response - Variable in class org.jboss.ha.framework.interfaces.HARMIResponse
- rmiServers - Static variable in interface org.jboss.ha.framework.interfaces.HARMIServer
S
- SubPartitionInfo - class org.jboss.ha.framework.interfaces.SubPartitionInfo.
- Holder class that knows about a particular HA(sub)Partition i.e.
- SubPartitionInfo() - Constructor for class org.jboss.ha.framework.interfaces.SubPartitionInfo
- SubPartitionInfo(String, String[]) - Constructor for class org.jboss.ha.framework.interfaces.SubPartitionInfo
- SubPartitionsInfo - class org.jboss.ha.framework.interfaces.SubPartitionsInfo.
- Holder class that knows about a set of HA(sub)Partition currently building the overall cluster.
- SubPartitionsInfo() - Constructor for class org.jboss.ha.framework.interfaces.SubPartitionsInfo
- serialVersionUID - Static variable in class org.jboss.ha.framework.interfaces.FirstAvailable
- serialVersionUID - Static variable in class org.jboss.ha.framework.interfaces.FirstAvailableIdenticalAllProxies
- serialVersionUID - Static variable in class org.jboss.ha.framework.interfaces.HARMIClient
- The serialVersionUID
- serialVersionUID - Static variable in interface org.jboss.ha.framework.interfaces.HARMIProxy
- The serialVersionUID
- serialVersionUID - Static variable in class org.jboss.ha.framework.interfaces.HARMIResponse
- The serialVersionUID
- serialVersionUID - Static variable in interface org.jboss.ha.framework.interfaces.LoadBalancePolicy
- The serialVersionUID
- serialVersionUID - Static variable in class org.jboss.ha.framework.interfaces.RandomRobin
- serialVersionUID - Static variable in class org.jboss.ha.framework.interfaces.RoundRobin
- serialVersionUID - Static variable in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- The serialVersionUID
- serialVersionUID - Static variable in class org.jboss.ha.framework.interfaces.SubPartitionsInfo
- The serialVersionUID
- set(String, Serializable, Serializable) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Associates a value to a key in a specific category
- set(String, Serializable, Serializable, boolean) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Same as set(String, String) but caller can choose if the call is made synchronously or asynchronously.
- setCompletionStatus(int) - Method in class org.jboss.ha.framework.interfaces.GenericClusteringException
- setCurrentState(Serializable) - Method in interface org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer
- This callback method is called when a new service starts on a new node: the state that it should hold is transfered to it through this callback
- setCursor(int) - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- setCursor(int) - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- setIsDefinitive(boolean) - Method in class org.jboss.ha.framework.interfaces.GenericClusteringException
- setIsNewGroup() - Method in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- setObject(Object) - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- setObject(Object) - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- subPartitionMergedNames - Variable in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- When sub-partitions are merged, some names will disappear (eg.
- subPartitionName - Variable in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- Name of the current sub-partition (will be used to create a JGroups group)
- subscribeToStateTransferEvents(String, HAPartition.HAPartitionStateTransfer) - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Register a service that will participate in state transfer protocol and receive callbacks
T
- targets - Variable in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- toString() - Method in class org.jboss.ha.framework.interfaces.ClusterNode
- toString() - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- toString() - Method in class org.jboss.ha.framework.interfaces.SubPartitionInfo
- toString() - Method in class org.jboss.ha.framework.interfaces.SubPartitionsInfo
U
- UNINITIALIZED_CURSOR - Static variable in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- unregisterDSListener(String, DistributedState.DSListener) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Subscribes from DistributedState.DSListener events
- unregisterDSListenerEx(String, DistributedState.DSListenerEx) - Method in interface org.jboss.ha.framework.interfaces.DistributedState
- Subscribes from DistributedState.DSListenerEx events
- unregisterListener(String, DistributedReplicantManager.ReplicantListener) - Method in interface org.jboss.ha.framework.interfaces.DistributedReplicantManager
- Unsubscribe a listener DistributedReplicantManager.ReplicantListener that had subscribed for replicants changes
- unregisterMembershipListener(HAPartition.HAMembershipListener) - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Unsubscribes from receiving HAPartition.HAMembershipListener events.
- unregisterRPCHandler(String, Object) - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Unregister the service from the partition
- unsubscribeFromStateTransferEvents(String, HAPartition.HAPartitionStateTransfer) - Method in interface org.jboss.ha.framework.interfaces.HAPartition
- Unregister a service from state transfer callbacks.
- updateClusterInfo(ArrayList, long) - Method in interface org.jboss.ha.framework.interfaces.FamilyClusterInfo
- updateClusterInfo(ArrayList, long) - Method in class org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl
- updateClusterInfo(ArrayList, long) - Method in class org.jboss.ha.framework.interfaces.HARMIClient
V
- valueHasChanged(String, String, Serializable, boolean) - Method in interface org.jboss.ha.framework.interfaces.DistributedState.DSListener
- Deprecated. Called whenever a key has been added or modified in the category the called object has subscribed in.
- valueHasChanged(String, Serializable, Serializable, boolean) - Method in interface org.jboss.ha.framework.interfaces.DistributedState.DSListenerEx
- Called whenever a key has been added or modified in the category the called object has subscribed in.
W
- writeObject(ObjectOutputStream) - Method in class org.jboss.ha.framework.interfaces.HARMIClient
A C D E F G H I J K L M N O P R S T U V W
|
|||||||||
| Home >> All >> org >> jboss >> ha >> framework >> [ interfaces overview ] | PREV NEXT | ||||||||