org.mule.providers.oracle.jms
Class OracleJmsConnection
java.lang.Object
org.mule.providers.oracle.jms.OracleJmsConnection
- public class OracleJmsConnection
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleJmsConnection
public OracleJmsConnection(OracleJmsConnector connector)
start
public void start()
throws JMSException
- Iterate through the open connections and start them one by one.
- Throws:
JMSException
stop
public void stop()
throws JMSException
- Iterate through the open connections and stop them one by one.
- Throws:
JMSException
close
public void close()
throws JMSException
- Iterate through the open connections and close them one by one.
- Throws:
JMSException
getQueueConnection
protected QueueConnection getQueueConnection()
throws JMSException
- Throws:
JMSException
getTopicConnection
protected TopicConnection getTopicConnection()
throws JMSException
- Throws:
JMSException
createQueueSession
public QueueSession createQueueSession(boolean transacted,
int ackMode)
throws JMSException
- Throws:
JMSException
createTopicSession
public TopicSession createTopicSession(boolean transacted,
int ackMode)
throws JMSException
- Throws:
JMSException
createConnectionConsumer
public ConnectionConsumer createConnectionConsumer(Topic arg0,
String arg1,
ServerSessionPool arg2,
int arg3)
throws JMSException
- Throws:
JMSException
createDurableConnectionConsumer
public ConnectionConsumer createDurableConnectionConsumer(Topic arg0,
String arg1,
String arg2,
ServerSessionPool arg3,
int arg4)
throws JMSException
- Throws:
JMSException
getClientID
public String getClientID()
throws JMSException
- Throws:
JMSException
getExceptionListener
public ExceptionListener getExceptionListener()
throws JMSException
- Throws:
JMSException
getMetaData
public ConnectionMetaData getMetaData()
throws JMSException
- Throws:
JMSException
setClientID
public void setClientID(String arg0)
throws JMSException
- Throws:
JMSException
setExceptionListener
public void setExceptionListener(ExceptionListener arg0)
throws JMSException
- Throws:
JMSException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.