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 Object
implements javax.resource.spi.ManagedConnectionMetaData


Constructor Summary
JdbcManagedConnectionMetaData(DatabaseMetaData sqlMetaData)
           
 
Method Summary
 String getEISProductName()
           
 String getEISProductVersion()
           
 int getMaxConnections()
           
 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(DatabaseMetaData sqlMetaData)
Method Detail

getEISProductName

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

getEISProductVersion

public 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 String getUserName()
                   throws javax.resource.spi.ResourceAdapterInternalException
Specified by:
getUserName in interface javax.resource.spi.ManagedConnectionMetaData
Throws:
javax.resource.spi.ResourceAdapterInternalException


Copyright © 1999-2012 OpenEJB. All Rights Reserved.