com.hazelcast.spi
Class MemberAttributeServiceEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.hazelcast.core.MembershipEvent
          extended by com.hazelcast.core.MemberAttributeEvent
              extended by com.hazelcast.spi.MemberAttributeServiceEvent
All Implemented Interfaces:
DataSerializable, Serializable

public class MemberAttributeServiceEvent
extends MemberAttributeEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hazelcast.core.MembershipEvent
MEMBER_ADDED, MEMBER_ATTRIBUTE_CHANGED, MEMBER_REMOVED
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MemberAttributeServiceEvent()
           
MemberAttributeServiceEvent(Cluster cluster, com.hazelcast.instance.MemberImpl member, MemberAttributeOperationType operationType, String key, Object value)
           
 
Method Summary
 
Methods inherited from class com.hazelcast.core.MemberAttributeEvent
getKey, getMember, getOperationType, getValue, readData, writeData
 
Methods inherited from class com.hazelcast.core.MembershipEvent
getCluster, getEventType, getMembers, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemberAttributeServiceEvent

public MemberAttributeServiceEvent()

MemberAttributeServiceEvent

public MemberAttributeServiceEvent(Cluster cluster,
                                   com.hazelcast.instance.MemberImpl member,
                                   MemberAttributeOperationType operationType,
                                   String key,
                                   Object value)


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