org.objectweb.carol.rmi.jrmp.interceptor
Class JContextStore
java.lang.Object
org.objectweb.carol.rmi.jrmp.interceptor.JContextStore
public class JContextStore
extends java.lang.Object
Class JContextObjectStore
is the CAROL JRMP Client Interceptor
Contexts Storage System
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
static Object | getObject(int key) - Get an object from the store and remove it from the arrayList.
|
static int | storeObject(Object ob) - Stote an object context
|
String | toString()
|
lists
public static ArrayList lists
getObject
public static Object getObject(int key)
Get an object from the store and remove it from the arrayList. Mark empty
slots in the arrayList with Boolean.FALSE.
storeObject
public static int storeObject(Object ob)
Stote an object context
toString
public String toString()