Class RemoteEventBatchBusPacket
java.lang.Object
com.j_spaces.kernel.pool.Resource
com.j_spaces.core.server.processor.BusPacket<SpaceDataEventDispatcher>
com.gigaspaces.internal.server.space.events.RemoteEventBusPacket
com.gigaspaces.internal.server.space.events.RemoteEventBatchBusPacket
- All Implemented Interfaces:
IResource
A RemoteEventBatchBusPacket represents a batch of remote events that should be sent to a remote
listener.
- Author:
- Asy
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteEventBatchBusPacket(ITemplateHolder templateHolder, RemoteEvent[] events) Construct a mobile remote event instance, by instantiating a bus packet and attaching it a remote event. -
Method Summary
Modifier and TypeMethodDescriptionvoidSend notification to the clientMethods inherited from class com.gigaspaces.internal.server.space.events.RemoteEventBusPacket
afterBatching, execute, getRemoteEvent, getStatus, getTTL, isAfterBatching, isFromReplication, setTTLMethods 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
-
RemoteEventBatchBusPacket
Construct a mobile remote event instance, by instantiating a bus packet and attaching it a remote event.
-
-
Method Details
-
getRemoteEvents
-
notifyListener
Description copied from class:RemoteEventBusPacketSend notification to the client- Overrides:
notifyListenerin classRemoteEventBusPacket- Throws:
RemoteExceptionUnknownEventException
-