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