Interface StaticMembershipInterceptorMBean
-
- All Known Implementing Classes:
StaticMembershipInterceptor
public interface StaticMembershipInterceptorMBeanMBean interface for the static membership interceptor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MembergetLocalMember(boolean incAlive)Returns the local member.intgetOptionFlag()Returns the option flag used for message sending.
-
-
-
Method Detail
-
getOptionFlag
int getOptionFlag()
Returns the option flag used for message sending.- Returns:
- the option flag
-
getLocalMember
Member getLocalMember(boolean incAlive)
Returns the local member.- Parameters:
incAlive- whether to increment the alive counter- Returns:
- the local member
-
-