Class EntryArrivedPacket
java.lang.Object
com.j_spaces.kernel.pool.Resource
com.j_spaces.core.server.processor.BusPacket<Processor>
com.j_spaces.core.server.processor.EntryArrivedPacket
- All Implemented Interfaces:
IResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Cleans the resource of its contents so it can be returned to the pool.voidconstructEntryArrivedPacket(OperationID operationID, IEntryHolder entryHolder, ServerTransaction xtn, boolean notifyListeners, IEntryHolder entryValueToNotify, boolean fromReplication) Constructs an EntryArrivedPacketvoidbooleanbooleanMethods inherited from class com.j_spaces.core.server.processor.BusPacket
constructBusPacket, getCreationTime, getEntryHolder, getOperationID, getTimeout, getTransaction, setOperationIDMethods inherited from class com.j_spaces.kernel.pool.Resource
acquire, isAcquired, isFromPool, release, setAcquired, setFromPool
-
Constructor Details
-
EntryArrivedPacket
public EntryArrivedPacket()
-
-
Method Details
-
constructEntryArrivedPacket
public void constructEntryArrivedPacket(OperationID operationID, IEntryHolder entryHolder, ServerTransaction xtn, boolean notifyListeners, IEntryHolder entryValueToNotify, boolean fromReplication) Constructs an EntryArrivedPacket -
clear
public void clear()Description copied from interface:IResourceCleans the resource of its contents so it can be returned to the pool.You may use the
IResource.isFromPool()indication to decide of a special action before returning a resource to the pool, or discard any actions on resources not returning to the pool. -
shouldNotifyListeners
public boolean shouldNotifyListeners() -
getEntryValueToNotify
-
isFromReplication
public boolean isFromReplication() -
execute
-