Uses of Interface
org.simpleframework.common.lease.Cleaner
-
Packages that use Cleaner Package Description org.simpleframework.common.lease -
-
Uses of Cleaner in org.simpleframework.common.lease
Fields in org.simpleframework.common.lease declared as Cleaner Modifier and Type Field Description private Cleaner<T>
LeaseCleaner. cleaner
This is the cleaner that is invoked to clean contracts.Constructors in org.simpleframework.common.lease with parameters of type Cleaner Constructor Description ContractMaintainer(Cleaner<T> cleaner)
Constructor for theContractMaintainer
object.LeaseCleaner(Cleaner<T> cleaner)
Constructor for theLeaseCleaner
object.LeaseManager(Cleaner<T> cleaner)
Constructor for theLeaseManager
object.
-