Package com.tangosol.net
Interface Service.MemberJoinAction
-
- All Superinterfaces:
Action
- Enclosing interface:
- Service
public static interface Service.MemberJoinAction extends Action
MemberJoinAction is taken to allow a new member to join a clustered Service.A MemberJoinAction object is valid only for the duration of an invocation to
ActionPolicy.isAllowed(com.tangosol.net.Service, com.tangosol.net.Action)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Member
getJoiningMember()
Return the Member that is attempting to join the service.
-
-
-
Method Detail
-
getJoiningMember
Member getJoiningMember()
Return the Member that is attempting to join the service.- Returns:
- the Member that is attempting to join the service
-
-