|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Util
Method Detail |
public RemoteException mapSystemException(SystemException ex)
Util.mapSystemException(org.omg.CORBA.SystemException)
.public void writeAny(OutputStream out, Object obj)
Util.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.public Object readAny(InputStream in)
Util.readAny(org.omg.CORBA.portable.InputStream)
.public void writeRemoteObject(OutputStream out, Object obj)
Util.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.public void writeAbstractObject(OutputStream out, Object obj)
Util.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object)
.public void registerTarget(Tie tie, Remote target)
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
.public void unexportObject(Remote target)
Util.unexportObject(java.rmi.Remote)
.public Tie getTie(Remote target)
Util.getTie(java.rmi.Remote)
.public ValueHandler createValueHandler()
Util.createValueHandler()
.public String getCodebase(Class clz)
Util.getCodebase(java.lang.Class)
.public Class loadClass(String className, String remoteCodebase, ClassLoader loader) throws ClassNotFoundException
Util.loadClass(java.lang.String, java.lang.String, java.lang.ClassLoader)
.public boolean isLocal(Stub stub) throws RemoteException
Util.isLocal(javax.rmi.CORBA.Stub)
.public RemoteException wrapException(Throwable obj)
Util.wrapException(java.lang.Throwable)
.public Object copyObject(Object obj, ORB orb) throws RemoteException
Util.copyObject(java.lang.Object, org.omg.CORBA.ORB)
.public Object[] copyObjects(Object[] obj, ORB orb) throws RemoteException
Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB)
.
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.