Please note that this translation of the specification is the result of a java.net community project ( https://jdk5-api-pt-br.dev.java.net/ ). The official version of the specification is the US English language version which can be found at http://java.sun.com/j2se/1.5.0/docs/api/. In case of disputes, the authoritative version of the specification is the original, English document.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteStub
java.rmi.activation.ActivationGroup_Stub
public final class 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.
| Field Summary |
|---|
| Fields inherited from class java.rmi.server.RemoteObject |
|---|
ref |
| Constructor Summary | |
|---|---|
ActivationGroup_Stub(RemoteRef ref)
Constructs a stub for the ActivationGroup class. |
|
| Method Summary | |
|---|---|
MarshalledObject |
newInstance(ActivationID id,
ActivationDesc desc)
Stub method for ActivationGroup.newInstance. |
| Methods inherited from class java.rmi.server.RemoteStub |
|---|
setRef |
| Methods inherited from class java.rmi.server.RemoteObject |
|---|
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActivationGroup_Stub(RemoteRef ref)
ActivationGroup class. It
invokes the superclass RemoteStub(RemoteRef)
constructor with its argument, ref.
ref - a remote ref| Method Detail |
|---|
public MarshalledObject newInstance(ActivationID id,
ActivationDesc desc)
throws RemoteException,
ActivationException
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.
newInstance in interface ActivationInstantiatorid - an activation identifierdesc - an activation descriptor
RemoteException - if invocation results in
a RemoteException
ActivationException - if invocation
results in an ActivationException
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Copyright 2006 Sun Microsystems, Inc. Todos os direitos reservados. O uso está sujeito aos termos da licensa.