API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.rmi.CORBA. UtilDelegate View Source
Author(s)
Since
Version
Serial
Hierarchy
 UtilDelegate
Subinterfaces
Description
public interface UtilDelegate
  Supports delegation for method implementations in Util.
See also:    Util
Methods
Hide/Show inherited methods
public Object copyObject (Object obj, ORB orb) throws RemoteException
public Object copyObjects (Object obj, ORB orb) throws RemoteException
public ValueHandler createValueHandler ()
Delegation call for Util.createValueHandler().
public String getCodebase (Class clz)
Delegation call for Util.getCodebase(java.lang.Class).
public Tie getTie (Remote target)
Delegation call for Util.getTie(java.rmi.Remote).
public boolean isLocal (Stub stub) throws RemoteException
Delegation call for Util.isLocal(javax.rmi.CORBA.Stub).
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)
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar