Uses of Interface
org.simpleframework.common.lease.ContractController
-
Packages that use ContractController Package Description org.simpleframework.common.lease -
-
Uses of ContractController in org.simpleframework.common.lease
Classes in org.simpleframework.common.lease that implement ContractController Modifier and Type Class Description (package private) class
ContractMaintainer<T>
TheContractMaintainer
is used provide a controller uses a cleaner.Fields in org.simpleframework.common.lease declared as ContractController Modifier and Type Field Description private 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 ContractController Constructor Description ContractLease(ContractController<T> handler, Contract<T> contract)
Constructor for theContractLease
object.
-