org.directwebremoting.jms
Class DwrConnectionMetaData
java.lang.Object
org.directwebremoting.jms.DwrConnectionMetaData
- All Implemented Interfaces:
- javax.jms.ConnectionMetaData
public class DwrConnectionMetaData
- extends java.lang.Object
- implements javax.jms.ConnectionMetaData
An implementation of ConnectionMetaData that uses DWR meta-data.
- 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 |
DwrConnectionMetaData
public DwrConnectionMetaData()
getJMSMajorVersion
public int getJMSMajorVersion()
throws javax.jms.JMSException
- Specified by:
getJMSMajorVersion in interface javax.jms.ConnectionMetaData
- Throws:
javax.jms.JMSException
getJMSMinorVersion
public int getJMSMinorVersion()
throws javax.jms.JMSException
- Specified by:
getJMSMinorVersion in interface javax.jms.ConnectionMetaData
- Throws:
javax.jms.JMSException
getJMSProviderName
public java.lang.String getJMSProviderName()
throws javax.jms.JMSException
- Specified by:
getJMSProviderName in interface javax.jms.ConnectionMetaData
- Throws:
javax.jms.JMSException
getJMSVersion
public java.lang.String getJMSVersion()
throws javax.jms.JMSException
- Specified by:
getJMSVersion in interface javax.jms.ConnectionMetaData
- Throws:
javax.jms.JMSException
getJMSXPropertyNames
public java.util.Enumeration<java.lang.String> getJMSXPropertyNames()
throws javax.jms.JMSException
- Specified by:
getJMSXPropertyNames in interface javax.jms.ConnectionMetaData
- Throws:
javax.jms.JMSException
getProviderMajorVersion
public int getProviderMajorVersion()
throws javax.jms.JMSException
- Specified by:
getProviderMajorVersion in interface javax.jms.ConnectionMetaData
- Throws:
javax.jms.JMSException
getProviderMinorVersion
public int getProviderMinorVersion()
throws javax.jms.JMSException
- Specified by:
getProviderMinorVersion in interface javax.jms.ConnectionMetaData
- Throws:
javax.jms.JMSException
getProviderVersion
public java.lang.String getProviderVersion()
throws javax.jms.JMSException
- Specified by:
getProviderVersion in interface javax.jms.ConnectionMetaData
- Throws:
javax.jms.JMSException