Liking cljdoc? Tell your friends :D

jdk.rmi.registry.RegistryHandler

Deprecated. no replacement

Deprecated.
no replacement
raw docstring

registry-implclj

(registry-impl this port)

Deprecated. no replacement. As of the Java 2 platform v1.2, RMI no longer uses the RegistryHandler to obtain the registry's implementation.

port - port to export registry on - int

returns: registry stub - java.rmi.registry.Registry

throws: java.rmi.RemoteException - if a remote error occurs

Deprecated. no replacement.  As of the Java 2 platform v1.2, RMI no
 longer uses the RegistryHandler to obtain the registry's
 implementation.

port - port to export registry on - `int`

returns: registry stub - `java.rmi.registry.Registry`

throws: java.rmi.RemoteException - if a remote error occurs
raw docstring

registry-stubclj

(registry-stub this host port)

Deprecated. no replacement. As of the Java 2 platform v1.2, RMI no longer uses the RegistryHandler to obtain the registry's stub.

host - name of remote registry host - java.lang.String port - remote registry port - int

returns: remote registry stub - java.rmi.registry.Registry

throws: java.rmi.RemoteException - if a remote error occurs

Deprecated. no replacement.  As of the Java 2 platform v1.2, RMI no
 longer uses the RegistryHandler to obtain the registry's
 stub.

host - name of remote registry host - `java.lang.String`
port - remote registry port - `int`

returns: remote registry stub - `java.rmi.registry.Registry`

throws: java.rmi.RemoteException - if a remote error occurs
raw docstring

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

× close