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
Cleanerrepresents an object that is used to clean up after the keyed resource.AContractis used to represent the contract a lease has been issued.TheContractControllerforms the interface to the lease management system.TheContraceQueueobject is used to queue contracts between two asynchronous threads of execution.AExpirationis used to represent the expiration for a lease.TheLeaseobject is used to keep a keyed resource active.TheLeaseCleanerprovides a means of providing callbacks to clean a leased resource once the contract duration has expired.TheLeaseExceptionis used to indicate that some operation failed when using the lease after the lease duration has expired.TheLeaseProvideris used to issue a lease for a named resource.