|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jms4spread.ConnectionMetaData
Provides information about the connection
Method Summary | |
static ConnectionMetaData |
getInstance()
|
int |
getJMSMajorVersion()
Gets the JMS Major Version number |
int |
getJMSMinorVersion()
Gets the JMS Minor Version number |
java.lang.String |
getJMSProviderName()
Gets the JMS provider name |
java.util.Enumeration |
getJMSXPropertyNames()
Gets Enumeration of JMSX Property Names |
int |
getProviderMajorVersion()
Gets the JMS Provider Major Version number |
int |
getProviderMinorVersion()
Gets the JMS Provider Minor Version number |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ConnectionMetaData getInstance()
public int getJMSMajorVersion() throws JMSException
JMSException
- in case of internal errorpublic int getJMSMinorVersion() throws JMSException
JMSException
- in case of internal errorpublic java.lang.String getJMSProviderName() throws JMSException
JMSException
- in case of internal errorpublic int getProviderMajorVersion() throws JMSException
JMSException
- in case of internal errorpublic int getProviderMinorVersion() throws JMSException
JMSException
- in case of internal errorpublic java.util.Enumeration getJMSXPropertyNames() throws JMSException
JMSException
- in case of internal error
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |