org.mule.providers.jms.xa
Class ConnectionFactoryWrapper

java.lang.Object
  extended byorg.mule.providers.jms.xa.ConnectionFactoryWrapper

public class ConnectionFactoryWrapper
extends java.lang.Object

Version:
$Revision: 1.3 $
Author:
Guillaume Nodet

Nested Class Summary
protected  class ConnectionFactoryWrapper.ConnectionInvocationHandler
           
 
Field Summary
protected  java.lang.Object factory
           
protected static Log logger
           
protected  TransactionManager tm
           
 
Constructor Summary
ConnectionFactoryWrapper(java.lang.Object factory, TransactionManager tm)
           
 
Method Summary
 Connection createConnection()
           
 Connection createConnection(java.lang.String username, java.lang.String password)
           
 QueueConnection createQueueConnection()
           
 QueueConnection createQueueConnection(java.lang.String username, java.lang.String password)
           
 TopicConnection createTopicConnection()
           
 TopicConnection createTopicConnection(java.lang.String username, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

protected java.lang.Object factory

tm

protected TransactionManager tm

logger

protected static transient Log logger
Constructor Detail

ConnectionFactoryWrapper

public ConnectionFactoryWrapper(java.lang.Object factory,
                                TransactionManager tm)
Method Detail

createConnection

public Connection createConnection()
                            throws JMSException
Throws:
JMSException

createConnection

public Connection createConnection(java.lang.String username,
                                   java.lang.String password)
                            throws JMSException
Throws:
JMSException

createQueueConnection

public QueueConnection createQueueConnection()
                                      throws JMSException
Throws:
JMSException

createQueueConnection

public QueueConnection createQueueConnection(java.lang.String username,
                                             java.lang.String password)
                                      throws JMSException
Throws:
JMSException

createTopicConnection

public TopicConnection createTopicConnection()
                                      throws JMSException
Throws:
JMSException

createTopicConnection

public TopicConnection createTopicConnection(java.lang.String username,
                                             java.lang.String password)
                                      throws JMSException
Throws:
JMSException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.