org.jboss.remoting.transporter
Class TransporterInvocation

java.lang.Object
  extended by org.jboss.remoting.transporter.TransporterInvocation
All Implemented Interfaces:
Externalizable, Serializable

public final class TransporterInvocation
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
TransporterInvocation()
           
TransporterInvocation(String name, Class<?>[] parameterTypes, Object[] args)
           
 
Method Summary
 Object[] getArgs()
           
 String getName()
           
 Class<?>[] getParameterTypes()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransporterInvocation

public TransporterInvocation()

TransporterInvocation

public TransporterInvocation(String name,
                             Class<?>[] parameterTypes,
                             Object[] args)
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

getName

public String getName()

getParameterTypes

public Class<?>[] getParameterTypes()

getArgs

public Object[] getArgs()


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