Class EntryUpdatedPacket
java.lang.Object
com.j_spaces.kernel.pool.Resource
com.j_spaces.core.server.processor.BusPacket<Processor>
com.j_spaces.core.server.processor.EntryUpdatedPacket
- All Implemented Interfaces:
IResource
- Since:
- 9.1
- Author:
- yael
-
Constructor Summary
ConstructorsConstructorDescriptionEntryUpdatedPacket(OperationID operationID, IEntryHolder originalEntryHolder, IEntryHolder newEntryHolder, IEntryHolder notifyEH, ServerTransaction xtn, boolean fromReplication, boolean notifyMatch, boolean notifyRematch) Constructs an EntryUpdatedPacket -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanbooleanMethods inherited from class com.j_spaces.core.server.processor.BusPacket
clear, constructBusPacket, getCreationTime, getEntryHolder, getOperationID, getTimeout, getTransaction, setOperationIDMethods inherited from class com.j_spaces.kernel.pool.Resource
acquire, isAcquired, isFromPool, release, setAcquired, setFromPool
-
Constructor Details
-
EntryUpdatedPacket
public EntryUpdatedPacket(OperationID operationID, IEntryHolder originalEntryHolder, IEntryHolder newEntryHolder, IEntryHolder notifyEH, ServerTransaction xtn, boolean fromReplication, boolean notifyMatch, boolean notifyRematch) Constructs an EntryUpdatedPacket
-
-
Method Details
-
execute
-
isNotifyMatched
public boolean isNotifyMatched() -
isNotifyRematched
public boolean isNotifyRematched() -
isFromReplication
public boolean isFromReplication() -
getOriginalEntryHolder
- Returns:
- the entry before the update operation
-
getNotifyEH
-