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) classContractMaintainer<T>TheContractMaintaineris 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. handlerThis is the controller object used to handle contracts.private ContractController<T>LeaseManager. handlerThis 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 theContractLeaseobject.
-