Package org.simpleframework.util.lease
package org.simpleframework.util.lease
-
ClassDescriptionCleaner<T>The
Cleanerrepresents an object that is used to clean up after the keyed resource.Lease<T>TheLeaseobject is used to keep a keyed resource active.TheLeaseExceptionis used to indicate that some operation failed when using the lease after the lease duration has expired.LeaseManager<T>TheLeaseManageris used to issue a lease for a named resource.LeaseMap<T>TheLeaseMapobject is used to map lease keys to the lease objects managing those objects.TheLeaseProvideris used to issue a lease for a named resource.