public interface GroupManagementAgent
| Modifier and Type | Method and Description |
|---|---|
void |
applicationMemberAdded(Member member)
An application member joined the application group
|
void |
applicationMemberRemoved(Member member)
An application member left the application group
|
java.lang.String |
getDescription()
Get the description about this group management agent
|
java.util.List<Member> |
getMembers()
Get the list of current members
|
void |
send(GroupManagementCommand command)
Send a GroupManagementCommand to the group
|
void |
setDescription(java.lang.String description)
Set the description about this group management agent
|
void setDescription(java.lang.String description)
description - The descriptionjava.lang.String getDescription()
void applicationMemberAdded(Member member)
member - Represents the member who joinedvoid applicationMemberRemoved(Member member)
member - Represents the member who leftjava.util.List<Member> getMembers()
void send(GroupManagementCommand command) throws ClusteringFault
command - The commandClusteringFault - If an error occurs while sending the commandCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.