org.openejb.resource.jdbc
Class JdbcManagedConnectionMetaData

java.lang.Object
  extended by org.openejb.resource.jdbc.JdbcManagedConnectionMetaData
All Implemented Interfaces:
javax.resource.spi.ManagedConnectionMetaData

public class JdbcManagedConnectionMetaData
extends java.lang.Object
implements javax.resource.spi.ManagedConnectionMetaData


Constructor Summary
JdbcManagedConnectionMetaData(java.sql.DatabaseMetaData sqlMetaData)
           
 
Method Summary
 java.lang.String getEISProductName()
           
 java.lang.String getEISProductVersion()
           
 int getMaxConnections()
           
 java.lang.String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcManagedConnectionMetaData

public JdbcManagedConnectionMetaData(java.sql.DatabaseMetaData sqlMetaData)
Method Detail

getEISProductName

public java.lang.String getEISProductName()
                                   throws javax.resource.spi.ResourceAdapterInternalException
Specified by:
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaData
Throws:
javax.resource.spi.ResourceAdapterInternalException

getEISProductVersion

public java.lang.String getEISProductVersion()
                                      throws javax.resource.spi.ResourceAdapterInternalException
Specified by:
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaData
Throws:
javax.resource.spi.ResourceAdapterInternalException

getMaxConnections

public int getMaxConnections()
                      throws javax.resource.spi.ResourceAdapterInternalException
Specified by:
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaData
Throws:
javax.resource.spi.ResourceAdapterInternalException

getUserName

public java.lang.String getUserName()
                             throws javax.resource.spi.ResourceAdapterInternalException
Specified by:
getUserName in interface javax.resource.spi.ManagedConnectionMetaData
Throws:
javax.resource.spi.ResourceAdapterInternalException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.