KMConnectionMetaData Class Reference
Inherits from | KCObject : NSObject |
Declared in | KMConnectionMetaData.h |
Tasks
-
– JMSVersion
Gets the JMS API version.
-
– JMSMajorVersion
Gets the JMS major version number.
-
– JMSMinorVersion
Gets the JMS minor version number.
-
– JMSProviderName
Gets the JMS provider name.
-
– providerVersion
Gets the JMS provider version.
-
– providerMajorVersion
Gets the JMS provider major version number.
-
– providerMinorVersion
Gets the JMS provider minor version number.
-
– JMSXPropertyNames
Gets an enumeration of the JMSX property names.
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