Interface StaticMembershipInterceptorMBean
- All Known Implementing Classes:
StaticMembershipInterceptor
public interface StaticMembershipInterceptorMBean
MBean interface for the static membership interceptor.
-
Method Summary
Modifier and TypeMethodDescriptiongetLocalMember(boolean incAlive) Returns the local member.intReturns the option flag used for message sending.
-
Method Details
-
getOptionFlag
int getOptionFlag()Returns the option flag used for message sending.- Returns:
- the option flag
-
getLocalMember
Returns the local member.- Parameters:
incAlive- whether to increment the alive counter- Returns:
- the local member
-