Package | Description |
---|---|
com.gigaspaces.events |
Provides GigaSpaces events related interfaces.
|
com.gigaspaces.events.lease | |
com.gigaspaces.internal.client.spaceproxy | |
com.gigaspaces.internal.client.spaceproxy.events | |
com.gigaspaces.internal.cluster.node.impl.replica | |
com.gigaspaces.internal.events | |
com.gigaspaces.internal.events.durable | |
com.gigaspaces.internal.lease | |
com.j_spaces.core |
Provides Space properties and security context services
|
net.jini.core.lookup | |
net.jini.space |
JavaSpaces(TM) servers provide a place on the network, a space,
for clients to store and exchange objects.
|
org.jini.rio.event | |
org.openspaces.events.notify |
A notify event container allowing to use GigaSpace support for notifications.
|
Modifier and Type | Class and Description |
---|---|
class |
GSEventRegistration |
Modifier and Type | Method and Description |
---|---|
EventRegistration |
AbstractDataEventSession.addListener(Object template,
long lease,
NotifyInfo notifyInfo) |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener)
Registers a listener with a space using a POJO template.
|
EventRegistration |
AbstractDataEventSession.addListener(Object template,
RemoteEventListener listener) |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
MarshalledObject handback,
INotifyDelegatorFilter filter,
NotifyActionType actionTypes)
Deprecated.
Since 9.7
|
EventRegistration |
AbstractDataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
MarshalledObject handback,
INotifyDelegatorFilter filter,
NotifyActionType notifyType) |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
NotifyActionType actionTypes)
Deprecated.
Since 9.7
|
EventRegistration |
AbstractDataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
NotifyActionType actionTypes) |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType actionTypes)
Registers a listener with a space using a POJO template
|
EventRegistration |
AbstractDataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType actionTypes) |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType actionTypes,
MarshalledObject handback,
INotifyDelegatorFilter filter)
Registers a listener with a space using a POJO template
|
EventRegistration |
AbstractDataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType notifyType,
MarshalledObject handback,
INotifyDelegatorFilter filter) |
protected EventRegistration |
DefaultDataEventSession.addListenerInternal(Object template,
long lease,
NotifyInfo info) |
protected abstract EventRegistration |
AbstractDataEventSession.addListenerInternal(Object template,
long lease,
NotifyInfo notifyInfo) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDataEventSession.removeListener(EventRegistration registration) |
void |
DataEventSession.removeListener(EventRegistration registration)
Unregisters the listener from the space.
|
void |
AbstractDataEventSession.removeListener(EventRegistration registration) |
Modifier and Type | Method and Description |
---|---|
void |
JiniEventLeaseRenewalManager.registerAutoRenew(EventRegistration eventRegistration,
LeaseListener listener) |
void |
EventLeaseRenewalManager.registerAutoRenew(EventRegistration eventRegistration,
LeaseListener listener) |
void |
JiniEventLeaseRenewalManager.unregisterAutoRenew(EventRegistration eventRegistration) |
void |
EventLeaseRenewalManager.unregisterAutoRenew(EventRegistration eventRegistration) |
Modifier and Type | Method and Description |
---|---|
EventRegistration |
AbstractSpaceProxy.notify(Entry template,
Transaction txn,
RemoteEventListener listener,
long lease,
MarshalledObject handback) |
Modifier and Type | Method and Description |
---|---|
EventRegistration |
SpaceProxyDataEventsManager.addListener(Object template,
long lease,
NotifyInfo notifyInfo,
boolean isMultiplex) |
Modifier and Type | Method and Description |
---|---|
void |
BatchLeaseRenewalManager.registerAutoRenew(EventRegistration eventRegistration,
LeaseListener listener) |
void |
BatchLeaseRenewalManager.unregisterAutoRenew(EventRegistration eventRegistration) |
Modifier and Type | Method and Description |
---|---|
Set<EventRegistration> |
SpaceCopyIntermediateResult.getNotifyRegistrations() |
Constructor and Description |
---|
SpaceCopyIntermediateResult(Map<String,Integer> writtenTypesCount,
Map<String,Integer> notifyTemplateTypesCount,
Map<String,String> duplicateEntries,
int totalCopiedObjects,
int blockedByFilterEntries,
Exception failureReason,
ConcurrentHashSet<EventRegistration> notifyRegistrations) |
Modifier and Type | Method and Description |
---|---|
String |
IInternalEventSessionAdmin.dumpState(EventRegistration registration) |
Modifier and Type | Method and Description |
---|---|
protected EventRegistration |
DurableUnicastDelegatorSession.addListenerInternal(Object template,
long lease,
NotifyInfo info) |
Modifier and Type | Method and Description |
---|---|
String |
DurableUnicastDelegatorSession.dumpState(EventRegistration registration) |
void |
DurableUnicastDelegatorSession.removeListener(EventRegistration registration) |
Modifier and Type | Method and Description |
---|---|
EventRegistration |
SpaceNotifyLease.getEventRegistration() |
Modifier and Type | Method and Description |
---|---|
HashSet<EventRegistration> |
SpaceCopyStatusImpl.getNotifyTemplRegistration() |
HashSet<EventRegistration> |
SpaceCopyStatus.getNotifyTemplRegistration() |
Modifier and Type | Method and Description |
---|---|
void |
SpaceCopyStatusImpl.addNotifyTemplate(String templateName,
EventRegistration eventRegistration) |
Modifier and Type | Class and Description |
---|---|
class |
RegistrarEventRegistration |
Modifier and Type | Method and Description |
---|---|
EventRegistration |
JavaSpace.notify(Entry tmpl,
Transaction txn,
RemoteEventListener listener,
long lease,
MarshalledObject handback)
When entries are written that match this template notify the given
listener with
a RemoteEvent that includes the handback object. |
Modifier and Type | Method and Description |
---|---|
EventRegistration |
EventProducer.register(EventDescriptor descriptor,
RemoteEventListener listener,
MarshalledObject handback,
long duration)
The register method creates a leased
EventRegistration for the
EventDescriptor type passed in based on the requested lease duration. |
Modifier and Type | Method and Description |
---|---|
protected EventRegistration |
SimpleNotifyEventListenerContainer.registerListener(DataEventSession dataEventSession,
RemoteEventListener listener)
Registers a listener using the provided
DataEventSession and
based on different parameters set on this container. |
Copyright © GigaSpaces.