public final class ActivationGroup_Stub extends RemoteStub implements ActivationInstantiator, Remote
ActivationGroup_Stub
是一种
java.rmi.activation.ActivationGroup
,出口作为一个
java.rmi.server.UnicastRemoteObject
stub类的子类。
ref
Constructor and Description |
---|
ActivationGroup_Stub(RemoteRef ref)
构建了一个类的
ActivationGroup 存根。
|
Modifier and Type | Method and Description |
---|---|
MarshalledObject |
newInstance(ActivationID id, ActivationDesc desc)
对于
ActivationGroup.newInstance 存根方法。
|
setRef
public ActivationGroup_Stub(RemoteRef ref)
ActivationGroup
存根。它调用父类的构造函数的参数
RemoteStub(RemoteRef)
,
ref
。
ref
-远程参考
public MarshalledObject newInstance(ActivationID id, ActivationDesc desc) throws RemoteException, ActivationException
ActivationGroup.newInstance
存根方法。调用这个实例的
RemoteObject.ref
领域
invoke
方法,与
this
作为第一个参数,一二元
Object[]
作为第二个参数(与
id
作为第一要素和
desc
为二元),和5274445189091581345l作为第三个参数,并返回结果。如果调用抛出一个
RuntimeException
,
RemoteException
,或
ActivationException
,然后抛出异常给调用者。如果调用抛出任何其他
java.lang.Exception
,然后
java.rmi.UnexpectedException
抛出与原始异常的原因的来电。
newInstance
接口
ActivationInstantiator
id
-激活标识符
desc
-激活描述符
RemoteException
如果调用的结果在
RemoteException
ActivationException
如果调用的结果在一个
ActivationException
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.