public interface ManagedConnectionMetaData
The method ManagedConnection.getMetaData returns a ManagedConnectionMetaData instance.
ManagedConnection
Modifier and Type | Method and Description |
---|---|
String |
getEISProductName()
Returns Product name of the underlying EIS instance connected
through the ManagedConnection.
|
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.
|
String |
getUserName()
Returns name of the user associated with the ManagedConnection
instance.
|
String getEISProductName() throws ResourceException
ResourceException
String getEISProductVersion() throws ResourceException
ResourceException
int getMaxConnections() throws ResourceException
ResourceException
String getUserName() throws ResourceException
ResourceException
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.