org.directwebremoting.jms
Class DwrConnectionFactory
java.lang.Object
org.directwebremoting.jms.DwrConnectionFactory
- All Implemented Interfaces:
- javax.jms.ConnectionFactory
public class DwrConnectionFactory
- extends java.lang.Object
- implements javax.jms.ConnectionFactory
An implementation of ConnectionFactory for DWR
- Author:
- Joe Walker [joe at getahead dot ltd dot uk]
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DwrConnectionFactory
public DwrConnectionFactory()
createConnection
public DwrConnection createConnection()
throws javax.jms.JMSException
- Specified by:
createConnection in interface javax.jms.ConnectionFactory
- Throws:
javax.jms.JMSException
createConnection
public DwrConnection createConnection(java.lang.String username,
java.lang.String password)
throws javax.jms.JMSException
- Specified by:
createConnection in interface javax.jms.ConnectionFactory
- Throws:
javax.jms.JMSException