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 - if an error occursString getEISProductVersion() throws ResourceException
ResourceException - if an error occursint getMaxConnections()
               throws ResourceException
ResourceException - if an error occursString getUserName() throws ResourceException
ResourceException - if an error occursCopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.