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