Uses of Class
com.hazelcast.spi.MemberAttributeServiceEvent

Packages that use MemberAttributeServiceEvent
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.concurrent.lock This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock
com.hazelcast.concurrent.semaphore This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.transaction.impl Provides implementation for Hazelcast transaction support. 
 

Uses of MemberAttributeServiceEvent in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl with parameters of type MemberAttributeServiceEvent
 void ClientEngineImpl.memberAttributeChanged(MemberAttributeServiceEvent event)
           
 

Uses of MemberAttributeServiceEvent in com.hazelcast.concurrent.lock
 

Methods in com.hazelcast.concurrent.lock with parameters of type MemberAttributeServiceEvent
 void LockServiceImpl.memberAttributeChanged(MemberAttributeServiceEvent event)
           
 

Uses of MemberAttributeServiceEvent in com.hazelcast.concurrent.semaphore
 

Methods in com.hazelcast.concurrent.semaphore with parameters of type MemberAttributeServiceEvent
 void SemaphoreService.memberAttributeChanged(MemberAttributeServiceEvent event)
           
 

Uses of MemberAttributeServiceEvent in com.hazelcast.spi
 

Methods in com.hazelcast.spi with parameters of type MemberAttributeServiceEvent
 void MembershipAwareService.memberAttributeChanged(MemberAttributeServiceEvent event)
          Invoked when a member attribute is changed.
 

Uses of MemberAttributeServiceEvent in com.hazelcast.transaction.impl
 

Methods in com.hazelcast.transaction.impl with parameters of type MemberAttributeServiceEvent
 void TransactionManagerServiceImpl.memberAttributeChanged(MemberAttributeServiceEvent event)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.