Package com.j_spaces.core
Class EntryTakenPacket
- 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.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntryTakenPacket(OperationID operationID, IEntryHolder entryHolder, ServerTransaction xtn, IEntryHolder entryValueToNotify, 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
-
Field Details
-
m_EntryValueToNotify
-
-
Constructor Details
-
EntryTakenPacket
public EntryTakenPacket(OperationID operationID, IEntryHolder entryHolder, ServerTransaction xtn, IEntryHolder entryValueToNotify, boolean fromReplication)
-
-
Method Details