com.ibm.di.systemqueue.driver
Class JMSScriptDriver.Ret
java.lang.Object
com.ibm.di.systemqueue.driver.JMSScriptDriver.Ret
- Enclosing class:
- JMSScriptDriver
public class JMSScriptDriver.Ret
- extends Object
Class used for returning object that holds QueueConnectionFactory,
TopicConnectionFactory or error message from the script.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errordescr
public String errordescr
errorcode
public Object errorcode
queueConnectionFactory
public javax.jms.QueueConnectionFactory queueConnectionFactory
topicConnectionFactory
public javax.jms.TopicConnectionFactory topicConnectionFactory
JMSScriptDriver.Ret
public JMSScriptDriver.Ret()