Package | Description |
---|---|
org.jboss.as.clustering | |
org.jboss.as.clustering.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupMembershipNotifier
Allows an application to register for notifications when the group membership changes.
|
interface |
GroupRpcDispatcher
Provide Remote Procedure Call services to a set of nodes that share a common group communication infrastructure.
|
interface |
GroupStateTransferService
A GroupCommunicationService that is able to help applications provide current service state to newly joined group members.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GroupCommunicationService.isConsistentWith(GroupCommunicationService other)
Gets whether this GroupCommunicationService is logically consistent with another service; e.g.
|
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 |
---|---|
boolean |
CoreGroupCommunicationService.isConsistentWith(GroupCommunicationService other) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.