@Deprecated public abstract class ConnectionFactoryDecorator extends Object implements ConnectionFactory
| Constructor and Description |
|---|
ConnectionFactoryDecorator(ConnectionFactory connectionFactory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
createConnection()
Deprecated.
|
Connection |
createConnection(String userName,
String password)
Deprecated.
|
ConnectionFactory |
getInternal()
Deprecated.
|
public ConnectionFactoryDecorator(ConnectionFactory connectionFactory)
public Connection createConnection() throws JMSException
createConnection in interface ConnectionFactoryJMSExceptionpublic Connection createConnection(String userName, String password) throws JMSException
createConnection in interface ConnectionFactoryJMSExceptionpublic ConnectionFactory getInternal()
Copyright © 2015 Calrissian. All rights reserved.