|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.AbstractMap
|
+--com.beasys.rmi.iiop.ObjectMap
Key to object mapping that expires. A key must be used at least once every OBJECT_HALF_LIFE_MILLIS to guarantee that its mapping is retained.
| Constructor Summary | |
ObjectMap()
|
|
| Method Summary | |
java.util.Set |
entrySet()
The union of sets from present and previous half-life period. |
java.lang.Object |
get(java.lang.Object key)
Looks up and refreshes mapping. |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object val)
Defines the mapping. |
| Methods inherited from class java.util.AbstractMap |
clear,
containsKey,
containsValue,
equals,
hashCode,
isEmpty,
keySet,
putAll,
remove,
size,
toString,
values |
| Methods inherited from class java.lang.Object |
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public ObjectMap()
| Method Detail |
public java.util.Set entrySet()
public java.lang.Object put(java.lang.Object key,
java.lang.Object val)
public java.lang.Object get(java.lang.Object key)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||