|
|||||||||
| 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 | |
|---|---|
String |
getEISProductName()
Returns the JDBC Product name |
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. |
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 ResourceException
ResourceException| Method Detail |
|---|
public String getEISProductName()
throws ResourceException
getEISProductName in interface ManagedConnectionMetaDataResourceException
public String getEISProductVersion()
throws ResourceException
getEISProductVersion in interface ManagedConnectionMetaDataResourceException
public int getMaxConnections()
throws ResourceException
getMaxConnections in interface ManagedConnectionMetaDataResourceException
public String getUserName()
throws ResourceException
getUserName in interface ManagedConnectionMetaDataResourceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||