Package | Description |
---|---|
org.apache.river.landlord |
This is a utility for services implementing leases.
|
org.apache.river.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
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. |
Modifier and Type | Method and Description |
---|---|
Landlord.RenewResults |
OutriggerServerImpl.renewAll(Uuid[] cookies,
long[] extensions) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.