org.mule.providers.jms
Class JmsConnectionFactoryTestCase.TestConnectionFactory

java.lang.Object
  extended by org.mule.providers.jms.JmsConnectionFactoryTestCase.TestConnectionFactory
All Implemented Interfaces:
ConnectionFactory, QueueConnectionFactory
Enclosing class:
JmsConnectionFactoryTestCase

public static final class JmsConnectionFactoryTestCase.TestConnectionFactory
extends Object
implements QueueConnectionFactory


Constructor Summary
JmsConnectionFactoryTestCase.TestConnectionFactory()
           
 
Method Summary
 Connection createConnection()
           
 Connection createConnection(String string, String string1)
           
 QueueConnection createQueueConnection()
           
 QueueConnection createQueueConnection(String string, String string1)
           
 String getConnectionFactoryProperty()
           
 String getProviderProperty()
           
 void setConnectionFactoryProperty(String connectionFactoryProperty)
          MUST be called
 void setProviderProperty(String providerProperty)
          Should NOT be called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsConnectionFactoryTestCase.TestConnectionFactory

public JmsConnectionFactoryTestCase.TestConnectionFactory()
Method Detail

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.