Uses of Class
com.sun.jini.reggie.RegistrarLease

Packages that use RegistrarLease
com.sun.jini.reggie Provides implementations of ServiceRegistrar
 

Uses of RegistrarLease in com.sun.jini.reggie
 

Subclasses of RegistrarLease in com.sun.jini.reggie
(package private)  class ConstrainableEventLease
          EventLease subclass that supports constraints.
(package private)  class ConstrainableServiceLease
          ServiceLease subclass that supports constraints.
(package private)  class EventLease
          When a registrar (lookup service) grants a lease on an event registration on behalf of some object (client), a proxy is employed to allow the client to interact with the lease; this class is the implementation of that proxy.
(package private)  class ServiceLease
          A ServiceLease is a proxy for a service registration lease at a registrar.
 

Constructors in com.sun.jini.reggie with parameters of type RegistrarLease
ConstrainableRegistrarLeaseMap(RegistrarLease lease, long duration)
          Constructs lease map containing a mapping from the given constrainable lease to the specified duration.
RegistrarLeaseMap(RegistrarLease lease, long duration)
          Simple constructor
RegistrarLeaseMap(Registrar server, RegistrarLease lease, long duration)
          Constructor used by ConstrainableRegistrarLeaseMap
 



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