Movatterモバイル変換


[0]ホーム

URL:


         


Interface ConnectionMetaData


public interfaceConnectionMetaData

AConnectionMetaData object provides information describing theConnection object.


getJMSMajorVersion()
          Gets the JMS major version number.
getJMSMinorVersion()
          Gets the JMS minor version number.
getJMSProviderName()
          Gets the JMS provider name.
getJMSVersion()
          Gets the JMS API version.
getJMSXPropertyNames()
          Gets an enumeration of the JMSX property names.
getProviderMajorVersion()
          Gets the JMS provider major version number.
getProviderMinorVersion()
          Gets the JMS provider minor version number.
getProviderVersion()
          Gets the JMS provider version.
 

getJMSVersion

public java.lang.StringgetJMSVersion()                               throwsJMSException
Gets the JMS API version.
Returns:
the JMS API version
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSMajorVersion

public intgetJMSMajorVersion()                       throwsJMSException
Gets the JMS major version number.
Returns:
the JMS API major version number
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSMinorVersion

public intgetJMSMinorVersion()                       throwsJMSException
Gets the JMS minor version number.
Returns:
the JMS API minor version number
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSProviderName

public java.lang.StringgetJMSProviderName()                                    throwsJMSException
Gets the JMS provider name.
Returns:
the JMS provider name
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getProviderVersion

public java.lang.StringgetProviderVersion()                                    throwsJMSException
Gets the JMS provider version.
Returns:
the JMS provider version
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getProviderMajorVersion

public intgetProviderMajorVersion()                            throwsJMSException
Gets the JMS provider major version number.
Returns:
the JMS provider major version number
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getProviderMinorVersion

public intgetProviderMinorVersion()                            throwsJMSException
Gets the JMS provider minor version number.
Returns:
the JMS provider minor version number
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSXPropertyNames

public java.util.EnumerationgetJMSXPropertyNames()                                           throwsJMSException
Gets an enumeration of the JMSX property names.
Returns:
an Enumeration of JMSX property names
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

         


[8]ページ先頭

©2009-2025 Movatter.jp