Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mom4j.jms
Class ConnectionMetaDataImpl  view ConnectionMetaDataImpl download ConnectionMetaDataImpl.java

java.lang.Object
  extended byorg.mom4j.jms.ConnectionMetaDataImpl
All Implemented Interfaces:
javax.jms.ConnectionMetaData

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


Field Summary
private  java.util.Vector jmxNames
           
 
Constructor Summary
ConnectionMetaDataImpl()
          Creates new ConnectionMetaDataImpl
 
Method Summary
 int getJMSMajorVersion()
           
 int getJMSMinorVersion()
           
 java.lang.String getJMSProviderName()
           
 java.lang.String getJMSVersion()
           
 java.util.Enumeration getJMSXPropertyNames()
           
 int getProviderMajorVersion()
           
 int getProviderMinorVersion()
           
 java.lang.String getProviderVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jmxNames

private java.util.Vector jmxNames
Constructor Detail

ConnectionMetaDataImpl

public ConnectionMetaDataImpl()
Creates new ConnectionMetaDataImpl

Method Detail

getJMSMajorVersion

public int getJMSMajorVersion()
                       throws javax.jms.JMSException
Specified by:
getJMSMajorVersion in interface javax.jms.ConnectionMetaData

getJMSMinorVersion

public int getJMSMinorVersion()
                       throws javax.jms.JMSException
Specified by:
getJMSMinorVersion in interface javax.jms.ConnectionMetaData

getJMSProviderName

public java.lang.String getJMSProviderName()
                                    throws javax.jms.JMSException
Specified by:
getJMSProviderName in interface javax.jms.ConnectionMetaData

getJMSVersion

public java.lang.String getJMSVersion()
                               throws javax.jms.JMSException
Specified by:
getJMSVersion in interface javax.jms.ConnectionMetaData

getJMSXPropertyNames

public java.util.Enumeration getJMSXPropertyNames()
                                           throws javax.jms.JMSException
Specified by:
getJMSXPropertyNames in interface javax.jms.ConnectionMetaData

getProviderMajorVersion

public int getProviderMajorVersion()
                            throws javax.jms.JMSException
Specified by:
getProviderMajorVersion in interface javax.jms.ConnectionMetaData

getProviderMinorVersion

public int getProviderMinorVersion()
                            throws javax.jms.JMSException
Specified by:
getProviderMinorVersion in interface javax.jms.ConnectionMetaData

getProviderVersion

public java.lang.String getProviderVersion()
                                    throws javax.jms.JMSException
Specified by:
getProviderVersion in interface javax.jms.ConnectionMetaData