| Package | Description | 
|---|---|
| com.gigaspaces.events | 
 Provides GigaSpaces events related interfaces. 
 | 
| com.gigaspaces.events.batching | |
| com.gigaspaces.events.fifo | |
| com.gigaspaces.internal.client.cache.localcache | |
| com.gigaspaces.internal.client.spaceproxy.events | |
| com.gigaspaces.internal.events.durable | |
| com.gigaspaces.internal.lrmi.stubs | |
| com.gigaspaces.internal.query.continous | |
| com.gigaspaces.internal.server.space.events | |
| com.gigaspaces.internal.server.storage | |
| com.j_spaces.core.client | 
 Provides GigaSpaces client interface services 
 | 
| com.j_spaces.core.client.cache.map | |
| com.j_spaces.kernel.weaklistener | |
| com.sun.jini.reggie | 
 Provides implementations of  
ServiceRegistrar. | 
| net.jini.core.event | |
| net.jini.core.lookup | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpaceRemoteEvent
Base class for space remote events. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BatchRemoteEvent
Received on  
BatchRemoteEventListener.notifyBatch(BatchRemoteEvent) when a batch of events
 that matches the pending templates registration. | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteEvent[] | 
BatchRemoteEvent.getEvents()  | 
| Constructor and Description | 
|---|
BatchRemoteEvent(RemoteEvent[] events)  | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteEvent | 
BlockedOrderedQueue.dequeue()
Remove and return the next event in queue. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BlockedOrderedQueue.enqueue(RemoteEvent theEvent)
Add new event object to the queue. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LocalCacheListener.notify(RemoteEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MultiplexDataEventListener.notify(RemoteEvent event)  | 
void | 
DataEventListener.notify(RemoteEvent event)  | 
void | 
SpaceProxyDataEventListener.notify(RemoteEvent event)  | 
void | 
FifoDataEventListener.notify(RemoteEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NotifyCallHandler.notify(RemoteEvent theEvent)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LRMIRemoteEventListener.notify(RemoteEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContinousQuery.notify(RemoteEvent remoteEvent)  | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteEvent | 
BatchNotifyExecutor.EventHolder.getEvent()  | 
RemoteEvent | 
RemoteEventBusPacket.getRemoteEvent()  | 
| Constructor and Description | 
|---|
EventHolder(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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteEvent | 
NotifyTemplateHolder.createRemoteEvent(IEntryHolder entryHolder,
                 IEntryHolder oldEntryHolder,
                 NotifyActionType notifyType,
                 OperationID operationID,
                 IJSpace spaceProxy,
                 boolean fromReplication)  | 
RemoteEvent | 
NotifyTemplateHolder.createRemoteEvent(IEntryHolder entryHolder,
                 NotifyActionType notifyType,
                 OperationID operationID,
                 IJSpace spaceProxy,
                 boolean fromReplication)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EntryArrivedRemoteEvent
An EntryArrivedRemoteEvent is sent to a NotifyDelegator object when an entry that matches the
 delegator's template enters a GigaSpace. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MapCache.notify(RemoteEvent remoteEvent)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WeakBatchRemoteEventListener.notify(RemoteEvent event)
Delegate the notification to the listener. 
 | 
void | 
WeakRemoteEventListener.notify(RemoteEvent event)
Delegate the notification to the listener. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RegistrarEvent
Concrete implementation class for abstract ServiceEvent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RemoteEventListener.notify(RemoteEvent theEvent)
Notify the listener about an event. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ServiceEvent
This class is used for remote events sent by the lookup service. 
 | 
Copyright © GigaSpaces.