public Object
copyObject
(Object obj, ORB orb)
throws
RemoteException
Util.copyObject(java.lang.Object, org.omg.CORBA.ORB).
public Object
copyObjects
(Object obj, ORB orb)
throws
RemoteException
Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB).
public boolean
isLocal
(Stub stub)
throws
RemoteException
Util.isLocal(javax.rmi.CORBA.Stub).
public Class
loadClass
(String className, String remoteCodebase, ClassLoader loader)
throws
ClassNotFoundException
Util.loadClass(java.lang.String, java.lang.String, java.lang.ClassLoader).
public RemoteException
mapSystemException
(SystemException ex)
Util.mapSystemException(org.omg.CORBA.SystemException).
public Object
readAny
(InputStream in)
Util.readAny(org.omg.CORBA.portable.InputStream).
public void
registerTarget
(Tie tie, Remote target)
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote).
public void
unexportObject
(Remote target)
throws
NoSuchObjectException
Util.unexportObject(java.rmi.Remote).
public RemoteException
wrapException
(Throwable obj)
Util.wrapException(java.lang.Throwable).
public void
writeAbstractObject
(OutputStream out, Object obj)
Util.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object).
public void
writeAny
(OutputStream out, Object obj)
Util.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object).
public void
writeRemoteObject
(OutputStream out, Object obj)
Util.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object).