com.createtank.elemenope.transports
Class SynchronousJmsQueueConnector

java.lang.Object
  extended by com.createtank.elemenope.transports.JmsQueueConnector
      extended by com.createtank.elemenope.transports.SynchronousJmsQueueConnector
All Implemented Interfaces:
Connector, ElemenopeComponent, ElemenopeConnectionEntity

public class SynchronousJmsQueueConnector
extends JmsQueueConnector

Synchronous JMS queue implementation of the elemenope Connector interface.
Is actually an alias of JmsQueueConnector

For an example configuration, see synchronousjms.xml

Author:
John Joseph Roets [mailto:john.roets@createtank.com]

Constructor Summary
SynchronousJmsQueueConnector()
           
 
Method Summary
 
Methods inherited from class com.createtank.elemenope.transports.JmsQueueConnector
connect, disconnect, getConnection, getConnectionAttributes, isActive, releaseComponents, setComponents, setConfigurationAttributes, setConnectionAttributes, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousJmsQueueConnector

public SynchronousJmsQueueConnector()