|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.ra.jms.ConnectionProxyMetaData
A ConnectionMetaData
object provides information describing
the Connection
object.
Constructor Summary | |
ConnectionProxyMetaData()
|
Method Summary | |
int |
getJMSMajorVersion()
Gets the JMS major version number. |
int |
getJMSMinorVersion()
Gets the JMS minor version number. |
String |
getJMSProviderName()
Gets the JMS provider name. |
String |
getJMSVersion()
Gets the JMS API version. |
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. |
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 ConnectionProxyMetaData()
Method Detail |
public String getJMSVersion()
getJMSVersion
in interface ConnectionMetaData
public int getJMSMajorVersion()
getJMSMajorVersion
in interface ConnectionMetaData
public int getJMSMinorVersion()
getJMSMinorVersion
in interface ConnectionMetaData
public String getJMSProviderName()
getJMSProviderName
in interface ConnectionMetaData
public String getProviderVersion()
getProviderVersion
in interface ConnectionMetaData
public int getProviderMajorVersion()
getProviderMajorVersion
in interface ConnectionMetaData
public int getProviderMinorVersion()
getProviderMinorVersion
in interface ConnectionMetaData
public Enumeration getJMSXPropertyNames()
getJMSXPropertyNames
in interface ConnectionMetaData
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |