public class JLocalObjectStore
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList[] |
lists |
Constructor and Description |
---|
JLocalObjectStore() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
getObject(int key)
lookup an object by its integer identifier.
|
static java.lang.Object |
removeObject(int key)
Unexport an object from the NamingContext.
|
static int |
storeObject(java.lang.Object ob)
Exports an object and allocates an integer identifier.
|
public static int storeObject(java.lang.Object ob)
public static java.lang.Object getObject(int key)
key
- is the object identifierpublic static java.lang.Object removeObject(int key)