Inherits from KCObject : NSObject
Declared in KMConnectionMetaData.h

Overview

A ConnectionMetaData object provides information describing the Connection object.

Tasks

Instance Methods

JMSMajorVersion

Gets the JMS major version number.

- (int)JMSMajorVersion

Return 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.h

JMSMinorVersion

Gets the JMS minor version number.

- (int)JMSMinorVersion

Return 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.h

JMSProviderName

Gets the JMS provider name.

- (NSString *)JMSProviderName

Return Value

the JMS provider name

Exceptions

KMJMSException

if the JMS provider fails to retrieve the metadata due to some internal error.

Declared In

KMConnectionMetaData.h

JMSVersion

Gets the JMS API version.

- (NSString *)JMSVersion

Return Value

the JMS API version

Exceptions

KMJMSException

if the JMS provider fails to retrieve the metadata due to some internal error.

Declared In

KMConnectionMetaData.h

JMSXPropertyNames

Gets an enumeration of the JMSX property names.

- (NSEnumerator *)JMSXPropertyNames

Return 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.h

providerMajorVersion

Gets the JMS provider major version number.

- (int)providerMajorVersion

Return 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

providerMinorVersion

Gets the JMS provider minor version number.

- (int)providerMinorVersion

Return Value

the JMS provider minor version number

Exceptions

KMJMSException

if the JMS provider fails to retrieve the metadata due to some internal error.

Declared In

KMConnectionMetaData.h

providerVersion

Gets the JMS provider version.

- (NSString *)providerVersion

Return Value

the JMS provider version

Exceptions

KMJMSException

if the JMS provider fails to retrieve the metadata due to some internal error.

Declared In

KMConnectionMetaData.h