org.jboss.messaging.ra
Class JBMConnectionMetaData

java.lang.Object
  extended by org.jboss.messaging.ra.JBMConnectionMetaData
All Implemented Interfaces:
javax.jms.ConnectionMetaData

public class JBMConnectionMetaData
extends java.lang.Object
implements javax.jms.ConnectionMetaData

This class implements javax.jms.ConnectionMetaData

Version:
$Revision: $
Author:
Adrian Brock, Jesper Pedersen

Constructor Summary
JBMConnectionMetaData()
          Constructor
 
Method Summary
 int getJMSMajorVersion()
          Get the JMS major version
 int getJMSMinorVersion()
          Get the JMS minor version
 java.lang.String getJMSProviderName()
          Get the JMS provider name
 java.lang.String getJMSVersion()
          Get the JMS version
 java.util.Enumeration<java.lang.Object> getJMSXPropertyNames()
          Get the JMS XPropertyNames
 int getProviderMajorVersion()
          Get the provider major version
 int getProviderMinorVersion()
          Get the provider minor version
 java.lang.String getProviderVersion()
          Get the provider version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBMConnectionMetaData

public JBMConnectionMetaData()
Constructor

Method Detail

getJMSVersion

public java.lang.String getJMSVersion()
Get the JMS version

Specified by:
getJMSVersion in interface javax.jms.ConnectionMetaData
Returns:
The version

getJMSMajorVersion

public int getJMSMajorVersion()
Get the JMS major version

Specified by:
getJMSMajorVersion in interface javax.jms.ConnectionMetaData
Returns:
The major version

getJMSMinorVersion

public int getJMSMinorVersion()
Get the JMS minor version

Specified by:
getJMSMinorVersion in interface javax.jms.ConnectionMetaData
Returns:
The minor version

getJMSProviderName

public java.lang.String getJMSProviderName()
Get the JMS provider name

Specified by:
getJMSProviderName in interface javax.jms.ConnectionMetaData
Returns:
The name

getProviderVersion

public java.lang.String getProviderVersion()
Get the provider version

Specified by:
getProviderVersion in interface javax.jms.ConnectionMetaData
Returns:
The version

getProviderMajorVersion

public int getProviderMajorVersion()
Get the provider major version

Specified by:
getProviderMajorVersion in interface javax.jms.ConnectionMetaData
Returns:
The version

getProviderMinorVersion

public int getProviderMinorVersion()
Get the provider minor version

Specified by:
getProviderMinorVersion in interface javax.jms.ConnectionMetaData
Returns:
The version

getJMSXPropertyNames

public java.util.Enumeration<java.lang.Object> getJMSXPropertyNames()
Get the JMS XPropertyNames

Specified by:
getJMSXPropertyNames in interface javax.jms.ConnectionMetaData
Returns:
The names


Copyright © 2006 JBoss Inc. All Rights Reserved.