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

OIL2Response (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq.il.oil2
Class OIL2Response

java.lang.Object
  extended byorg.jboss.mq.il.oil2.OIL2Response

public class OIL2Response
extends Object

Version:
$Revision: 1.2 $
Author:
Hiram Chirino

Constructor Summary
OIL2Response()
           
OIL2Response(OIL2Request request)
           
 
Method Summary
 Object evalThrowsException()
           
 Object evalThrowsJMSException()
           
 Object evalThrowsThrowable()
           
 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
 

Constructor Detail

OIL2Response

public OIL2Response()

OIL2Response

public OIL2Response(OIL2Request request)
Method Detail

evalThrowsJMSException

public Object evalThrowsJMSException()
                              throws javax.jms.JMSException,
                                     IOException
Throws:
javax.jms.JMSException
IOException

evalThrowsException

public Object evalThrowsException()
                           throws Exception
Throws:
Exception

evalThrowsThrowable

public Object evalThrowsThrowable()
                           throws Throwable
Throws:
Throwable

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

toString

public String toString()


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