站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 messaging API Documentation 英文版文档

OIL2Request (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档


org.jboss.mq.il.oil2
Class OIL2Request

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

public class OIL2Request
extends Object
implements Externalizable

Version:
$Revision: 1.2 $
Author:
Hiram Chirino
See Also:
Serialized Form

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

Field Detail

requestId

public Integer requestId

operation

public byte operation

arguments

public Object[] arguments
Constructor Detail

OIL2Request

public OIL2Request()

OIL2Request

public OIL2Request(byte operation,
                   Object[] arguments)
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

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.