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
A bus packet that is used to search for override notify templates.
- Since:
- 6.6
- Author:
- GuyK
-
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 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
-
EntryUnmatchedPacket
public EntryUnmatchedPacket(OperationID operationID, IEntryHolder originalEntryHolder, IEntryHolder newEntryHolder, ServerTransaction xtn, boolean fromReplication) Constructs an EntryArrivedPacket
-
-
Method Details