Package | Description |
---|---|
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.
|
org.apache.river.example.browser |
A visualization tool for exploring Jini Network Technology
communities (djinns) with support for ServiceUI.
|
org.apache.river.norm |
Provides implementations of
LeaseRenewalService . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceDiscoveryManager.LeaseListenerImpl.notify(LeaseRenewalEvent e) |
void |
JoinManager.ProxyReg.DiscLeaseListener.notify(LeaseRenewalEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
Browser.LeaseNotify.notify(LeaseRenewalEvent ev) |
Modifier and Type | Method and Description |
---|---|
void |
LRMEventListener.expirationReached(LeaseRenewalEvent e) |
void |
LRMEventListener.notify(LeaseRenewalEvent e) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.