|
Préférences
Moteurs de recherche
|
||||||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.jms
|
|||||||||||||||||||
| 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. |
| Method Detail |
|---|
String getJMSVersion() throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.
int getJMSMajorVersion()
throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.
int getJMSMinorVersion()
throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.String getJMSProviderName() throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.String getProviderVersion() throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.
int getProviderMajorVersion()
throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.
int getProviderMinorVersion()
throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.Enumeration getJMSXPropertyNames() throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.