Uses of Class
net.jini.lease.LeaseRenewalEvent

Packages that use LeaseRenewalEvent
com.sun.jini.example.browser A visualization tool for exploring Jini Network Technology communities (djinns) with support for ServiceUI. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
net.jini.lease Standard service and utility classes for managing leases. 
net.jini.lookup Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. 
 

Uses of LeaseRenewalEvent in com.sun.jini.example.browser
 

Methods in com.sun.jini.example.browser with parameters of type LeaseRenewalEvent
 void Browser.LeaseNotify.notify(LeaseRenewalEvent ev)
           
 

Uses of LeaseRenewalEvent in com.sun.jini.norm
 

Methods in com.sun.jini.norm with parameters of type LeaseRenewalEvent
 void LRMEventListener.expirationReached(LeaseRenewalEvent e)
           
 void LRMEventListener.notify(LeaseRenewalEvent e)
           
 

Uses of LeaseRenewalEvent in net.jini.lease
 

Methods in net.jini.lease with parameters of type LeaseRenewalEvent
 void DesiredExpirationListener.expirationReached(LeaseRenewalEvent e)
          Method used to delivered desired expiration reached events.
 void LeaseListener.notify(LeaseRenewalEvent e)
          Called by the LeaseRenewalManager when it cannot renew a lease that it is managing, and the lease's desired expiration time has not yet been reached.
 

Uses of LeaseRenewalEvent in net.jini.lookup
 

Methods in net.jini.lookup with parameters of type LeaseRenewalEvent
 void ServiceDiscoveryManager.LeaseListenerImpl.notify(LeaseRenewalEvent e)
           
 void JoinManager.ProxyReg.DiscLeaseListener.notify(LeaseRenewalEvent e)
           
 



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