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.cleanerThis 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 theContractMaintainerobject.LeaseCleaner(Cleaner<T> cleaner) Constructor for theLeaseCleanerobject.LeaseManager(Cleaner<T> cleaner) Constructor for theLeaseManagerobject.