public interface ManagedConnectionMetaData
The method ManagedConnection.getMetaData returns a ManagedConnectionMetaData instance.
ManagedConnection
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEISProductName()
Returns Product name of the underlying EIS instance connected
through the ManagedConnection.
|
java.lang.String |
getEISProductVersion()
Returns product version of the underlying EIS instance connected
through the ManagedConnection.
|
int |
getMaxConnections()
Returns maximum limit on number of active concurrent connections
that an EIS instance can support across client processes.
|
java.lang.String |
getUserName()
Returns name of the user associated with the ManagedConnection
instance.
|
java.lang.String getEISProductName() throws ResourceException
ResourceException
- if an error occursjava.lang.String getEISProductVersion() throws ResourceException
ResourceException
- if an error occursint getMaxConnections() throws ResourceException
ResourceException
- if an error occursjava.lang.String getUserName() throws ResourceException
ResourceException
- if an error occurs