Package | Description |
---|---|
org.apache.river.landlord |
This is a utility for services implementing leases.
|
Class and Description |
---|
AbstractLeasedResource
This is a convenience abstract LeasedResource that creates a
new LeasedResource instead of modifying the original.
|
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.
|
Copyright © 2016–2018. All rights reserved.