| Package | Description |
|---|---|
| org.apache.river.landlord |
This is a utility for services implementing leases.
|
| Modifier and Type | Method and Description |
|---|---|
static Landlord.RenewResults |
LandlordUtil.renewAll(LocalLandlord landlord,
Uuid[] cookies,
long[] durations)
Call
landlord.renew() for each object in
cookie[], passing cookie[i] and
durations[i]. |
Landlord.RenewResults |
Landlord.renewAll(Uuid[] cookies,
long[] durations)
Called by the lease map when its
renewAll method is called. |
Copyright © 2016–2018. All rights reserved.