Liking cljdoc? Tell your friends :D

javax.rmi.CORBA.Tie

Defines methods which all RMI-IIOP server side ties must implement.

Defines methods which all RMI-IIOP server side ties must implement.
raw docstring

deactivateclj

(deactivate this)

Deactivates the target object represented by this tie.

throws: java.rmi.NoSuchObjectException

Deactivates the target object represented by this tie.

throws: java.rmi.NoSuchObjectException
raw docstring

get-targetclj

(get-target this)

Returns the target for this tie.

returns: the target. - java.rmi.Remote

Returns the target for this tie.

returns: the target. - `java.rmi.Remote`
raw docstring

orbclj

(orb this)
(orb this orb)

Sets the ORB for this tie.

orb - the ORB. - org.omg.CORBA.ORB

Sets the ORB for this tie.

orb - the ORB. - `org.omg.CORBA.ORB`
raw docstring

set-targetclj

(set-target this target)

Called by Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) to set the target for this tie.

target - the object to use as the target for this tie. - java.rmi.Remote

Called by Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) to set the target
 for this tie.

target - the object to use as the target for this tie. - `java.rmi.Remote`
raw docstring

this-objectclj

(this-object this)

Returns an object reference for the target object represented by this tie.

returns: an object reference for the target object. - org.omg.CORBA.Object

Returns an object reference for the target object represented by
 this tie.

returns: an object reference for the target object. - `org.omg.CORBA.Object`
raw docstring

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

× close