Liking cljdoc? Tell your friends :D

javax.rmi.CORBA.StubDelegate

Supports delegation for method implementations in Stub. A delegate is an instance of a class that implements this interface and provides a replacement implementation for all the methods of javax.rmi.CORBA.Stub. If delegation is enabled, each stub has an associated delegate.

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

Supports delegation for method implementations in Stub.
A delegate is an instance of a class that implements this
interface and provides a replacement implementation for all the
methods of javax.rmi.CORBA.Stub.  If delegation is
enabled, each stub has an associated delegate.

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

connectclj

(connect this self orb)

Delegation call for Stub.connect(org.omg.CORBA.ORB).

self - javax.rmi.CORBA.Stub orb - org.omg.CORBA.ORB

throws: java.rmi.RemoteException

Delegation call for Stub.connect(org.omg.CORBA.ORB).

self - `javax.rmi.CORBA.Stub`
orb - `org.omg.CORBA.ORB`

throws: java.rmi.RemoteException
raw docstring

equalsclj

(equals this self obj)

Delegation call for Stub.equals(java.lang.Object).

self - javax.rmi.CORBA.Stub obj - java.lang.Object

returns: boolean

Delegation call for Stub.equals(java.lang.Object).

self - `javax.rmi.CORBA.Stub`
obj - `java.lang.Object`

returns: `boolean`
raw docstring

hash-codeclj

(hash-code this self)

Delegation call for Stub.hashCode().

self - javax.rmi.CORBA.Stub

returns: int

Delegation call for Stub.hashCode().

self - `javax.rmi.CORBA.Stub`

returns: `int`
raw docstring

read-objectclj

(read-object this self s)

Delegation call for Stub.readObject(java.io.ObjectInputStream).

self - javax.rmi.CORBA.Stub s - java.io.ObjectInputStream

throws: java.io.IOException

Delegation call for
 Stub.readObject(java.io.ObjectInputStream).

self - `javax.rmi.CORBA.Stub`
s - `java.io.ObjectInputStream`

throws: java.io.IOException
raw docstring

to-stringclj

(to-string this self)

Delegation call for Stub.toString().

self - javax.rmi.CORBA.Stub

returns: java.lang.String

Delegation call for Stub.toString().

self - `javax.rmi.CORBA.Stub`

returns: `java.lang.String`
raw docstring

write-objectclj

(write-object this self s)

Delegation call for Stub.writeObject(java.io.ObjectOutputStream).

self - javax.rmi.CORBA.Stub s - java.io.ObjectOutputStream

throws: java.io.IOException

Delegation call for
 Stub.writeObject(java.io.ObjectOutputStream).

self - `javax.rmi.CORBA.Stub`
s - `java.io.ObjectOutputStream`

throws: java.io.IOException
raw docstring

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

× close