- java.lang.Object
- 
- java.rmi.server.RemoteObject
- 
- java.rmi.server.RemoteStub
- 
- java.rmi.activation.ActivationGroup_Stub
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- ActivationInstantiator,- Remote
 
 public final class ActivationGroup_Stub extends RemoteStub implements ActivationInstantiator, Remote ActivationGroup_Stubis a stub class for the subclasses ofjava.rmi.activation.ActivationGroupthat are exported as ajava.rmi.server.UnicastRemoteObject.- Since:
- 1.2
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields declared in class java.rmi.server.RemoteObjectref
 
- 
 - 
Constructor SummaryConstructors Constructor Description ActivationGroup_Stub(RemoteRef ref)Constructs a stub for theActivationGroupclass.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MarshalledObjectnewInstance(ActivationID id, ActivationDesc desc)Stub method forActivationGroup.newInstance.- 
Methods declared in class java.rmi.server.RemoteStubsetRef
 
- 
 
- 
- 
- 
Constructor Detail- 
ActivationGroup_Stubpublic ActivationGroup_Stub(RemoteRef ref) Constructs a stub for theActivationGroupclass. It invokes the superclassRemoteStub(RemoteRef)constructor with its argument,ref.- Parameters:
- ref- a remote ref
 
 
- 
 - 
Method Detail- 
newInstancepublic MarshalledObject newInstance(ActivationID id, ActivationDesc desc) throws RemoteException, ActivationException Stub method forActivationGroup.newInstance. Invokes theinvokemethod on this instance'sRemoteObject.reffield, withthisas the first argument, a two-elementObject[]as the second argument (withidas the first element anddescas the second element), and -5274445189091581345L as the third argument, and returns the result. If that invocation throws aRuntimeException,RemoteException, or anActivationException, then that exception is thrown to the caller. If that invocation throws any otherjava.lang.Exception, then ajava.rmi.UnexpectedExceptionis thrown to the caller with the original exception as the cause.- Specified by:
- newInstancein interface- ActivationInstantiator
- Parameters:
- id- an activation identifier
- desc- an activation descriptor
- Returns:
- the result of the invocation
- Throws:
- RemoteException- if invocation results in a- RemoteException
- ActivationException- if invocation results in an- ActivationException
 
 
- 
 
-