KMConnectionMetaData Class Reference
| Inherits from | KCObject : NSObject |
| Declared in | KMConnectionMetaData.h |
Tasks
-
– JMSVersionGets the JMS API version.
-
– JMSMajorVersionGets the JMS major version number.
-
– JMSMinorVersionGets the JMS minor version number.
-
– JMSProviderNameGets the JMS provider name.
-
– providerVersionGets the JMS provider version.
-
– providerMajorVersionGets the JMS provider major version number.
-
– providerMinorVersionGets the JMS provider minor version number.
-
– JMSXPropertyNamesGets an enumeration of the JMSX property names.
Instance Methods
JMSMajorVersion
Gets the JMS major version number.
- (int)JMSMajorVersionReturn Value
the JMS API major version number
Exceptions
- KMJMSException
if the JMS provider fails to retrieve the metadata due to some internal error.
Declared In
KMConnectionMetaData.hJMSMinorVersion
Gets the JMS minor version number.
- (int)JMSMinorVersionReturn Value
the JMS API minor version number
Exceptions
- KMJMSException
if the JMS provider fails to retrieve the metadata due to some internal error.
Declared In
KMConnectionMetaData.hJMSProviderName
Gets the JMS provider name.
- (NSString *)JMSProviderNameReturn Value
the JMS provider name
Exceptions
- KMJMSException
if the JMS provider fails to retrieve the metadata due to some internal error.
Declared In
KMConnectionMetaData.hJMSVersion
Gets the JMS API version.
- (NSString *)JMSVersionReturn Value
the JMS API version
Exceptions
- KMJMSException
if the JMS provider fails to retrieve the metadata due to some internal error.
Declared In
KMConnectionMetaData.hJMSXPropertyNames
Gets an enumeration of the JMSX property names.
- (NSEnumerator *)JMSXPropertyNamesReturn Value
an Enumeration of JMSX property names
Exceptions
- KMJMSException
if the JMS provider fails to retrieve the metadata due to some internal error.
Declared In
KMConnectionMetaData.hproviderMajorVersion
Gets the JMS provider major version number.
- (int)providerMajorVersionReturn Value
the JMS provider major version number
Exceptions
- KMJMSException
if the JMS provider fails to retrieve the metadata due to some internal error.
Declared In
KMConnectionMetaData.h