Uses of Package
net.jini.lease

Packages that use net.jini.lease
com.sun.jini.lease Some basic utility classes for helping with client-side lease renewal operations. 
net.jini.lease Standard service and utility classes for managing leases. 
net.jini.lookup Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. 
 

Classes in net.jini.lease used by com.sun.jini.lease
LeaseRenewalSet
          A collection of leases being managed by a lease renewal service.
RenewalFailureEvent
          Event generated by a lease renewal set when it can't renew a lease it is responsible for.
 

Classes in net.jini.lease used by net.jini.lease
LeaseListener
          The interface that receivers of LeaseRenewalEvent instances must implement.
LeaseRenewalEvent
          Event generated when a LeaseRenewalManager cannot renew a lease.
LeaseRenewalManager
          Provides for the systematic renewal and overall management of a set of leases associated with one or more remote entities on behalf of a local entity.
LeaseRenewalSet
          A collection of leases being managed by a lease renewal service.
LeaseUnmarshalException
          Exception thrown when a lease renewal set can't unmarshal one or more leases being returned by a getLeases call.
 

Classes in net.jini.lease used by net.jini.lookup
LeaseRenewalManager
          Provides for the systematic renewal and overall management of a set of leases associated with one or more remote entities on behalf of a local entity.
 



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