|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.ActiveMQConnectionMetaData
public final class ActiveMQConnectionMetaData
A ConnectionMetaData
object provides information describing
the Connection
object.
Field Summary | |
---|---|
static ActiveMQConnectionMetaData |
INSTANCE
|
static int |
PROVIDER_MAJOR_VERSION
|
static int |
PROVIDER_MINOR_VERSION
|
static String |
PROVIDER_VERSION
|
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<String> |
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
public static final ActiveMQConnectionMetaData INSTANCE
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<String> getJMSXPropertyNames()
getJMSXPropertyNames
in interface ConnectionMetaData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |