FileDocCategorySizeDatePackage
UtilDelegate.javaAPI DocJava SE 5 API3183Fri Aug 26 14:57:46 BST 2005javax.rmi.CORBA

UtilDelegate

public interface UtilDelegate
Supports delegation for method implementations in {@link 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.
see
Util

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectcopyObject(java.lang.Object obj, org.omg.CORBA.ORB orb)
Delegation call for {@link Util#copyObject}.

public java.lang.Object[]copyObjects(java.lang.Object[] obj, org.omg.CORBA.ORB orb)
Delegation call for {@link Util#copyObjects}.

public javax.rmi.CORBA.ValueHandlercreateValueHandler()
Delegation call for {@link Util#createValueHandler}.

public java.lang.StringgetCodebase(java.lang.Class clz)
Delegation call for {@link Util#getCodebase}.

public javax.rmi.CORBA.TiegetTie(java.rmi.Remote target)
Delegation call for {@link Util#getTie}.

public booleanisLocal(Stub stub)
Delegation call for {@link Util#isLocal}.

public java.lang.ClassloadClass(java.lang.String className, java.lang.String remoteCodebase, java.lang.ClassLoader loader)
Delegation call for {@link Util#loadClass}.

public java.rmi.RemoteExceptionmapSystemException(org.omg.CORBA.SystemException ex)
Delegation call for {@link Util#mapSystemException}.

public java.lang.ObjectreadAny(org.omg.CORBA.portable.InputStream in)
Delegation call for {@link Util#readAny}.

public voidregisterTarget(javax.rmi.CORBA.Tie tie, java.rmi.Remote target)
Delegation call for {@link Util#registerTarget}.

public voidunexportObject(java.rmi.Remote target)
Delegation call for {@link Util#unexportObject}.

public java.rmi.RemoteExceptionwrapException(java.lang.Throwable obj)
Delegation call for {@link Util#wrapException}.

public voidwriteAbstractObject(org.omg.CORBA.portable.OutputStream out, java.lang.Object obj)
Delegation call for {@link Util#writeAbstractObject}.

public voidwriteAny(org.omg.CORBA.portable.OutputStream out, java.lang.Object obj)
Delegation call for {@link Util#writeAny}.

public voidwriteRemoteObject(org.omg.CORBA.portable.OutputStream out, java.lang.Object obj)
Delegation call for {@link Util#writeRemoteObject}.