Liking cljdoc? Tell your friends :D

jdk.rmi.activation.ActivationGroup_Stub

ActivationGroup_Stub is a stub class for the subclasses of java.rmi.activation.ActivationGroup that are exported as a java.rmi.server.UnicastRemoteObject.

ActivationGroup_Stub is a stub class
for the subclasses of java.rmi.activation.ActivationGroup
that are exported as a java.rmi.server.UnicastRemoteObject.
raw docstring

->activation-group-stubclj

(->activation-group-stub ref)

Constructor.

Constructs a stub for the ActivationGroup class. It invokes the superclass RemoteStub(RemoteRef) constructor with its argument, ref.

ref - a remote ref - java.rmi.server.RemoteRef

Constructor.

Constructs a stub for the ActivationGroup class.  It
 invokes the superclass RemoteStub(RemoteRef)
 constructor with its argument, ref.

ref - a remote ref - `java.rmi.server.RemoteRef`
raw docstring

new-instanceclj

(new-instance this id desc)

Stub method for ActivationGroup.newInstance. Invokes the invoke method on this instance's RemoteObject.ref field, with this as the first argument, a two-element Object[] as the second argument (with id as the first element and desc as the second element), and -5274445189091581345L as the third argument, and returns the result. If that invocation throws a RuntimeException, RemoteException, or an ActivationException, then that exception is thrown to the caller. If that invocation throws any other java.lang.Exception, then a java.rmi.UnexpectedException is thrown to the caller with the original exception as the cause.

id - an activation identifier - java.rmi.activation.ActivationID desc - an activation descriptor - java.rmi.activation.ActivationDesc

returns: the result of the invocation - java.rmi.MarshalledObject

throws: java.rmi.RemoteException - if invocation results in a RemoteException

Stub method for ActivationGroup.newInstance.  Invokes
 the invoke method on this instance's
 RemoteObject.ref field, with this as the
 first argument, a two-element Object[] as the second
 argument (with id as the first element and
 desc as the second element), and -5274445189091581345L
 as the third argument, and returns the result.  If that invocation
 throws a RuntimeException, RemoteException,
 or an ActivationException, then that exception is
 thrown to the caller.  If that invocation throws any other
 java.lang.Exception, then a
 java.rmi.UnexpectedException is thrown to the caller
 with the original exception as the cause.

id - an activation identifier - `java.rmi.activation.ActivationID`
desc - an activation descriptor - `java.rmi.activation.ActivationDesc`

returns: the result of the invocation - `java.rmi.MarshalledObject`

throws: java.rmi.RemoteException - if invocation results in a RemoteException
raw docstring

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

× close