java.rmi.activation
Class ActivationGroup_Stub
java.lang.Object
   java.rmi.server.RemoteObject
java.rmi.server.RemoteObject
       java.rmi.server.RemoteStub
java.rmi.server.RemoteStub
           java.rmi.activation.ActivationGroup_Stub
java.rmi.activation.ActivationGroup_Stub
- All Implemented Interfaces: 
- ActivationInstantiator, Remote, Serializable
- public final class ActivationGroup_Stub- extends RemoteStub- implements ActivationInstantiator, Remote
ActivationGroup_Stub is a stub class
 for the subclasses of java.rmi.activation.ActivationGroup
 that are exported as a java.rmi.server.UnicastRemoteObject.
- Since:
- 1.2
- See Also:
- Serialized Form
 
 
 
 
 
 
 
ActivationGroup_Stub
public ActivationGroup_Stub(RemoteRef ref)
- Constructs a stub for the ActivationGroupclass.  It
 invokes the superclassRemoteStub(RemoteRef)constructor with its argument,ref.
 
- Parameters:
- ref- a remote ref
newInstance
public MarshalledObject newInstance(ActivationID id,
                                    ActivationDesc desc)
                             throws RemoteException,
                                    ActivationException
- Stub method for ActivationGroup.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
 
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.