Package com.sun.jini.lease

Some basic utility classes for helping with client-side lease renewal operations.

See:
          Description

Class Summary
AbstractLease A base class for implementing lease objects.
AbstractLeaseMap A base class for implementing LeaseMaps.
AbstractLeaseMap.Entry Pass through, except for type checking on setValue
AbstractLeaseMap.EntryIterator A wrapper so that we can wrap each Entry returned.
AbstractLeaseMap.EntrySet We use an AbstractSet to minimize the number of places where we have to wrap objects inside new classes.
BasicRenewalFailureEvent Basic implementation of RenewalFailureEvent that defers unmarshalling.
 

Package com.sun.jini.lease Description

Some basic utility classes for helping with client-side lease renewal operations.

See Also:
com.sun.jini.landlord, JoinManager


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