Save This Page
Home » openjdk-7 » javax » rmi » CORBA » [javadoc | source]
javax.rmi.CORBA
public interface: UtilDelegate [javadoc | source] Supports delegation for method implementations in 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.
Method from javax.rmi.CORBA.UtilDelegate Summary:
copyObject,   copyObjects,   createValueHandler,   getCodebase,   getTie,   isLocal,   loadClass,   mapSystemException,   readAny,   registerTarget,   unexportObject,   wrapException,   writeAbstractObject,   writeAny,   writeRemoteObject
Method from javax.rmi.CORBA.UtilDelegate Detail:
 public Object copyObject(Object obj,
    ORB orb) throws RemoteException
 public Object[] copyObjects(Object[] obj,
    ORB orb) throws RemoteException
 public ValueHandler createValueHandler()
 public String getCodebase(Class clz)
 public Tie getTie(Remote target)
 public boolean isLocal(Stub stub) throws RemoteException
 public Class loadClass(String className,
    String remoteCodebase,
    ClassLoader loader) throws ClassNotFoundException
 public RemoteException mapSystemException(SystemException ex)
 public Object readAny(InputStream in)
 public  void registerTarget(Tie tie,
    Remote target)
 public  void unexportObject(Remote target) throws NoSuchObjectException
 public RemoteException wrapException(Throwable obj)
 public  void writeAbstractObject(OutputStream out,
    Object obj)
 public  void writeAny(OutputStream out,
    Object obj)
 public  void writeRemoteObject(OutputStream out,
    Object obj)