RemoteInterface skeleton = getRemoteInterface();
Object instance = getInstance( objectKey );
if (instance != null)
{
skeleton.$invoke( methodName, objectKey, instance, input, output );
}
else
{
throw new org.omg.CORBA.OBJECT_NOT_EXIST(new String(objectKey));
}