|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LeaseListener | |
---|---|
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 LeaseListener in com.sun.jini.example.browser |
---|
Classes in com.sun.jini.example.browser that implement LeaseListener | |
---|---|
(package private) static class |
Browser.LeaseNotify
|
Fields in com.sun.jini.example.browser declared as LeaseListener | |
---|---|
private LeaseListener |
Browser.lnotify
|
Uses of LeaseListener in com.sun.jini.norm |
---|
Classes in com.sun.jini.norm that implement LeaseListener | |
---|---|
(package private) class |
LRMEventListener
Object that transfers events from the Lease Renewal Manager to the rest of Norm Server. |
Uses of LeaseListener in net.jini.lease |
---|
Subinterfaces of LeaseListener in net.jini.lease | |
---|---|
interface |
DesiredExpirationListener
Subinterface of LeaseListener that clients must
implement if they want to receive desired expiration reached events
in addition to renewal failure events. |
Fields in net.jini.lease declared as LeaseListener | |
---|---|
LeaseListener |
LeaseRenewalManager.Entry.listener
The listener, or null |
Methods in net.jini.lease with parameters of type LeaseListener | |
---|---|
private void |
LeaseRenewalManager.addLease(Lease lease,
long desiredExpiration,
long renewDuration,
LeaseListener listener,
long now)
|
void |
LeaseRenewalManager.renewFor(Lease lease,
long desiredDuration,
LeaseListener listener)
Include a lease in the managed set for a specified duration. |
void |
LeaseRenewalManager.renewFor(Lease lease,
long desiredDuration,
long renewDuration,
LeaseListener listener)
Include a lease in the managed set for a specified duration and with specified renewal duration. |
void |
LeaseRenewalManager.renewUntil(Lease lease,
long desiredExpiration,
LeaseListener listener)
Include a lease in the managed set until a specified time. |
void |
LeaseRenewalManager.renewUntil(Lease lease,
long desiredExpiration,
long renewDuration,
LeaseListener listener)
Include a lease in the managed set until a specified time and with a specified renewal duration. |
Constructors in net.jini.lease with parameters of type LeaseListener | |
---|---|
LeaseRenewalManager.Entry(Lease lease,
long expiration,
long renewDuration,
LeaseListener listener)
|
|
LeaseRenewalManager(Lease lease,
long desiredExpiration,
LeaseListener listener)
Constructs an instance of this class that will initially manage a single lease. |
Uses of LeaseListener in net.jini.lookup |
---|
Classes in net.jini.lookup that implement LeaseListener | |
---|---|
private class |
JoinManager.ProxyReg.DiscLeaseListener
Class that is registered as a listener with this join manager's lease renewal manager. |
private class |
ServiceDiscoveryManager.LeaseListenerImpl
The Listener class for the LeaseRenewalManager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |