Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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
 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

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.