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
ResourceException
java.lang.String getEISProductVersion() throws ResourceException
ResourceException
int getMaxConnections() throws ResourceException
ResourceException
java.lang.String getUserName() throws ResourceException
ResourceException