JBoss Remoting 3.0.0.Beta2

org.jboss.remoting.transporter
Class TransporterInvocation

java.lang.Object
  extended by org.jboss.remoting.transporter.TransporterInvocation

public final class TransporterInvocation
extends Object

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

TransporterInvocation

public TransporterInvocation(TransporterMethodDescriptor methodDescriptor,
                             Object[] args)
Construct an intialized instance.

Parameters:
methodDescriptor -
args - the arguments
Method Detail

getMethodDescriptor

public TransporterMethodDescriptor getMethodDescriptor()
Get the method descriptor.

Returns:
the method descriptor

getArgs

public Object[] getArgs()
Get the method call arguments.

Returns:
the method call arguments

JBoss Remoting 3.0.0.Beta2

Copyright © 2008 JBoss, a division of Red Hat, Inc.