February 2002
Beginner to intermediate
544 pages
10h 23m
English
The following methods are defined in the interface javax.jms.ConnectionMetaData.
public int getJMSMajorVersion()
Gets the JMS major version number.
RETURNS:
the JMS API major version number
THROWS:
JMSException if the JMS provider fails to retrieve the metadata due to some internal error
public int getJMSMinorVersion()
Gets the JMS minor version number.
RETURNS:
the JMS API minor version number
THROWS:
JMSException if the JMS provider fails to retrieve the metadata due to some internal error
public java.lang.String getJMSProviderName()
Gets the JMS provider name.
RETURNS:
the JMS provider name
THROWS:
JMSException if the JMS provider fails to retrieve the metadata due to some ...
Read now
Unlock full access