Package | Description |
---|---|
org.jboss.as.clustering | |
org.jboss.as.clustering.impl | |
org.jboss.as.clustering.lock |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
ClusteringApiMessages.incompatibleDispatcher(String dispatcherName,
GroupRpcDispatcher dispatcher,
String notifierName,
GroupMembershipNotifier notifier)
Creates an exception indicating an incompatible dispatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreGroupCommunicationService
Implementation of the
GroupCommunicationService interface and its direct subinterfaces based on a JGroups MuxRpcDispatcher and a JChannel . |
Modifier and Type | Method and Description |
---|---|
GroupRpcDispatcher |
AbstractClusterLockSupport.getGroupRpcDispatcher() |
Constructor and Description |
---|
AbstractClusterLockSupport(String serviceHAName,
GroupRpcDispatcher rpcDispatcher,
GroupMembershipNotifier membershipNotifier,
LocalLockHandler handler) |
LocalAndClusterLockManager(String serviceHAName,
GroupRpcDispatcher rpcDispatcher,
GroupMembershipNotifier membershipNotifier) |
NonGloballyExclusiveClusterLockSupport(String serviceHAName,
GroupRpcDispatcher rpcDispatcher,
GroupMembershipNotifier membershipNotifier,
LocalLockHandler handler) |
SharedLocalYieldingClusterLockManager(String serviceHAName,
GroupRpcDispatcher rpcDispatcher,
GroupMembershipNotifier membershipNotifier) |
YieldingGloballyExclusiveClusterLockSupport(String serviceHAName,
GroupRpcDispatcher rpcDispatcher,
GroupMembershipNotifier membershipNotifier,
LocalLockHandler handler) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.