Uses of Class
net.jini.core.lease.UnknownLeaseException

Packages that use UnknownLeaseException
com.sun.jini.landlord This is a utility for services implementing leases. 
com.sun.jini.lease Some basic utility classes for helping with client-side lease renewal operations. 
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
net.jini.core.lease These are distributed leasing interfaces and classes. 
net.jini.core.lookup These are the lookup service interfaces and classes. 
net.jini.lease Standard service and utility classes for managing leases. 
 

Uses of UnknownLeaseException in com.sun.jini.landlord
 

Methods in com.sun.jini.landlord that throw UnknownLeaseException
 void LandlordLease.cancel()
           
 void Landlord.cancel(Uuid cookie)
          Called by the lease when its cancel method is called.
 void LocalLandlord.cancel(Uuid cookie)
          Cancel the lease that is associated with the given cookie.
protected  long LandlordLease.doRenew(long renewDuration)
           
 long Landlord.renew(Uuid cookie, long duration)
          Called by the lease when its renew method is called.
 long LocalLandlord.renew(Uuid cookie, long duration)
          Renew the lease that is associated with the given cookie.
 

Uses of UnknownLeaseException in com.sun.jini.lease
 

Methods in com.sun.jini.lease that throw UnknownLeaseException
protected abstract  long AbstractLease.doRenew(long duration)
          Renew the lease for a duration relative to now, and return the duration actually granted.
 void AbstractLease.renew(long duration)
          Renew the lease for a duration relative to now.
 

Uses of UnknownLeaseException in com.sun.jini.outrigger
 

Methods in com.sun.jini.outrigger that throw UnknownLeaseException
 void OutriggerServerImpl.cancel(Uuid cookie)
           
 long OutriggerServerImpl.renew(Uuid cookie, long extension)
           
 

Uses of UnknownLeaseException in net.jini.core.lease
 

Methods in net.jini.core.lease that throw UnknownLeaseException
 void Lease.cancel()
          Used by the lease holder to indicate that it is no longer interested in the resource or information held by the lease.
 void Lease.renew(long duration)
          Used to renew a lease for an additional period of time, specified in milliseconds.
 

Uses of UnknownLeaseException in net.jini.core.lookup
 

Methods in net.jini.core.lookup that throw UnknownLeaseException
 void ServiceRegistration.addAttributes(Entry[] attrSets)
          Adds the specified attribute sets (those that aren't duplicates of existing attribute sets) to the registered service item.
 void ServiceRegistration.modifyAttributes(Entry[] attrSetTemplates, Entry[] attrSets)
          Modifies existing attribute sets.
 void ServiceRegistration.setAttributes(Entry[] attrSets)
          Deletes all of the service item's existing attributes, and replaces them with the specified attribute sets.
 

Uses of UnknownLeaseException in net.jini.lease
 

Methods in net.jini.lease that throw UnknownLeaseException
 void LeaseRenewalManager.cancel(Lease lease)
          Removes a given lease from the managed set, and cancels it.
 long LeaseRenewalManager.getExpiration(Lease lease)
          Returns the current desired expiration time associated with a particular lease, (not the actual expiration that was granted when the lease was created or last renewed).
 void LeaseRenewalManager.remove(Lease lease)
          Removes a given lease from the managed set of leases; but does not cancel the given lease.
 void LeaseRenewalManager.setExpiration(Lease lease, long expiration)
          Replaces the current desired expiration of a given lease from the managed set with a new desired expiration time.
 



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