Liking cljdoc? Tell your friends :D

jdk.rmi.server.Skeleton

Deprecated. no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.

Deprecated.
no replacement.  Skeletons are no longer required for remote
 method calls in the Java 2 platform v1.2 and greater.
raw docstring

dispatchclj

(dispatch this obj the-call opnum hash)

Deprecated. no replacement

obj - remote implementation to dispatch call to - java.rmi.Remote the-call - object representing remote call - java.rmi.server.RemoteCall opnum - operation number - int hash - stub/skeleton interface hash - long

throws: java.lang.Exception - if a general exception occurs.

Deprecated. no replacement

obj - remote implementation to dispatch call to - `java.rmi.Remote`
the-call - object representing remote call - `java.rmi.server.RemoteCall`
opnum - operation number - `int`
hash - stub/skeleton interface hash - `long`

throws: java.lang.Exception - if a general exception occurs.
raw docstring

get-operationsclj

(get-operations this)

Deprecated. no replacement

returns: operations supported by skeleton - java.rmi.server.Operation[]

Deprecated. no replacement

returns: operations supported by skeleton - `java.rmi.server.Operation[]`
raw docstring

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

× close