| Package | Description |
|---|---|
| net.jini.core.lease |
These are distributed leasing interfaces and classes.
|
| org.apache.river.fiddler |
Provides the server side of an implementation of the lookup discovery service
(see
). |
| org.apache.river.landlord |
This is a utility for services implementing leases.
|
| org.apache.river.norm |
Provides implementations of
LeaseRenewalService. |
| org.apache.river.reggie |
Provides implementations of
ServiceRegistrar. |
| Modifier and Type | Method and Description |
|---|---|
void |
LeaseMap.cancelAll()
Cancels all leases in the LeaseMap.
|
void |
LeaseMap.renewAll()
Renews all leases in the LeaseMap, using their current values as
the renewal durations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FiddlerLeaseMap.cancelAll()
Cancels all leases in this map.
|
void |
FiddlerLeaseMap.renewAll()
Renews all leases in this map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LandlordLeaseMap.cancelAll() |
void |
LandlordLeaseMap.renewAll() |
| Modifier and Type | Method and Description |
|---|---|
private void |
DeformedClientLeaseMapWrapper.renewAl() |
void |
DeformedClientLeaseMapWrapper.renewAll() |
void |
ClientLeaseMapWrapper.renewAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistrarLeaseMap.cancelAll() |
void |
RegistrarLeaseMap.renewAll() |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.