org.mule.providers.jms
Class JmsConnectionFactoryTestCase.TestConnectionFactory
java.lang.Object
org.mule.providers.jms.JmsConnectionFactoryTestCase.TestConnectionFactory
- All Implemented Interfaces:
- ConnectionFactory, QueueConnectionFactory
- Enclosing class:
- JmsConnectionFactoryTestCase
- public static final class JmsConnectionFactoryTestCase.TestConnectionFactory
- extends Object
- implements QueueConnectionFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsConnectionFactoryTestCase.TestConnectionFactory
public JmsConnectionFactoryTestCase.TestConnectionFactory()
createConnection
public Connection createConnection()
throws JMSException
- Throws:
JMSException
createConnection
public Connection createConnection(String string,
String string1)
throws JMSException
- Throws:
JMSException
getProviderProperty
public String getProviderProperty()
setProviderProperty
public void setProviderProperty(String providerProperty)
- Should NOT be called.
getConnectionFactoryProperty
public String getConnectionFactoryProperty()
setConnectionFactoryProperty
public void setConnectionFactoryProperty(String connectionFactoryProperty)
- MUST be called
createQueueConnection
public QueueConnection createQueueConnection()
throws JMSException
- Specified by:
createQueueConnection
in interface QueueConnectionFactory
- Throws:
JMSException
createQueueConnection
public QueueConnection createQueueConnection(String string,
String string1)
throws JMSException
- Specified by:
createQueueConnection
in interface QueueConnectionFactory
- Throws:
JMSException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.