Class EntryExpiredBusPacket
java.lang.Object
com.j_spaces.kernel.pool.Resource
com.j_spaces.core.server.processor.BusPacket<Processor>
com.j_spaces.core.server.processor.EntryExpiredBusPacket
- All Implemented Interfaces:
IResource
Copyright (c) 2010 GigaSpaces Technologies Ltd. All rights reserved
The software source code is proprietary and confidential information of GigaSpaces. You may use
the software source code solely under the terms and limitations of The license agreement granted
to you by GigaSpaces.
-
Constructor Summary
ConstructorsConstructorDescriptionEntryExpiredBusPacket(IEntryHolder entryHolder, ServerTransaction xtn, boolean fromReplication) -
Method Summary
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
-
EntryExpiredBusPacket
public EntryExpiredBusPacket(IEntryHolder entryHolder, ServerTransaction xtn, boolean fromReplication)
-
-
Method Details