public class ManagedConnectionMetaDataImpl extends Object implements javax.resource.spi.ManagedConnectionMetaData
ManagedConnectionMetaData implementation for Generic JDBC Connector.| Constructor and Description |
|---|
ManagedConnectionMetaDataImpl(ManagedConnectionImpl mc)
Constructor for
ManagedConnectionMetaDataImpl |
| 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.
|
public ManagedConnectionMetaDataImpl(ManagedConnectionImpl mc) throws javax.resource.ResourceException
ManagedConnectionMetaDataImplmc - ManagedConnectionjavax.resource.ResourceException - if getting the DatabaseMetaData object failspublic String getEISProductName() throws javax.resource.ResourceException
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaDataResourceExceptionjavax.resource.ResourceExceptionpublic String getEISProductVersion() throws javax.resource.ResourceException
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaDataResourceExceptionjavax.resource.ResourceExceptionpublic int getMaxConnections()
throws javax.resource.ResourceException
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaDataResourceExceptionjavax.resource.ResourceExceptionpublic String getUserName() throws javax.resource.ResourceException
getUserName in interface javax.resource.spi.ManagedConnectionMetaDataResourceExceptionjavax.resource.ResourceExceptionCopyright © 2019. All rights reserved.