Uses of Package
context.arch.discoverer.lease

Packages that use context.arch.discoverer.lease
context.arch   
context.arch.discoverer   
context.arch.discoverer.lease   
 

Classes in context.arch.discoverer.lease used by context.arch
Lease
          This class keeps information about the lease of a context component when it registers to the discoverer.
 

Classes in context.arch.discoverer.lease used by context.arch.discoverer
Lease
          This class keeps information about the lease of a context component when it registers to the discoverer.
 

Classes in context.arch.discoverer.lease used by context.arch.discoverer.lease
Lease
          This class keeps information about the lease of a context component when it registers to the discoverer.
LeasesKeeper
          A component registers to the discoverer for a given period of time that is defined with a lease.
LeasesWatcher
          This class is used to watch for all context components leases each xx time, as defined by Lease.TIME_SLOT_MILLIS, and then send to the LeasesKeeper object an Enumeration of all component index whose lease expires.