Class NotifyEvent
java.lang.Object
com.j_spaces.core.AbstractEntryType
com.j_spaces.core.EntryImpl
com.j_spaces.core.filters.entry.SpaceFilterEntryImpl
com.gigaspaces.server.filter.NotifyEvent
- All Implemented Interfaces:
IFilterEntry, ISpaceFilterEntry, IGSEntry, Serializable
NotifyEvent is the object passed to filter when notify occurs
- Since:
- 7.0
- Author:
- anna
- See Also:
-
Field Summary
Fields inherited from class EntryImpl
_entryHolderFields inherited from class AbstractEntryType
_typeDesc -
Constructor Summary
ConstructorsConstructorDescriptionNotifyEvent(IEntryHolder holder, ITypeDesc tte, NotifyContext notifyContext) -
Method Summary
Methods inherited from class SpaceFilterEntryImpl
getHandback, getNotifyTypeMethods inherited from class EntryImpl
getClassName, getCustomQueryDescription, getEntry, getFieldsValues, getFieldValue, getFieldValue, getMapEntry, getTimeToLive, getUID, getVersion, isTransient, setFieldValue, setFieldValueMethods inherited from class AbstractEntryType
getCodebase, getFieldPosition, getFieldsNames, getFieldsTypes, getFieldType, getIndexIndicators, getObject, getPrimaryKeyName, getProperties, getRoutingFieldName, getSuperClassesNames, hasDummyTTE, isBroadcast, isFifo, isIndexedField, isReplicatableMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IGSEntry
getClassName, getCodebase, getFieldPosition, getFieldsNames, getFieldsTypes, getFieldsValues, getFieldType, getFieldValue, getFieldValue, getIndexIndicators, getMapEntry, getObject, getPrimaryKeyName, getRoutingFieldName, getSuperClassesNames, getTimeToLive, getUID, getVersion, isBroadcast, isFifo, isIndexedField, isReplicatable, isTransient, setFieldValue, setFieldValue
-
Constructor Details
-
NotifyEvent
- Parameters:
holder-tte-
-
-
Method Details
-
getNotifyContext
-