Class NotifyContextsHolder
java.lang.Object
com.gigaspaces.internal.server.space.events.NotifyContextsHolder
- Direct Known Subclasses:
UpdateNotifyContextHolder
- Since:
- 9.1
- Author:
- yael
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final IEntryHolderprotected NotifyContextprotected List<NotifyContext>protected List<NotifyActionType>protected final OperationIDprotected final IEntryHolder -
Constructor Summary
ConstructorsConstructorDescriptionNotifyContextsHolder(IEntryHolder originalEntry, IEntryHolder newEntry, OperationID operationId, NotifyActionType notifyType) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
_originalEntry
-
_newEntry
-
_operationId
-
_notifyContext
-
_notifyContextsList
-
_notifyTypesList
-
-
Constructor Details
-
NotifyContextsHolder
public NotifyContextsHolder(IEntryHolder originalEntry, IEntryHolder newEntry, OperationID operationId, NotifyActionType notifyType)
-
-
Method Details
-
getNotifyEntry
-
getOriginalEntry
-
getNewEntry
-
getNotifyContext
-
getNotifyContexts
-
getNotifyType
-
getNotifyTypes
-