|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventRegistration | |
---|---|
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. |
Uses of EventRegistration in com.gigaspaces.events |
---|
Methods in com.gigaspaces.events that return EventRegistration | |
---|---|
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 |
Methods in com.gigaspaces.events with parameters of type EventRegistration | |
---|---|
void |
DataEventSession.removeListener(EventRegistration registration)
Unregisters the listener from the space. |
Uses of EventRegistration in com.j_spaces.core |
---|
Methods in com.j_spaces.core that return types with arguments of type EventRegistration | |
---|---|
HashSet<EventRegistration> |
SpaceCopyStatus.getNotifyTemplRegistration()
|
Uses of EventRegistration in net.jini.core.lookup |
---|
Subclasses of EventRegistration in net.jini.core.lookup | |
---|---|
class |
RegistrarEventRegistration
|
Uses of EventRegistration in net.jini.discovery |
---|
Methods in net.jini.discovery that return EventRegistration | |
---|---|
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. |
Uses of EventRegistration in net.jini.lease |
---|
Methods in net.jini.lease that return EventRegistration | |
---|---|
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. |
Uses of EventRegistration in net.jini.space |
---|
Methods in net.jini.space that return EventRegistration | |
---|---|
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. |
Uses of EventRegistration in org.openspaces.events.notify |
---|
Methods in org.openspaces.events.notify that return EventRegistration | |
---|---|
protected EventRegistration |
AbstractNotifyEventListenerContainer.registerListener(DataEventSession dataEventSession,
RemoteEventListener listener)
Registers a listener using the provided DataEventSession and
based on different parameters set on this container. |
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |