ConnectionMetaData object provides information describing the Connection object.
More...
#include <javax_jms_ConnectionMetaData.h>
Inheritance diagram for javax::jms::ConnectionMetaData:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::javax::jms::ConnectionMetaData > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::ConnectionMetaData > > | array2D |
Public Member Functions | |
| virtual jint | getJMSMajorVersion (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Gets the JMS major version number. | |
| virtual jint | getJMSMinorVersion (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Gets the JMS minor version number. | |
| virtual ::java::lang::String | getJMSProviderName (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Gets the JMS provider name. | |
| virtual ::java::lang::String | getJMSVersion (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Gets the JMS API version. | |
| virtual ::java::util::Enumeration | getJMSXPropertyNames (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Gets an enumeration of the JMSX property names. | |
| virtual jint | getProviderMajorVersion (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Gets the JMS provider major version number. | |
| virtual jint | getProviderMinorVersion (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Gets the JMS provider minor version number. | |
| virtual ::java::lang::String | getProviderVersion (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Gets the JMS provider version. | |
ConnectionMetaData object provides information describing the Connection object.
Rich Burridge
|
||||||||||||
|
Gets the JMS major version number.
|
|
||||||||||||
|
Gets the JMS minor version number.
|
|
||||||||||||
|
Gets the JMS provider name.
|
|
||||||||||||
|
Gets the JMS API version.
|
|
||||||||||||
|
Gets an enumeration of the JMSX property names.
|
|
||||||||||||
|
Gets the JMS provider major version number.
|
|
||||||||||||
|
Gets the JMS provider minor version number.
|
|
||||||||||||
|
Gets the JMS provider version.
|
1.4.1