Uses of Interface
org.simpleframework.common.lease.Contract
Packages that use Contract
-
Uses of Contract in org.simpleframework.common.lease
Classes in org.simpleframework.common.lease that implement ContractModifier and TypeClassDescription(package private) classExpiration<T>AExpirationis used to represent the expiration for a lease.Fields in org.simpleframework.common.lease declared as ContractModifier and TypeFieldDescriptionContractLease.contractThis is the contract object representing the lease.Methods in org.simpleframework.common.lease with parameters of type ContractModifier and TypeMethodDescriptionvoidThis will cancel the lease and release the resource.voidThis will cancel the lease and release the resource.voidThis method will establish a contract for the given duration.voidThis method will establish a contract for the given duration.booleanThis method will establish a contract for a given resource.voidThis ensures that the contract is renewed for the duration on the contract, which may have changed since it was issued or last renewed.voidThis ensures that the contract is renewed for the duration on the contract, which may have changed since it was issued or last renewed.booleanThis revokes a contract that has previously been issued.Constructors in org.simpleframework.common.lease with parameters of type ContractModifierConstructorDescriptionContractLease(ContractController<T> handler, Contract<T> contract) Constructor for theContractLeaseobject.