com.hazelcast.impl
Class DataAwareEntryEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.hazelcast.core.EntryEvent
          extended by com.hazelcast.impl.DataAwareEntryEvent
All Implemented Interfaces:
java.io.Serializable

public class DataAwareEntryEvent
extends EntryEvent

See Also:
Serialized Form

Field Summary
protected  Data dataKey
           
protected  Data dataNewValue
           
protected  Data dataOldValue
           
protected  boolean firedLocally
           
 
Fields inherited from class com.hazelcast.core.EntryEvent
collection, entryEventType, key, member, name, oldValue, TYPE_ADDED, TYPE_EVICTED, TYPE_REMOVED, TYPE_UPDATED, value
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DataAwareEntryEvent(Member from, int eventType, java.lang.String name, Data dataKey, Data dataNewValue, Data dataOldValue, boolean firedLocally)
           
 
Method Summary
 java.lang.Object getKey()
          Returns the key of the entry event
 Data getKeyData()
           
 java.lang.String getLongName()
           
 Data getNewValueData()
           
 java.lang.Object getOldValue()
          Returns the old value of the entry event
 Data getOldValueData()
           
 java.lang.Object getValue()
          Returns the value of the entry event
 
Methods inherited from class com.hazelcast.core.EntryEvent
getEventType, getMember, getName, getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dataKey

protected final Data dataKey

dataNewValue

protected final Data dataNewValue

dataOldValue

protected final Data dataOldValue

firedLocally

protected final boolean firedLocally
Constructor Detail

DataAwareEntryEvent

public DataAwareEntryEvent(Member from,
                           int eventType,
                           java.lang.String name,
                           Data dataKey,
                           Data dataNewValue,
                           Data dataOldValue,
                           boolean firedLocally)
Method Detail

getKeyData

public Data getKeyData()

getNewValueData

public Data getNewValueData()

getOldValueData

public Data getOldValueData()

getKey

public java.lang.Object getKey()
Description copied from class: EntryEvent
Returns the key of the entry event

Overrides:
getKey in class EntryEvent
Returns:
the key

getOldValue

public java.lang.Object getOldValue()
Description copied from class: EntryEvent
Returns the old value of the entry event

Overrides:
getOldValue in class EntryEvent
Returns:

getValue

public java.lang.Object getValue()
Description copied from class: EntryEvent
Returns the value of the entry event

Overrides:
getValue in class EntryEvent
Returns:

getLongName

public java.lang.String getLongName()


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.