Uses of Class
net.jini.core.event.RemoteEvent
Packages that use RemoteEvent
Package
Description
Provides GigaSpaces events related interfaces.
Provides GigaSpaces client interface services
Provides implementations of
ServiceRegistrar.-
Uses of RemoteEvent in com.gigaspaces.events
Subclasses of RemoteEvent in com.gigaspaces.events -
Uses of RemoteEvent in com.gigaspaces.events.batching
Subclasses of RemoteEvent in com.gigaspaces.events.batchingModifier and TypeClassDescriptionclassReceived onBatchRemoteEventListener.notifyBatch(BatchRemoteEvent)when a batch of events that matches the pending templates registration.Methods in com.gigaspaces.events.batching that return RemoteEventConstructors in com.gigaspaces.events.batching with parameters of type RemoteEvent -
Uses of RemoteEvent in com.gigaspaces.events.fifo
Methods in com.gigaspaces.events.fifo that return RemoteEventModifier and TypeMethodDescriptionBlockedOrderedQueue.dequeue()Remove and return the next event in queue.Methods in com.gigaspaces.events.fifo with parameters of type RemoteEventModifier and TypeMethodDescriptionvoidBlockedOrderedQueue.enqueue(RemoteEvent theEvent) Add new event object to the queue. -
Uses of RemoteEvent in com.gigaspaces.internal.client.cache.localcache
Methods in com.gigaspaces.internal.client.cache.localcache with parameters of type RemoteEvent -
Uses of RemoteEvent in com.gigaspaces.internal.client.spaceproxy.events
Methods in com.gigaspaces.internal.client.spaceproxy.events with parameters of type RemoteEventModifier and TypeMethodDescriptionvoidDataEventListener.notify(RemoteEvent event) voidFifoDataEventListener.notify(RemoteEvent event) voidMultiplexDataEventListener.notify(RemoteEvent event) voidSpaceProxyDataEventListener.notify(RemoteEvent event) -
Uses of RemoteEvent in com.gigaspaces.internal.events.durable
Methods in com.gigaspaces.internal.events.durable with parameters of type RemoteEvent -
Uses of RemoteEvent in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs with parameters of type RemoteEvent -
Uses of RemoteEvent in com.gigaspaces.internal.query.continous
Methods in com.gigaspaces.internal.query.continous with parameters of type RemoteEvent -
Uses of RemoteEvent in com.gigaspaces.internal.server.space.events
Methods in com.gigaspaces.internal.server.space.events that return RemoteEventModifier and TypeMethodDescriptionBatchNotifyExecutor.EventHolder.getEvent()RemoteEventBusPacket.getRemoteEvent()Constructors in com.gigaspaces.internal.server.space.events with parameters of type RemoteEventModifierConstructorDescriptionEventHolder(RemoteEvent event, long time) RemoteEventBatchBusPacket(ITemplateHolder templateHolder, RemoteEvent[] events) Construct a mobile remote event instance, by instantiating a bus packet and attaching it a remote event.RemoteEventBusPacket(ITemplateHolder templateHolder, RemoteEvent re, int TTL, NotifyContext notifyContext, boolean fromReplication) Construct a mobile remote event instance, by instantiating a bus packet and attaching it a remote event. -
Uses of RemoteEvent in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage that return RemoteEventModifier and TypeMethodDescriptionNotifyTemplateHolder.createRemoteEvent(IEntryHolder entryHolder, NotifyActionType notifyType, OperationID operationID, IJSpace spaceProxy, boolean fromReplication) NotifyTemplateHolder.createRemoteEvent(IEntryHolder entryHolder, IEntryHolder oldEntryHolder, NotifyActionType notifyType, OperationID operationID, IJSpace spaceProxy, boolean fromReplication) -
Uses of RemoteEvent in com.j_spaces.core.client
Subclasses of RemoteEvent in com.j_spaces.core.clientModifier and TypeClassDescriptionclassAn EntryArrivedRemoteEvent is sent to a NotifyDelegator object when an entry that matches the delegator's template enters a GigaSpace. -
Uses of RemoteEvent in com.j_spaces.core.client.cache.map
Methods in com.j_spaces.core.client.cache.map with parameters of type RemoteEvent -
Uses of RemoteEvent in com.j_spaces.kernel.weaklistener
Methods in com.j_spaces.kernel.weaklistener with parameters of type RemoteEventModifier and TypeMethodDescriptionvoidWeakBatchRemoteEventListener.notify(RemoteEvent event) Delegate the notification to the listener.voidWeakRemoteEventListener.notify(RemoteEvent event) Delegate the notification to the listener. -
Uses of RemoteEvent in com.sun.jini.reggie
Subclasses of RemoteEvent in com.sun.jini.reggieModifier and TypeClassDescriptionclassConcrete implementation class for abstract ServiceEvent. -
Uses of RemoteEvent in net.jini.core.event
Methods in net.jini.core.event with parameters of type RemoteEventModifier and TypeMethodDescriptionvoidRemoteEventListener.notify(RemoteEvent theEvent) Notify the listener about an event. -
Uses of RemoteEvent in net.jini.core.lookup
Subclasses of RemoteEvent in net.jini.core.lookupModifier and TypeClassDescriptionclassThis class is used for remote events sent by the lookup service.