|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.jms.JmsConnectionMetaData
public class JmsConnectionMetaData
This class implements the JMS connection Metadata. This is also used by the JMSConnection to query the connection.
| Constructor Summary | |
|---|---|
JmsConnectionMetaData()
|
|
| 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 |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JmsConnectionMetaData()
| Method Detail |
|---|
public int getJMSMajorVersion()
getJMSMajorVersion in interface ConnectionMetaDatapublic int getJMSMinorVersion()
getJMSMinorVersion in interface ConnectionMetaDatapublic String getJMSProviderName()
getJMSProviderName in interface ConnectionMetaDatapublic String getJMSVersion()
getJMSVersion in interface ConnectionMetaDatapublic Enumeration getJMSXPropertyNames()
getJMSXPropertyNames in interface ConnectionMetaDatapublic int getProviderMajorVersion()
getProviderMajorVersion in interface ConnectionMetaDatapublic int getProviderMinorVersion()
getProviderMinorVersion in interface ConnectionMetaDatapublic String getProviderVersion()
getProviderVersion in interface ConnectionMetaDatapublic static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||