|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemq.ActiveMQConnectionMetaData
public class ActiveMQConnectionMetaData
A ConnectionMetaData object provides information describing
the Connection object.
| Field Summary | |
|---|---|
static int |
PROVIDER_MAJOR_VERSION
|
static int |
PROVIDER_MINOR_VERSION
|
static String |
PROVIDER_VERSION
|
| Constructor Summary | |
|---|---|
ActiveMQConnectionMetaData()
|
|
| 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 |
| Field Detail |
|---|
public static final String PROVIDER_VERSION
public static final int PROVIDER_MAJOR_VERSION
public static final int PROVIDER_MINOR_VERSION
| Constructor Detail |
|---|
public ActiveMQConnectionMetaData()
| Method Detail |
|---|
public String getJMSVersion()
getJMSVersion in interface ConnectionMetaDatapublic int getJMSMajorVersion()
getJMSMajorVersion in interface ConnectionMetaDatapublic int getJMSMinorVersion()
getJMSMinorVersion in interface ConnectionMetaDatapublic String getJMSProviderName()
getJMSProviderName in interface ConnectionMetaDatapublic String getProviderVersion()
getProviderVersion in interface ConnectionMetaDatapublic int getProviderMajorVersion()
getProviderMajorVersion in interface ConnectionMetaDatapublic int getProviderMinorVersion()
getProviderMinorVersion in interface ConnectionMetaDatapublic Enumeration getJMSXPropertyNames()
getJMSXPropertyNames in interface ConnectionMetaData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||