Liking cljdoc? Tell your friends :D

javax.rmi.CORBA.PortableRemoteObjectDelegate

Supports delegation for method implementations in PortableRemoteObject. 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.PortableRemoteObject.

Delegates are enabled by providing the delegate's class name as the value of the javax.rmi.CORBA.PortableRemoteObjectClass system property.

Supports delegation for method implementations in PortableRemoteObject.
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.PortableRemoteObject.

Delegates are enabled by providing the delegate's class name as the
value of the
javax.rmi.CORBA.PortableRemoteObjectClass
system property.
raw docstring

connectclj

(connect this target source)

Delegation call for PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote).

target - java.rmi.Remote source - java.rmi.Remote

throws: java.rmi.RemoteException

Delegation call for PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote).

target - `java.rmi.Remote`
source - `java.rmi.Remote`

throws: java.rmi.RemoteException
raw docstring

export-objectclj

(export-object this obj)

Delegation call for PortableRemoteObject.exportObject(java.rmi.Remote).

obj - java.rmi.Remote

throws: java.rmi.RemoteException

Delegation call for PortableRemoteObject.exportObject(java.rmi.Remote).

obj - `java.rmi.Remote`

throws: java.rmi.RemoteException
raw docstring

narrowclj

(narrow this narrow-from narrow-to)

Delegation call for PortableRemoteObject.narrow(java.lang.Object, java.lang.Class).

narrow-from - java.lang.Object narrow-to - java.lang.Class

returns: java.lang.Object

throws: java.lang.ClassCastException

Delegation call for PortableRemoteObject.narrow(java.lang.Object, java.lang.Class).

narrow-from - `java.lang.Object`
narrow-to - `java.lang.Class`

returns: `java.lang.Object`

throws: java.lang.ClassCastException
raw docstring

to-stubclj

(to-stub this obj)

Delegation call for PortableRemoteObject.toStub(java.rmi.Remote).

obj - java.rmi.Remote

returns: java.rmi.Remote

throws: java.rmi.NoSuchObjectException

Delegation call for PortableRemoteObject.toStub(java.rmi.Remote).

obj - `java.rmi.Remote`

returns: `java.rmi.Remote`

throws: java.rmi.NoSuchObjectException
raw docstring

unexport-objectclj

(unexport-object this obj)

Delegation call for PortableRemoteObject.unexportObject(java.rmi.Remote).

obj - java.rmi.Remote

throws: java.rmi.NoSuchObjectException

Delegation call for PortableRemoteObject.unexportObject(java.rmi.Remote).

obj - `java.rmi.Remote`

throws: java.rmi.NoSuchObjectException
raw docstring

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

× close