Package | Description |
---|---|
com.gigaspaces.events |
Provides GigaSpaces events related interfaces.
|
com.j_spaces.core |
Provides Space properties and security context services
|
net.jini.core.lookup |
These are the lookup service interfaces and classes.
|
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
|
net.jini.lease |
Standard service and utility classes for managing leases.
|
net.jini.space |
JavaSpaces(TM) servers provide a place on the network, a space,
for clients to store and exchange objects.
|
org.openspaces.events.notify |
A notify event container allowing to use GigaSpace support for notifications.
|
Modifier and Type | Method and Description |
---|---|
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener)
Registers a listener with a space using a POJO template.
|
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
MarshalledObject handback,
INotifyDelegatorFilter filter,
NotifyActionType actionTypes)
Deprecated.
Since 9.7
|
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
NotifyActionType actionTypes)
Deprecated.
Since 9.7
|
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType actionTypes)
Registers a listener with a space using a POJO template
|
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType actionTypes,
MarshalledObject handback,
INotifyDelegatorFilter filter)
Registers a listener with a space using a POJO template
|
Modifier and Type | Method and Description |
---|---|
void |
DataEventSession.removeListener(EventRegistration registration)
Unregisters the listener from the space.
|
Modifier and Type | Method and Description |
---|---|
HashSet<EventRegistration> |
SpaceCopyStatus.getNotifyTemplRegistration() |
Modifier and Type | Class and Description |
---|---|
class |
RegistrarEventRegistration |
Modifier and Type | Method and Description |
---|---|
EventRegistration |
LookupDiscoveryRegistration.getEventRegistration()
Returns an EventRegistration object that encapsulates the information
needed by the client to identify a notification sent by the lookup
discovery service to the registration's listener.
|
Modifier and Type | Method and Description |
---|---|
EventRegistration |
LeaseRenewalSet.setExpirationWarningListener(RemoteEventListener listener,
long minWarning,
MarshalledObject handback)
Register for the expiration warning event associated with this
set.
|
EventRegistration |
LeaseRenewalSet.setRenewalFailureListener(RemoteEventListener listener,
MarshalledObject handback)
Register for the renewal failure event associated with this set.
|
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. |
EventRegistration |
JavaSpace05.registerForAvailabilityEvent(Collection tmpls,
Transaction txn,
boolean visibilityOnly,
RemoteEventListener listener,
long leaseDuration,
MarshalledObject handback)
Register for events triggered when a matching
Entry
transitions from unavailable to available. |
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.