Methods Summary |
---|
public java.lang.String | getEISProductName()Returns Product name of the underlying EIS instance connected
through the ManagedConnection.
|
public java.lang.String | getEISProductVersion()Returns product version of the underlying EIS instance connected
through the ManagedConnection.
|
public int | getMaxConnections()Returns maximum limit on number of active concurrent connections
that an EIS instance can support across client processes. If an EIS
instance does not know about (or does not have) any such limit, it
returns a 0.
|
public java.lang.String | getUserName()Returns name of the user associated with the ManagedConnection
instance. The name corresponds to the resource principal under whose
whose security context, a connection to the EIS instance has been
established.
|