|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jonas.ee.jdbc.MetaDataImpl
public class MetaDataImpl
Description of the MetaDataImpl. This is the DatabaseMetadata for the current JDBC connection.
| Constructor Summary | |
|---|---|
MetaDataImpl(ManagedConnectionImpl _mcon)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEISProductName()
Returns the JDBC Product name |
java.lang.String |
getEISProductVersion()
Returns the JDBC Product version |
int |
getMaxConnections()
Returns maximum limit on number of active concurrent connections that this JDBC instance can support across client processes. |
java.lang.String |
getUserName()
Returns the name of the user associated with the JdbcRaManagedConnection instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaDataImpl(ManagedConnectionImpl _mcon)
throws javax.resource.ResourceException
javax.resource.ResourceException| Method Detail |
|---|
public java.lang.String getEISProductName()
throws javax.resource.ResourceException
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException
public java.lang.String getEISProductVersion()
throws javax.resource.ResourceException
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException
public int getMaxConnections()
throws javax.resource.ResourceException
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException
public java.lang.String getUserName()
throws javax.resource.ResourceException
getUserName in interface javax.resource.spi.ManagedConnectionMetaDatajavax.resource.ResourceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||