org.jboss.mq.il.oil2
Class OIL2Request

java.lang.Object
  extended byorg.jboss.mq.il.oil2.OIL2Request
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class OIL2Request
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Field Summary
 java.lang.Object[] arguments
           
 byte operation
           
 java.lang.Integer requestId
           
 
Constructor Summary
OIL2Request()
           
OIL2Request(byte operation, java.lang.Object[] arguments)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

requestId

public java.lang.Integer requestId

operation

public byte operation

arguments

public java.lang.Object[] arguments
Constructor Detail

OIL2Request

public OIL2Request()

OIL2Request

public OIL2Request(byte operation,
                   java.lang.Object[] arguments)
Method Detail

writeExternal

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

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

toString

public java.lang.String toString()