org.objectweb.carol.rmi.jrmp.interceptor

Class JContextStore


public class JContextStore
extends java.lang.Object

Class JContextObjectStore is the CAROL JRMP Client Interceptor Contexts Storage System

Version:
1.0, 10/03/2003

Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Field Summary

static ArrayList
lists

Method Summary

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()

Field Details

lists

public static ArrayList lists

Method Details

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()