public class JContextStore
extends java.lang.Object
JContextObjectStore
is the CAROL JRMP Client Interceptor
Contexts Storage SystemModifier and Type | Field and Description |
---|---|
static java.util.ArrayList |
lists |
Constructor and Description |
---|
JContextStore() |
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.String |
toString() |
public static int storeObject(java.lang.Object ob)
public static java.lang.Object getObject(int key)
public java.lang.String toString()
toString
in class java.lang.Object