public interface ManagedConnectionMetaData
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEISProductName()
Returns the product name of the instance.
|
java.lang.String |
getEISProductVersion()
Returns the product version of the instance.
|
int |
getMaxConnections()
Returns the maximum limit on connections.
|
java.lang.String |
getUserName()
Returns the user name of the connection.
|
java.lang.String getEISProductName()
throws ResourceException
ResourceExceptionjava.lang.String getEISProductVersion()
throws ResourceException
ResourceExceptionint getMaxConnections()
throws ResourceException
ResourceExceptionjava.lang.String getUserName()
throws ResourceException
ResourceException