This project has retired. For details please refer to its Attic page.
net.jini.core.lease (Apache River v3.0.0 API Documentation)
Skip navigation links

Package net.jini.core.lease

These are distributed leasing interfaces and classes.

See: Description

Package net.jini.core.lease Description

These are distributed leasing interfaces and classes. A Lease represents an agreement between lease holder and lease grantor over how long the grantor will keep a resource available. The grantor pledges to keep the resource available for at least as long as the remaining time of the lease. The holder typically requests a lease for a given time frame, and the grantor returns a Lease object that represents the pledge it is actually willing to make (which may be different from the requested time). The grantor may allow the holder to renew the lease, thereby extending the pledge to a later time.
See Also:
"Jini Distributed Leasing Specification"
Skip navigation links

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