ExportedObject eo = (ExportedObject) exportedObjects.get(key);
if (eo == null) {
// Setup the server side contianer..
eo = new ExportedObject();
Interceptor ri = new ReflexiveInterceptor(object);
DeMarshalingInterceptor demarshaller = new DeMarshalingInterceptor(ri, object.getClass().getClassLoader());
Long dmiid = InterceptorRegistry.instance.register(demarshaller);
eo.serverContainer = new ProxyContainer(demarshaller);
// Build the RemoteRef for the object.