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

    Modifier and Type
    Method
    Description
    Return 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