Uses of Interface
org.simpleframework.common.lease.ContractController
Packages that use ContractController
-
Uses of ContractController in org.simpleframework.common.lease
Classes in org.simpleframework.common.lease that implement ContractControllerModifier and TypeClassDescription(package private) class
TheContractMaintainer
is used provide a controller uses a cleaner.Fields in org.simpleframework.common.lease declared as ContractControllerModifier and TypeFieldDescriptionprivate final ContractController
<T> ContractLease.handler
This is the controller object used to handle contracts.private ContractController
<T> LeaseManager.handler
This is the controller used to handle lease operations.Constructors in org.simpleframework.common.lease with parameters of type ContractControllerModifierConstructorDescriptionContractLease
(ContractController<T> handler, Contract<T> contract) Constructor for theContractLease
object.