Class EntryUnmatchedPacket
java.lang.Object
com.j_spaces.kernel.pool.Resource
com.j_spaces.core.server.processor.BusPacket<Processor>
com.j_spaces.core.server.processor.EntryUnmatchedPacket
- All Implemented Interfaces:
IResource
-
Constructor Summary
ConstructorsConstructorDescriptionEntryUnmatchedPacket(OperationID operationID, IEntryHolder originalEntryHolder, IEntryHolder newEntryHolder, ServerTransaction xtn, boolean fromReplication) Constructs an EntryArrivedPacket -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanIndicates the source of the update operation that caused this search.Methods inherited from class BusPacket
clear, constructBusPacket, getCreationTime, getEntryHolder, getOperationID, getTimeout, getTransaction, setOperationIDMethods inherited from class Resource
acquire, isAcquired, isFromPool, release, setAcquired, setFromPool
-
Constructor Details
-
EntryUnmatchedPacket
public EntryUnmatchedPacket(OperationID operationID, IEntryHolder originalEntryHolder, IEntryHolder newEntryHolder, ServerTransaction xtn, boolean fromReplication) Constructs an EntryArrivedPacket
-
-
Method Details
-
execute
-
isFromReplication
public boolean isFromReplication()Indicates the source of the update operation that caused this search. -
getNewEntryHolder
-