com.sun.jini.lease.landlord
Class LandlordLeaseMap

java.lang.Object
  |
  +--com.sun.jini.lease.AbstractLeaseMap
        |
        +--com.sun.jini.lease.landlord.LandlordLeaseMap

public class LandlordLeaseMap
extends AbstractLeaseMap

Implementaion of LeaseMap for LandlordLease.

See Also:
LandlordLease, LeaseMap, Serialized Form

Fields inherited from class com.sun.jini.lease.AbstractLeaseMap
map
 
Method Summary
 void cancelAll()
           
 boolean canContainKey(java.lang.Object key)
           
 void renewAll()
           
 
Methods inherited from class com.sun.jini.lease.AbstractLeaseMap
checkKey, checkValue, clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

canContainKey

public boolean canContainKey(java.lang.Object key)

cancelAll

public void cancelAll()
               throws LeaseMapException,
                      java.rmi.RemoteException

renewAll

public void renewAll()
              throws LeaseMapException,
                     java.rmi.RemoteException


Copyright © 1999 Sun Microsystems, Inc. All rights reserved