org.marketcetera.client.jms
Class JmsFactory
java.lang.Object
org.marketcetera.client.jms.JmsFactory
- Direct Known Subclasses:
- IncomingJmsFactory, OutgoingJmsFactory
public class JmsFactory
- extends Object
A factory of Spring-wrapped JMS connections.
- Since:
- 1.0.0
- Version:
- $Id: JmsFactory.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
|
Constructor Summary |
JmsFactory(ConnectionFactory connectionFactory)
Creates a new factory that uses the given standard JMS
connection factory to create connections. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsFactory
public JmsFactory(ConnectionFactory connectionFactory)
- Creates a new factory that uses the given standard JMS
connection factory to create connections.
- Parameters:
connectionFactory - The factory.
getConnectionFactory
public ConnectionFactory getConnectionFactory()
- Returns the receiver's standard JMS connection factory.
- Returns:
- The factory.
Copyright © 2012. All Rights Reserved.