dk.netarkivet.common.distribute
Class JMSConnectionFactory

java.lang.Object
  extended by dk.netarkivet.common.distribute.JMSConnectionFactory

public class JMSConnectionFactory
extends java.lang.Object

Factory for JMS connection.


Constructor Summary
JMSConnectionFactory()
           
 
Method Summary
static JMSConnection getInstance()
          Get the JMS Connection singleton instance defined by Settings.JMS_BROKER_CLASS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSConnectionFactory

public JMSConnectionFactory()
Method Detail

getInstance

public static JMSConnection getInstance()
Get the JMS Connection singleton instance defined by Settings.JMS_BROKER_CLASS.

Returns:
The class defined by Settings.JMS_BROKER_CLASS implementing JMSConnection.