Liking cljdoc? Tell your friends :D

javax.rmi.CORBA.UtilDelegate

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.
raw docstring

copy-objectclj

(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
raw docstring

copy-objectsclj

(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
raw docstring

create-value-handlerclj

(create-value-handler this)

Delegation call for Util.createValueHandler().

returns: javax.rmi.CORBA.ValueHandler

Delegation call for Util.createValueHandler().

returns: `javax.rmi.CORBA.ValueHandler`
raw docstring

get-codebaseclj

(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`
raw docstring

get-tieclj

(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`
raw docstring

load-classclj

(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
raw docstring

local?clj

(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
raw docstring

map-system-exceptionclj

(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`
raw docstring

read-anyclj

(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`
raw docstring

register-targetclj

(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`
raw docstring

unexport-objectclj

(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
raw docstring

wrap-exceptionclj

(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`
raw docstring

write-abstract-objectclj

(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`
raw docstring

write-anyclj

(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`
raw docstring

write-remote-objectclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close