Uses of Interface
com.tangosol.net.MemberListener
Packages that use MemberListener
Package
Description
Defines the Xml document Element and Attribute Processors for Coherence Cache
 Configuration files.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
- 
Uses of MemberListener in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return types with arguments of type MemberListenerModifier and TypeMethodDescriptionMemberListenerProcessor.onProcess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value. - 
Uses of MemberListener in com.tangosol.net
Classes in com.tangosol.net that implement MemberListenerModifier and TypeClassDescriptionprotected classQuorumListener is used to subscribe the quorum policy to receive service membership events.Methods in com.tangosol.net that return MemberListenerModifier and TypeMethodDescriptionprotected MemberListenerConfigurableQuorumPolicy.MembershipQuorumPolicy.instantiateMemberListener()Instantiate a member listener to subscribe to service membership events.Methods in com.tangosol.net with parameters of type MemberListenerModifier and TypeMethodDescriptionvoidService.addMemberListener(MemberListener listener) Add a Member listener.voidWrapperService.addMemberListener(MemberListener listener) Add a Member listener.voidService.removeMemberListener(MemberListener listener) Remove a Member listener.voidWrapperService.removeMemberListener(MemberListener listener) Remove a Member listener. - 
Uses of MemberListener in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement MemberListenerModifier and TypeClassDescriptionprotected classMemberListenerfor the underlying cache's service.protected classMemberListener for the back cache's service.Fields in com.tangosol.net.cache declared as MemberListenerModifier and TypeFieldDescriptionprotected final MemberListenerNearCache.f_listenerBackServiceThe back cache service MemberListener.protected MemberListenerContinuousQueryCache.m_listenerServiceThe cache serviceMemberListenerfor the underlyingNamedCache.Methods in com.tangosol.net.cache that return MemberListenerModifier and TypeMethodDescriptionprotected MemberListenerNearCache.registerBackServiceListener()Instantiate and register a MemberListener with the back cache service. - 
Uses of MemberListener in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement MemberListenerModifier and TypeClassDescriptionprotected classThe MemberListener is used to listen to service membership events to monitor the endangered status of the service.