Package | Description |
---|---|
com.sun.jini.landlord |
Modifier and Type | Method and Description |
---|---|
static Map |
LandlordUtil.cancelAll(LocalLandlord landlord,
Uuid[] cookies)
Deprecated.
Call
landlord.cancel() for each object in
cookies[] , passing cookies[i] . |
static Landlord.RenewResults |
LandlordUtil.renewAll(LocalLandlord landlord,
Uuid[] cookies,
long[] durations)
Deprecated.
Call
landlord.renew() for each object in
cookie[] , passing cookie[i] and
durations[i] . |
Copyright © 2016–2018. All rights reserved.