|
JBoss Remoting 3.0.0.Beta2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.remoting.transporter.TransporterInvocation
public final class TransporterInvocation

An invocation made on a transporter. Instances of this class are used internally by transporters to represent a method call that is being forwarded to a remote instance. This class is not part of the public API and should not be used directly, as members may be added or removed without notice.
| Nested Class Summary | |
|---|---|
static class |
TransporterInvocation.Externalizer
An externalizer for a transporter invocation. |
| Constructor Summary | |
|---|---|
TransporterInvocation(TransporterMethodDescriptor methodDescriptor,
Object[] args)
Construct an intialized instance. |
|
| Method Summary | |
|---|---|
Object[] |
getArgs()
Get the method call arguments. |
TransporterMethodDescriptor |
getMethodDescriptor()
Get the method descriptor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransporterInvocation(TransporterMethodDescriptor methodDescriptor,
Object[] args)
methodDescriptor - args - the arguments| Method Detail |
|---|
public TransporterMethodDescriptor getMethodDescriptor()
public Object[] getArgs()
|
JBoss Remoting 3.0.0.Beta2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||