Uses of Interface
org.simpleframework.common.lease.Lease
-
Packages that use Lease Package Description org.simpleframework.common.lease -
-
Uses of Lease in org.simpleframework.common.lease
Classes in org.simpleframework.common.lease that implement Lease Modifier and Type Class Description (package private) classContractLease<T>TheContractLeaseis used to maintain contracts by using a controller object.Methods in org.simpleframework.common.lease that return Lease Modifier and Type Method Description Lease<T>LeaseMap. get(java.lang.Object key)This is used to acquire theLeaseobject that is mapped to the specified key.Lease<T>LeaseManager. lease(T key, long duration, java.util.concurrent.TimeUnit unit)This method will issue aLeaseobject that can be used to manage the release of a keyed resource.Lease<T>LeaseProvider. lease(T key, long duration, java.util.concurrent.TimeUnit unit)This method will issue aLeaseobject that can be used to manage the release of a keyed resource.Lease<T>LeaseMap. remove(java.lang.Object key)This is used to remove theLeaseobject that is mapped to the specified key.
-