public final class ConstrainableLandlordLeaseMap extends LandlordLeaseMap
LandlordLeaseMap.map| Modifier and Type | Method and Description |
|---|---|
boolean |
canContainKey(Object key)
Returns true if the given object is a Lease which can be renewed
and cancelled in a batch with other leases in the map.
|
cancelAll, renewAllcheckKey, checkValue, clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuespublic boolean canContainKey(Object key)
LeaseMapcanContainKey in interface LeaseMapcanContainKey in class LandlordLeaseMapkey - an object that should be a leaseLease.canBatch(net.jini.core.lease.Lease)Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.