Uses of Package
org.simpleframework.common.lease
Packages that use org.simpleframework.common.lease
-
Classes in org.simpleframework.common.lease used by org.simpleframework.common.leaseClassDescriptionThe
Cleaner
represents an object that is used to clean up after the keyed resource.AContract
is used to represent the contract a lease has been issued.TheContractController
forms the interface to the lease management system.TheContraceQueue
object is used to queue contracts between two asynchronous threads of execution.AExpiration
is used to represent the expiration for a lease.TheLease
object is used to keep a keyed resource active.TheLeaseCleaner
provides a means of providing callbacks to clean a leased resource once the contract duration has expired.TheLeaseException
is used to indicate that some operation failed when using the lease after the lease duration has expired.TheLeaseProvider
is used to issue a lease for a named resource.