|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.client.jms.JmsManager
public class JmsManager
A Spring-wrapped JMS connection manager.
| Constructor Summary | |
|---|---|
JmsManager(ConnectionFactory incomingCF,
ConnectionFactory outgoingCF)
Creates a new manager that uses the given standard JMS connection factories to create factories for Spring-wrapped connections. |
|
JmsManager(ConnectionFactory incomingCF,
ConnectionFactory outgoingCF,
ExceptionListener exceptionListener)
Creates a new manager that uses the given standard JMS connection factories to create factories for Spring-wrapped connections, and directs exceptions to the given listener, if any. |
|
| Method Summary | |
|---|---|
IncomingJmsFactory |
getIncomingJmsFactory()
Returns the receiver's Spring-wrapped factory of incoming connections. |
OutgoingJmsFactory |
getOutgoingJmsFactory()
Returns the receiver's Spring-wrapped factory of outgoing connections. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JmsManager(ConnectionFactory incomingCF,
ConnectionFactory outgoingCF,
ExceptionListener exceptionListener)
incomingCF - The incoming factory.outgoingCF - The outgoing factory.exceptionListener - The listener. It may be null.
public JmsManager(ConnectionFactory incomingCF,
ConnectionFactory outgoingCF)
incomingCF - The incoming factory.outgoingCF - The outgoing factory.| Method Detail |
|---|
public IncomingJmsFactory getIncomingJmsFactory()
public OutgoingJmsFactory getOutgoingJmsFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||