|
|||||||||
| Home >> All >> com >> fetish >> [ toolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.fetish.toolkit
Class LeaseMapImpl

java.lang.Objectjava.util.AbstractMap
java.util.HashMap
com.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)
|
|||||||||
| Home >> All >> com >> fetish >> [ toolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC