Uses of Package
com.sun.jini.landlord

Packages that use com.sun.jini.landlord
com.sun.jini.landlord This is a utility for services implementing leases. 
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
 

Classes in com.sun.jini.landlord used by com.sun.jini.landlord
Landlord
          Interface that granters of leases must implement in order to work with the LandlordLease implementation of the Lease interface.
Landlord.RenewResults
          Simple class that holds return values of the Landlord.renewAll method.
LandlordLease
          Basic implementation of net.jini.core.lease.Lease that works with the the Landlord protocol.
LandlordLeaseMap
          Implementation of LeaseMap for LandlordLease.
LeasedResource
          Server side representation of a lease
LeasePeriodPolicy
          Interface for objects that define what policy to use when calculating lease grants and renewals.
LeasePeriodPolicy.Result
          Simple class that holds a pair of times, the new expiration and duration for a lease.
LocalLandlord
          Interface that defines the basic landlord primitives (renew and cancel) as local methods.
 

Classes in com.sun.jini.landlord used by com.sun.jini.outrigger
Landlord.RenewResults
          Simple class that holds return values of the Landlord.renewAll method.
LeasedResource
          Server side representation of a lease
LocalLandlord
          Interface that defines the basic landlord primitives (renew and cancel) as local methods.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.