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