FileDocCategorySizeDatePackage
ConnectionMetaData.javaAPI DocGlassfish v2 API4853Fri May 04 22:36:16 BST 2007javax.jms

ConnectionMetaData

public interface ConnectionMetaData
A ConnectionMetaData object provides information describing the Connection object.
version
1.0 - 13 March 1998
author
Mark Hapner
author
Rich Burridge

Fields Summary
Constructors Summary
Methods Summary
public intgetJMSMajorVersion()
Gets the JMS major version number.

return
the JMS API major version number
exception
JMSException if the JMS provider fails to retrieve the metadata due to some internal error.

public intgetJMSMinorVersion()
Gets the JMS minor version number.

return
the JMS API minor version number
exception
JMSException if the JMS provider fails to retrieve the metadata due to some internal error.

public java.lang.StringgetJMSProviderName()
Gets the JMS provider name.

return
the JMS provider name
exception
JMSException if the JMS provider fails to retrieve the metadata due to some internal error.

public java.lang.StringgetJMSVersion()
Gets the JMS API version.

return
the JMS API version
exception
JMSException if the JMS provider fails to retrieve the metadata due to some internal error.

public java.util.EnumerationgetJMSXPropertyNames()
Gets an enumeration of the JMSX property names.

return
an Enumeration of JMSX property names
exception
JMSException if the JMS provider fails to retrieve the metadata due to some internal error.

public intgetProviderMajorVersion()
Gets the JMS provider major version number.

return
the JMS provider major version number
exception
JMSException if the JMS provider fails to retrieve the metadata due to some internal error.

public intgetProviderMinorVersion()
Gets the JMS provider minor version number.

return
the JMS provider minor version number
exception
JMSException if the JMS provider fails to retrieve the metadata due to some internal error.

public java.lang.StringgetProviderVersion()
Gets the JMS provider version.

return
the JMS provider version
exception
JMSException if the JMS provider fails to retrieve the metadata due to some internal error.