com.gigaspaces.events.batching
Class BatchRemoteEvent
java.lang.Object
java.util.EventObject
net.jini.core.event.RemoteEvent
com.gigaspaces.events.SpaceRemoteEvent
com.j_spaces.core.client.EntryArrivedRemoteEvent
com.gigaspaces.events.batching.BatchRemoteEvent
- All Implemented Interfaces:
- com.gigaspaces.lrmi.nio.LRMIMethodTrackingIdProvider, Externalizable, Serializable, Cloneable
public class BatchRemoteEvent
- extends EntryArrivedRemoteEvent
Received on BatchRemoteEventListener.notifyBatch(BatchRemoteEvent)
when a
batch of events that matches the pending templates registration.
- Since:
- 6.6
- Author:
- Assy
- See Also:
- Serialized Form
Methods inherited from class com.j_spaces.core.client.EntryArrivedRemoteEvent |
clone, getEntryPacket, getKey, getNotifyActionType, getNotifyType, getObject, getOperationID, getRegistrationObject, getSource, getSpaceUuid, getTemplateUID, isFromReplication, setSpaceProxyUuid, toString |
BatchRemoteEvent
public BatchRemoteEvent()
BatchRemoteEvent
public BatchRemoteEvent(RemoteEvent[] events)
getEvents
public RemoteEvent[] getEvents()
- Returns:
- an array of remote events
setSpaceProxy
public void setSpaceProxy(IJSpace spaceProxy)
- Used internally to set the proxy for all the events
- Overrides:
setSpaceProxy
in class EntryArrivedRemoteEvent
writeExternal
protected void writeExternal(ObjectOutput out,
com.gigaspaces.internal.version.PlatformLogicalVersion version)
throws IOException
- Description copied from class:
SpaceRemoteEvent
- Reserved for internal usage.
- Overrides:
writeExternal
in class EntryArrivedRemoteEvent
- Throws:
IOException
readExternal
protected void readExternal(ObjectInput in,
com.gigaspaces.internal.version.PlatformLogicalVersion version)
throws IOException,
ClassNotFoundException
- Description copied from class:
SpaceRemoteEvent
- Reserved for internal usage.
- Overrides:
readExternal
in class EntryArrivedRemoteEvent
- Throws:
IOException
ClassNotFoundException
getLRMIMethodTrackingId
public String getLRMIMethodTrackingId()
- Specified by:
getLRMIMethodTrackingId
in interface com.gigaspaces.lrmi.nio.LRMIMethodTrackingIdProvider
- Overrides:
getLRMIMethodTrackingId
in class EntryArrivedRemoteEvent
Copyright © GigaSpaces.