Package com.gigaspaces.server.filter
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 com.j_spaces.core.EntryImpl
_entryHolderFields inherited from class com.j_spaces.core.AbstractEntryType
_typeDesc -
Constructor Summary
ConstructorsConstructorDescriptionNotifyEvent(IEntryHolder holder, ITypeDesc tte, NotifyContext notifyContext) -
Method Summary
Methods inherited from class com.j_spaces.core.filters.entry.SpaceFilterEntryImpl
getHandback, getNotifyTypeMethods inherited from class com.j_spaces.core.EntryImpl
getClassName, getEntry, getFieldsValues, getFieldValue, getFieldValue, getMapEntry, getTimeToLive, getUID, getVersion, isTransient, setFieldValue, setFieldValueMethods inherited from class com.j_spaces.core.AbstractEntryType
getCodebase, getFieldPosition, getFieldsNames, getFieldsTypes, getFieldType, getIndexIndicators, getObject, getPrimaryKeyName, getProperties, getRoutingFieldName, getSuperClassesNames, hasDummyTTE, isBroadcast, isFifo, isIndexedField, isReplicatableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.j_spaces.core.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
-