org.teiid.net.socket
Class ServiceInvocationStruct

java.lang.Object
  extended by org.teiid.net.socket.ServiceInvocationStruct
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public final class ServiceInvocationStruct
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Field Summary
 java.lang.Object[] args
           
 java.lang.String methodName
           
 java.lang.Class<?> targetClass
           
 
Constructor Summary
ServiceInvocationStruct()
           
ServiceInvocationStruct(java.lang.Object[] args, java.lang.String methodName, java.lang.Class<?> targetClass)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetClass

public java.lang.Class<?> targetClass

methodName

public java.lang.String methodName

args

public java.lang.Object[] args
Constructor Detail

ServiceInvocationStruct

public ServiceInvocationStruct()

ServiceInvocationStruct

public ServiceInvocationStruct(java.lang.Object[] args,
                               java.lang.String methodName,
                               java.lang.Class<?> targetClass)
Method Detail

readExternal

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

writeExternal

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


Copyright © 2010. All Rights Reserved.