Package | Description |
---|---|
org.jboss.as.clustering | |
org.jboss.as.clustering.impl | |
org.jboss.as.clustering.lock | |
org.jboss.as.clustering.service |
Modifier and Type | Method and Description |
---|---|
void |
GroupMembershipNotifier.registerGroupMembershipListener(GroupMembershipListener listener)
Subscribes to receive
GroupMembershipListener events. |
void |
GroupMembershipNotifier.unregisterGroupMembershipListener(GroupMembershipListener listener)
Unsubscribes from receiving
GroupMembershipListener events. |
Modifier and Type | Method and Description |
---|---|
void |
ClusteringImplLogger.memberShipListenerCallbackFailure(Throwable cause,
GroupMembershipListener listener)
Logs a warning message indicating the membership listener had a failed callback.
|
void |
CoreGroupCommunicationService.registerGroupMembershipListener(GroupMembershipListener listener) |
protected void |
CoreGroupCommunicationService.registerGroupMembershipListener(GroupMembershipListener listener,
boolean sync) |
void |
CoreGroupCommunicationService.unregisterGroupMembershipListener(GroupMembershipListener listener) |
protected void |
CoreGroupCommunicationService.unregisterGroupMembershipListener(GroupMembershipListener listener,
boolean sync) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClusterLockSupport
Base class for cluster-wide lock implementations.
|
class |
NonGloballyExclusiveClusterLockSupport
Support class for cluster locking scenarios where threads can hold a local lock on a category but not a cluster-wide lock.
|
class |
YieldingGloballyExclusiveClusterLockSupport
Support class for cluster locking scenarios where threads cannot acquire a local lock unless the node owns a cluster-wide
lock, but where the node owning the cluster-wide lock will yield it to another node if no thread has a local lock.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceProviderRegistryService |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.