Uses of Class
net.jini.core.event.EventRegistration

Packages that use EventRegistration
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
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 Discovery and Join Specification
net.jini.lease Standard service and utility classes for managing leases. 
net.jini.space JavaSpaces servers provide a place on the network, a space, for clients to store and exchange objects. 
 

Uses of EventRegistration in com.sun.jini.fiddler
 

Fields in com.sun.jini.fiddler declared as EventRegistration
(package private)  EventRegistration FiddlerRegistration.eventReg
          The object which encapsulates the information used by the client to identify a notification sent by the lookup discovery service to the listener registered with the lookup discovery service by the client's registration, for which the instance of this class serves as proxy.
 

Methods in com.sun.jini.fiddler that return EventRegistration
 EventRegistration FiddlerRegistration.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.
 

Methods in com.sun.jini.fiddler with parameters of type EventRegistration
static FiddlerRegistration FiddlerRegistration.createRegistration(Fiddler server, Uuid registrationID, EventRegistration eventReg)
          Public static factory method that creates and returns an instance of FiddlerRegistration.
 

Constructors in com.sun.jini.fiddler with parameters of type EventRegistration
FiddlerRegistration.ConstrainableFiddlerRegistration(Fiddler server, Uuid registrationID, EventRegistration eventReg, MethodConstraints methodConstraints)
          Constructs a new ConstrainableFiddlerRegistration instance.
FiddlerRegistration(Fiddler server, Uuid registrationID, EventRegistration eventReg)
          Constructs a new instance of FiddlerRegistration.
 

Uses of EventRegistration in com.sun.jini.norm
 

Methods in com.sun.jini.norm that return EventRegistration
(package private)  EventRegistration LeaseSet.setExpirationWarningListener(RemoteEventListener listener, long minWarning, MarshalledObject handback)
          Set/update/clear the expiration warning listener.
 EventRegistration SetProxy.setExpirationWarningListener(RemoteEventListener listener, long minWarning, MarshalledObject handback)
           
 EventRegistration NormServer.setExpirationWarningListener(Uuid id, RemoteEventListener listener, long minWarning, MarshalledObject handback)
          Set the expiration warning listener for a set.
 EventRegistration NormServerBaseImpl.setExpirationWarningListener(Uuid id, RemoteEventListener listener, long minWarning, MarshalledObject handback)
           
(package private)  EventRegistration LeaseSet.setRenewalFailureListener(RemoteEventListener listener, MarshalledObject handback)
          Set/update/clear the renewal failure listener
 EventRegistration SetProxy.setRenewalFailureListener(RemoteEventListener listener, MarshalledObject handback)
           
 EventRegistration NormServer.setRenewalFailureListener(Uuid id, RemoteEventListener listener, MarshalledObject handback)
          Set the renewal failure listener for a set.
 EventRegistration NormServerBaseImpl.setRenewalFailureListener(Uuid id, RemoteEventListener listener, MarshalledObject handback)
           
 

Uses of EventRegistration in com.sun.jini.outrigger
 

Methods in com.sun.jini.outrigger that return EventRegistration
 EventRegistration OutriggerServer.notify(EntryRep tmpl, Transaction txn, RemoteEventListener listener, long lease, MarshalledObject handback)
          When entries are written that match this template notify the given listener.
 EventRegistration OutriggerServerWrapper.notify(EntryRep tmpl, Transaction txn, RemoteEventListener listener, long lease, MarshalledObject handback)
           
 EventRegistration OutriggerServerImpl.notify(EntryRep tmpl, Transaction tr, RemoteEventListener listener, long leaseTime, MarshalledObject handback)
           
 EventRegistration SpaceProxy2.notify(Entry tmpl, Transaction txn, RemoteEventListener listener, long lease, MarshalledObject handback)
           
 EventRegistration SpaceProxy2.registerForAvailabilityEvent(Collection tmpls, Transaction txn, boolean visibilityOnly, RemoteEventListener listener, long leaseDuration, MarshalledObject handback)
           
 EventRegistration OutriggerServer.registerForAvailabilityEvent(EntryRep[] tmpls, Transaction txn, boolean visibilityOnly, RemoteEventListener listener, long leaseTime, MarshalledObject handback)
          When entries that match one or more of the passed templates transition from invisible to visible notify the give listener.
 EventRegistration OutriggerServerWrapper.registerForAvailabilityEvent(EntryRep[] tmpls, Transaction txn, boolean visibilityOnly, RemoteEventListener listener, long leaseTime, MarshalledObject handback)
           
 EventRegistration OutriggerServerImpl.registerForAvailabilityEvent(EntryRep[] tmpls, Transaction tr, boolean visibilityOnly, RemoteEventListener listener, long leaseTime, MarshalledObject handback)
           
 

Uses of EventRegistration in com.sun.jini.reggie
 

Methods in com.sun.jini.reggie that return EventRegistration
 EventRegistration RegistrarProxy.notify(ServiceTemplate tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration)
           
 EventRegistration RegistrarImpl.notify(Template tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration)
           
 EventRegistration Registrar.notify(Template tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration)
          Registers for event notification.
private  EventRegistration RegistrarImpl.notifyDo(Template tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration)
          The code that does the real work of notify.
 

Uses of EventRegistration in net.jini.core.lookup
 

Methods in net.jini.core.lookup that return EventRegistration
 EventRegistration ServiceRegistrar.notify(ServiceTemplate tmpl, int transitions, RemoteEventListener listener, MarshalledObject handback, long leaseDuration)
          Registers for event notification.
 

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.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.