void |
ContractController.cancel(Contract<T> contract) |
This will cancel the lease and release the resource.
|
void |
ContractMaintainer.cancel(Contract<T> contract) |
This will cancel the lease and release the resource.
|
void |
ContractController.issue(Contract<T> contract) |
This method will establish a contract for the given duration.
|
void |
ContractMaintainer.issue(Contract<T> contract) |
This method will establish a contract for the given duration.
|
boolean |
LeaseCleaner.issue(Contract<T> contract) |
This method will establish a contract for a given resource.
|
void |
ContractController.renew(Contract<T> contract) |
This ensures that the contract is renewed for the duration on
the contract, which may have changed since it was issued or
last renewed.
|
void |
ContractMaintainer.renew(Contract<T> contract) |
This ensures that the contract is renewed for the duration on
the contract, which may have changed since it was issued or
last renewed.
|
boolean |
LeaseCleaner.revoke(Contract<T> contract) |
This revokes a contract that has previously been issued.
|