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
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 theLease
object that is mapped to the specified key.Lease<T>
LeaseManager. lease(T key, long duration, java.util.concurrent.TimeUnit unit)
This method will issue aLease
object 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 aLease
object 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 theLease
object that is mapped to the specified key.
-