java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteStub
java.rmi.activation.ActivationGroup_Stub
All Implemented Interfaces:
ActivationInstantiator, Remote, Serializable
ActivationGroup_Stub
is a stub class
for the subclasses of java.rmi.activation.ActivationGroup
that are exported as a java.rmi.server.UnicastRemoteObject
.1.2
- Fields inherited from java.rmi.server.RemoteObject: |
---|
ref |
Constructor: |
---|
ActivationGroup class. It
invokes the superclass RemoteStub(RemoteRef)
constructor with its argument, ref .
|
Method from java.rmi.activation.ActivationGroup_Stub Summary: |
---|
newInstance |
Methods from java.rmi.server.RemoteStub: |
---|
setRef |
Methods from java.rmi.server.RemoteObject: |
---|
equals, getRef, hashCode, toString, toStub |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from java.rmi.activation.ActivationGroup_Stub Detail: |
---|
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. |