Liking cljdoc? Tell your friends :D

jdk.rmi.server.ServerRef

Deprecated. No replacement. This interface is unused and is obsolete.

Deprecated.
No replacement. This interface is unused and is obsolete.
raw docstring

export-objectclj

(export-object this obj data)

Deprecated.

obj - the remote object implementation - java.rmi.Remote data - information necessary to export the object - java.lang.Object

returns: the stub for the remote object - java.rmi.server.RemoteStub

throws: java.rmi.RemoteException - if an exception occurs attempting to export the object (e.g., stub class could not be found)

Deprecated.

obj - the remote object implementation - `java.rmi.Remote`
data - information necessary to export the object - `java.lang.Object`

returns: the stub for the remote object - `java.rmi.server.RemoteStub`

throws: java.rmi.RemoteException - if an exception occurs attempting to export the object (e.g., stub class could not be found)
raw docstring

get-client-hostclj

(get-client-host this)

Deprecated.

returns: the client's host name - java.lang.String

throws: java.rmi.server.ServerNotActiveException - if called outside of servicing a remote method invocation

Deprecated.

returns: the client's host name - `java.lang.String`

throws: java.rmi.server.ServerNotActiveException - if called outside of servicing a remote method invocation
raw docstring

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

× close