org.jboss.mq.il.oil2
Class OIL2Request
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
requestId
public java.lang.Integer requestId
operation
public byte operation
arguments
public java.lang.Object[] arguments
OIL2Request
public OIL2Request()
OIL2Request
public OIL2Request(byte operation,
java.lang.Object[] arguments)
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()