org.objectweb.jonas.jdbc.MetaDataImpl Class Reference

List of all members.

Public Member Functions

String getEISProductName () throws ResourceException
String getEISProductVersion () throws ResourceException
int getMaxConnections () throws ResourceException
String getUserName () throws ResourceException

Detailed Description

Description of the MetaDataImpl. This is the DatabaseMetadata for the current JDBC connection.

Author:
Eric Hardesty 22 May 2003

Definition at line 40 of file MetaDataImpl.java.


Member Function Documentation

String org.objectweb.jonas.jdbc.MetaDataImpl.getEISProductName  )  throws ResourceException
 

Returns the JDBC Product name

Returns:
String Product name of the JDBC instance.

Definition at line 63 of file MetaDataImpl.java.

String org.objectweb.jonas.jdbc.MetaDataImpl.getEISProductVersion  )  throws ResourceException
 

Returns the JDBC Product version

Returns:
String Product version of the JDBC instance

Definition at line 77 of file MetaDataImpl.java.

int org.objectweb.jonas.jdbc.MetaDataImpl.getMaxConnections  )  throws ResourceException
 

Returns maximum limit on number of active concurrent connections that this JDBC instance can support across client processes.

Returns:
int of maximum limit for number of active concurrent connections. 0 is an unlimited number of connections

Definition at line 93 of file MetaDataImpl.java.

String org.objectweb.jonas.jdbc.MetaDataImpl.getUserName  )  throws ResourceException
 

Returns the name of the user associated with the JdbcRaManagedConnection instance. The name corresponds to the resource principal under whose security context, a connection to the DB has been established.

Returns:
String name of the user

Definition at line 110 of file MetaDataImpl.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:06:56 2005 for JOnAS by  doxygen 1.3.9.1