GigaSpaces XAP 9.7.2 API

Uses of Interface
net.jini.core.event.RemoteEventListener

Packages that use RemoteEventListener
com.gigaspaces.events Provides GigaSpaces events related interfaces. 
com.gigaspaces.events.batching   
com.j_spaces.core.client Provides GigaSpaces client interface services 
com.sun.jini.reggie Provides implementations of ServiceRegistrar
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.event   
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 RemoteEventListener in com.gigaspaces.events
 

Subinterfaces of RemoteEventListener in com.gigaspaces.events
 interface com.gigaspaces.events.ManagedRemoteEventListener
           
 

Methods in com.gigaspaces.events with parameters of type RemoteEventListener
 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
 

Uses of RemoteEventListener in com.gigaspaces.events.batching
 

Subinterfaces of RemoteEventListener in com.gigaspaces.events.batching
 interface BatchRemoteEventListener
          Extends the RemoteEventListener to provide batch events.
 

Uses of RemoteEventListener in com.j_spaces.core.client
 

Subinterfaces of RemoteEventListener in com.j_spaces.core.client
 interface INotifyDelegator
          Deprecated.  
 

Uses of RemoteEventListener in com.sun.jini.reggie
 

Methods in com.sun.jini.reggie with parameters of type RemoteEventListener
 RegistrarEventRegistration GigaRegistrar.notify(Template tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration)
           
 RegistrarEventRegistration Registrar.notify(Template tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration)
          Registers for event notification.
 RegistrarEventRegistration GigaRegistrar.notify(Template tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration, int notifyType)
           
 RegistrarEventRegistration Registrar.notify(Template tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration, int notifyType)
          Registers for event notification.
 

Uses of RemoteEventListener in net.jini.core.lookup
 

Methods in net.jini.core.lookup with parameters of type RemoteEventListener
 RegistrarEventRegistration ServiceRegistrar.notify(ServiceTemplate tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration)
          Registers for event notification.
 RegistrarEventRegistration ServiceRegistrar.notify(ServiceTemplate tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration, int notifyType)
          Same as above, just return the matching templaes with the call
 

Uses of RemoteEventListener in net.jini.discovery
 

Methods in net.jini.discovery with parameters of type RemoteEventListener
 LookupDiscoveryRegistration LookupDiscoveryService.register(String[] groups, LookupLocator[] locators, RemoteEventListener listener, MarshalledObject handback, long leaseDuration)
          Register with the lookup discovery service.
 

Uses of RemoteEventListener in net.jini.event
 

Methods in net.jini.event that return RemoteEventListener
 RemoteEventListener MailboxRegistration.getListener()
          Returns the RemoteEventListener associated with this registration.
 

Methods in net.jini.event with parameters of type RemoteEventListener
 void MailboxRegistration.enableDelivery(RemoteEventListener target)
          Initiates delivery of stored notifications to the supplied target listener, if any.
 

Uses of RemoteEventListener in net.jini.lease
 

Methods in net.jini.lease with parameters of type RemoteEventListener
 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 RemoteEventListener in net.jini.space
 

Methods in net.jini.space with parameters of type RemoteEventListener
 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 RemoteEventListener in org.openspaces.events.notify
 

Methods in org.openspaces.events.notify with parameters of type RemoteEventListener
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

Copyright © GigaSpaces.