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.
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.
(copy-object this obj orb)
Delegation call for Util.copyObject(java.lang.Object, org.omg.CORBA.ORB).
obj - java.lang.Object
orb - org.omg.CORBA.ORB
returns: java.lang.Object
throws: java.rmi.RemoteException
Delegation call for Util.copyObject(java.lang.Object, org.omg.CORBA.ORB). obj - `java.lang.Object` orb - `org.omg.CORBA.ORB` returns: `java.lang.Object` throws: java.rmi.RemoteException
(copy-objects this [] obj orb)
Delegation call for Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB).
obj - java.lang.Object[]
orb - org.omg.CORBA.ORB
returns: java.lang.Object[]
throws: java.rmi.RemoteException
Delegation call for Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB). obj - `java.lang.Object[]` orb - `org.omg.CORBA.ORB` returns: `java.lang.Object[]` throws: java.rmi.RemoteException
(create-value-handler this)
Delegation call for Util.createValueHandler().
returns: javax.rmi.CORBA.ValueHandler
Delegation call for Util.createValueHandler(). returns: `javax.rmi.CORBA.ValueHandler`
(get-codebase this clz)
Delegation call for Util.getCodebase(java.lang.Class).
clz - java.lang.Class
returns: java.lang.String
Delegation call for Util.getCodebase(java.lang.Class). clz - `java.lang.Class` returns: `java.lang.String`
(get-tie this target)
Delegation call for Util.getTie(java.rmi.Remote).
target - java.rmi.Remote
returns: javax.rmi.CORBA.Tie
Delegation call for Util.getTie(java.rmi.Remote). target - `java.rmi.Remote` returns: `javax.rmi.CORBA.Tie`
(load-class this class-name remote-codebase loader)
Delegation call for Util.loadClass(java.lang.String, java.lang.String, java.lang.ClassLoader).
class-name - java.lang.String
remote-codebase - java.lang.String
loader - java.lang.ClassLoader
returns: java.lang.Class
throws: java.lang.ClassNotFoundException
Delegation call for Util.loadClass(java.lang.String, java.lang.String, java.lang.ClassLoader). class-name - `java.lang.String` remote-codebase - `java.lang.String` loader - `java.lang.ClassLoader` returns: `java.lang.Class` throws: java.lang.ClassNotFoundException
(local? this stub)
Delegation call for Util.isLocal(javax.rmi.CORBA.Stub).
stub - javax.rmi.CORBA.Stub
returns: boolean
throws: java.rmi.RemoteException
Delegation call for Util.isLocal(javax.rmi.CORBA.Stub). stub - `javax.rmi.CORBA.Stub` returns: `boolean` throws: java.rmi.RemoteException
(map-system-exception this ex)
Delegation call for Util.mapSystemException(org.omg.CORBA.SystemException).
ex - org.omg.CORBA.SystemException
returns: java.rmi.RemoteException
Delegation call for Util.mapSystemException(org.omg.CORBA.SystemException). ex - `org.omg.CORBA.SystemException` returns: `java.rmi.RemoteException`
(read-any this in)
Delegation call for Util.readAny(org.omg.CORBA.portable.InputStream).
in - org.omg.CORBA.portable.InputStream
returns: java.lang.Object
Delegation call for Util.readAny(org.omg.CORBA.portable.InputStream). in - `org.omg.CORBA.portable.InputStream` returns: `java.lang.Object`
(register-target this tie target)
Delegation call for Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote).
tie - javax.rmi.CORBA.Tie
target - java.rmi.Remote
Delegation call for Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote). tie - `javax.rmi.CORBA.Tie` target - `java.rmi.Remote`
(unexport-object this target)
Delegation call for Util.unexportObject(java.rmi.Remote).
target - java.rmi.Remote
throws: java.rmi.NoSuchObjectException
Delegation call for Util.unexportObject(java.rmi.Remote). target - `java.rmi.Remote` throws: java.rmi.NoSuchObjectException
(wrap-exception this obj)
Delegation call for Util.wrapException(java.lang.Throwable).
obj - java.lang.Throwable
returns: java.rmi.RemoteException
Delegation call for Util.wrapException(java.lang.Throwable). obj - `java.lang.Throwable` returns: `java.rmi.RemoteException`
(write-abstract-object this out obj)
Delegation call for Util.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object).
out - org.omg.CORBA.portable.OutputStream
obj - java.lang.Object
Delegation call for Util.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object). out - `org.omg.CORBA.portable.OutputStream` obj - `java.lang.Object`
(write-any this out obj)
Delegation call for Util.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object).
out - org.omg.CORBA.portable.OutputStream
obj - java.lang.Object
Delegation call for Util.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object). out - `org.omg.CORBA.portable.OutputStream` obj - `java.lang.Object`
(write-remote-object this out obj)
Delegation call for Util.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object).
out - org.omg.CORBA.portable.OutputStream
obj - java.lang.Object
Delegation call for Util.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object). out - `org.omg.CORBA.portable.OutputStream` obj - `java.lang.Object`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close