Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.fetish.toolkit
Class LeaseMapImpl  view LeaseMapImpl download LeaseMapImpl.java

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended bycom.fetish.toolkit.LeaseMapImpl
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class LeaseMapImpl
extends java.util.HashMap

Fake LeaseMap implementations - Fetish leases cannot be batched.
It does nothing, but provides with an implementation for the sake of consistency with the Jini specification.


Nested Class Summary
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
LeaseMapImpl()
           
 
Method Summary
 void cancelAll()
           
 boolean canContainKey(java.lang.Object key)
           
 void renewAll()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

LeaseMapImpl

public LeaseMapImpl()
Method Detail

cancelAll

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

renewAll

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

canContainKey

public boolean canContainKey(java.lang.Object key)