|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.client.JBossConnectionMetaData
Connection metadata
Constructor Summary | |
JBossConnectionMetaData(ConnectionDelegate (src) connection)
Create a new metadata object |
Method Summary | |
ConnectionDelegate (src) |
getConnection()
Get the connection for this meta data |
int |
getJMSMajorVersion()
Gets the JMS major version number. |
int |
getJMSMinorVersion()
Gets the JMS minor version number. |
java.lang.String |
getJMSProviderName()
Gets the JMS provider name. |
java.lang.String |
getJMSVersion()
Gets the JMS API version. |
java.util.Enumeration |
getJMSXPropertyNames()
Gets an enumeration of the JMSX property names. |
int |
getProviderMajorVersion()
Gets the JMS provider major version number. |
int |
getProviderMinorVersion()
Gets the JMS provider minor version number. |
java.lang.String |
getProviderVersion()
Gets the JMS provider version. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JBossConnectionMetaData(ConnectionDelegate (src) connection) throws JMSException (src)
connection
- the connection for this meta dataMethod Detail |
public ConnectionDelegate (src) getConnection() throws JMSException (src)
JMSException (src)
- for any errorpublic int getJMSMajorVersion() throws JMSException (src)
ConnectionMetaData (src)
getJMSMajorVersion
in interface ConnectionMetaData (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getJMSMinorVersion() throws JMSException (src)
ConnectionMetaData (src)
getJMSMinorVersion
in interface ConnectionMetaData (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public java.lang.String getJMSProviderName() throws JMSException (src)
ConnectionMetaData (src)
getJMSProviderName
in interface ConnectionMetaData (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public java.lang.String getJMSVersion() throws JMSException (src)
ConnectionMetaData (src)
getJMSVersion
in interface ConnectionMetaData (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public java.util.Enumeration getJMSXPropertyNames() throws JMSException (src)
ConnectionMetaData (src)
getJMSXPropertyNames
in interface ConnectionMetaData (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getProviderMajorVersion() throws JMSException (src)
ConnectionMetaData (src)
getProviderMajorVersion
in interface ConnectionMetaData (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getProviderMinorVersion() throws JMSException (src)
ConnectionMetaData (src)
getProviderMinorVersion
in interface ConnectionMetaData (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public java.lang.String getProviderVersion() throws JMSException (src)
ConnectionMetaData (src)
getProviderVersion
in interface ConnectionMetaData (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |