|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.carol.rmi.jrmp.interceptor.JContextStore
Class JContextObjectStore
is the CAROL JRMP Client Interceptor Contexts
Storage System
Field Summary | |
static java.util.ArrayList |
lists
|
Constructor Summary | |
JContextStore()
|
Method Summary | |
static java.lang.Object |
getObject(int key)
Get an object from the store and remove it from the arrayList. |
static int |
storeObject(java.lang.Object ob)
Stote an object context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.util.ArrayList lists
Constructor Detail |
public JContextStore()
Method Detail |
public static int storeObject(java.lang.Object ob)
public static java.lang.Object getObject(int key)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |