Package com.tangosol.net
Interface Service.MemberJoinAction
- All Superinterfaces:
Action
- Enclosing interface:
Service
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
Modifier and TypeMethodDescriptionReturn the Member that is attempting to join the service.
-
Method Details
-
getJoiningMember
Member getJoiningMember()Return the Member that is attempting to join the service.- Returns:
- the Member that is attempting to join the service
-