Interface | Description |
---|---|
DesiredExpirationListener |
Subinterface of
LeaseListener that clients must
implement if they want to receive desired expiration reached events
in addition to renewal failure events. |
LeaseListener |
The interface that receivers of
LeaseRenewalEvent
instances must implement. |
LeaseRenewalService |
Interface to the lease renewal service.
|
LeaseRenewalSet |
A collection of leases being managed by a lease renewal service.
|
Class | Description |
---|---|
ExpirationWarningEvent |
Event generated by a lease renewal set when its lease is about to
expire.
|
LeaseRenewalEvent |
Event generated when a
LeaseRenewalManager cannot renew
a lease. |
LeaseRenewalManager |
Provides for the systematic renewal and overall management of a set
of leases associated with one or more remote entities on behalf of a
local entity.
|
RenewalFailureEvent |
Event generated by a lease renewal set when it can't renew a lease it
is responsible for.
|
Exception | Description |
---|---|
LeaseUnmarshalException |
Exception thrown when a lease renewal set can't unmarshal one or more
leases being returned by a
getLeases call. |
net.jini.core.lease
,
"Jini Lease Renewal Service Specification",
"Jini Lease Utilities Specification"Copyright © 2016–2018. All rights reserved.