java.rmi.activation
Class ActivationGroup_Stub

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteStub
          extended by java.rmi.activation.ActivationGroup_Stub
All Implemented Interfaces:
Serializable, ActivationInstantiator, Remote

public final class ActivationGroup_Stub
extends RemoteStub
implements ActivationInstantiator, Remote

A stub class for ActivationGroup implementations.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ActivationGroup_Stub(RemoteRef ref)
          Creates a new instance of ActivationGroup_Stub.
 
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

ActivationGroup_Stub

public ActivationGroup_Stub(RemoteRef ref)
Creates a new instance of ActivationGroup_Stub.

Parameters:
ref - the remote reference
Method Detail

newInstance

public MarshalledObject newInstance(ActivationID id,
                                    ActivationDesc desc)
                             throws RemoteException,
                                    ActivationException
Stub method for ActivationGroup.newInstance().

Specified by:
newInstance in interface ActivationInstantiator
Parameters:
id - the activation ID
desc - the activation description
Returns:
the return value of the invocation
Throws:
RemoteException - if the invocation throws a RemoteException
ActivationException - if the invocation throws an ActivationException