|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lease | |
context.arch | |
context.arch.discoverer | |
context.arch.discoverer.lease |
Uses of Lease in context.arch |
Methods in context.arch that return Lease | |
Lease |
BaseObject.getLease()
This method allows to specify a lease used to register the discoverer. |
Methods in context.arch with parameters of type Lease | |
Error |
BaseObject.discovererRegistration(Lease registrationLease)
This method is used to send the component description to the discoverer. |
Error |
BaseObject.findDiscoverer(boolean registration,
Lease registrationLease,
boolean automaticRenewal)
This method allows to find a discoverer. |
void |
BaseObject.setLease(Lease lease)
Set the lease used to register the discoverer |
Uses of Lease in context.arch.discoverer |
Methods in context.arch.discoverer with parameters of type Lease | |
Error |
DiscovererMediator.add(ComponentDescription comp,
Lease lease)
This method allows to register a ComponentDescription object |
Error |
DiscovererMediator.updateLease(java.lang.String compId,
Lease lease)
Updates a lease for a registered component |
Error |
DiscovererMediator.update(ComponentDescription component,
Lease lease)
Update the description of a component and its lease |
Error |
DiscovererMediator.updateLease(java.lang.Object stringOrInteger,
Lease lease)
Update a registered component lease |
Uses of Lease in context.arch.discoverer.lease |
Methods in context.arch.discoverer.lease that return Lease | |
Lease |
LeasesKeeper.removeLease(java.lang.Integer indexToRemove)
This method allows to remove a Lease corresponding to the index |
static Lease |
Lease.dataObjectToLease(DataObject dataObject)
This method allows to convert a DataObject to a Lease object |
Methods in context.arch.discoverer.lease with parameters of type Lease | |
void |
LeasesKeeper.addLease(Lease lease)
Adds a Lease object and update the LeaseWatcher object |
boolean |
LeasesKeeper.renewLease(Lease renewal)
This method allows to renew an exiting lease |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |