public interface UtilDelegate
Util. The delegate is a singleton instance of a class that implements this interface and provides a replacement implementation for all the methods of
javax.rmi.CORBA.Util. Delegation is enabled by providing the delegate's class name as the value of the
javax.rmi.CORBA.UtilClass system property.
Util
RemoteExceptionmapSystemException(SystemException ex)
Util.mapSystemException(org.omg.CORBA.SystemException) .
void writeAny(OutputStreamout, Object obj)
Util.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object) .
ObjectreadAny(InputStream in)
Util.readAny(org.omg.CORBA.portable.InputStream) .
void writeRemoteObject(OutputStreamout, Object obj)
Util.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object) .
void writeAbstractObject(OutputStreamout, Object obj)
Util.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object) .
void registerTarget(Tietie, Remote target)
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) .
void unexportObject(Remotetarget) throws NoSuchObjectException
Util.unexportObject(java.rmi.Remote) .
NoSuchObjectException
TiegetTie(Remote target)
Util.getTie(java.rmi.Remote) .
ValueHandlercreateValueHandler()
Util.createValueHandler() .
StringgetCodebase(Class clz)
Util.getCodebase(java.lang.Class) .
ClassloadClass(String className, String remoteCodebase, ClassLoader loader) throws ClassNotFoundException
Util.loadClass(java.lang.String, java.lang.String, java.lang.ClassLoader) .
ClassNotFoundException
boolean isLocal(Stubstub) throws RemoteException
Util.isLocal(javax.rmi.CORBA.Stub) .
RemoteException
RemoteExceptionwrapException(Throwable obj)
Util.wrapException(java.lang.Throwable) .
ObjectcopyObject(Object obj, ORB orb) throws RemoteException
Util.copyObject(java.lang.Object, org.omg.CORBA.ORB) .
RemoteException
Object[] copyObjects(Object [] obj, ORB orb) throws RemoteException
Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB) .
RemoteException