Package org.simpleframework.common.lease
-
Interface Summary Interface Description Cleaner<T> TheCleaner
represents an object that is used to clean up after the keyed resource.Lease<T> TheLease
object is used to keep a keyed resource active.LeaseProvider<T> TheLeaseProvider
is used to issue a lease for a named resource. -
Class Summary Class Description LeaseManager<T> TheLeaseManager
is used to issue a lease for a named resource.LeaseMap<T> TheLeaseMap
object is used to map lease keys to the lease objects managing those objects. -
Exception Summary Exception Description LeaseException TheLeaseException
is used to indicate that some operation failed when using the lease after the lease duration has expired.