public interface ISharedObjectContainerGroupManager
Modifier and Type | Method and Description |
---|---|
void |
ejectAllGroupMembers(java.io.Serializable reason)
Eject all, for the given reason.
|
void |
ejectGroupMember(ID groupMemberID,
java.io.Serializable reason)
Eject the given groupMemberID from the current group of containers, for
the given reason.
|
void |
setConnectPolicy(IConnectHandlerPolicy policy)
Set the join policy for this group manager.
|
void setConnectPolicy(IConnectHandlerPolicy policy)
policy
- void ejectGroupMember(ID groupMemberID, java.io.Serializable reason)
groupMemberID
- the ID of the group member to eject. If null, or if group
member is not in group managed by this object, the method has
no effectreason
- a reason for the ejectionvoid ejectAllGroupMembers(java.io.Serializable reason)
reason
- a reason for the ejection