JavaScript is disabled on your browser.
Apache Tomcat® 9.0.87.redhat-00013
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Subinterfaces:
ChannelInterceptor
All Known Implementing Classes:
AbstractReplicatedMap , ChannelCoordinator , ChannelInterceptorBase , CloudMembershipService , DomainFilterInterceptor , EncryptInterceptor , FragmentationInterceptor , GroupChannel , GzipInterceptor , LazyReplicatedMap , McastService , MembershipServiceBase , MessageDispatchInterceptor , NonBlockingCoordinator , OrderInterceptor , ReplicatedMap , SimpleCoordinator , SimpleTcpCluster , StaticMembershipInterceptor , StaticMembershipService , TcpFailureDetector , TcpPingInterceptor , ThroughputInterceptor , TwoPhaseCommitInterceptor
public interface MembershipListener
The MembershipListener interface is used as a callback to the
membership service. It has two methods that will notify the listener
when a member has joined the group and when a member has disappeared (crashed)
Method Detail
memberDisappeared
void memberDisappeared(Member member)
A member was removed from the group
If the member left voluntarily, the Member.getCommand will contain the Member.SHUTDOWN_PAYLOAD data
Parameters:
member - Member
See Also:
Member.SHUTDOWN_PAYLOAD
Apache Tomcat® 9.0.87.redhat-00013
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2000-2024 Apache Software Foundation. Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.