public class ManagedConnectionMetaDataImpl extends Object implements ManagedConnectionMetaData
ManagedConnectionMetaDataImpl
instance provides information
related to a managed connection.Modifier and Type | Field and Description |
---|---|
static Logger |
logger |
private String |
userName
Name of the user associated with the managed connection.
|
Constructor and Description |
---|
ManagedConnectionMetaDataImpl(String userName)
Constructs a
ManagedConnectionMetaDataImpl instance. |
Modifier and Type | Method and Description |
---|---|
String |
getEISProductName()
Returns JORAM's name.
|
String |
getEISProductVersion()
Returns the current JORAM release number.
|
int |
getMaxConnections()
Returns 0 as JORAM as no upper limit of active connections.
|
String |
getUserName()
Returns the name of the user associated with the managed connection.
|
public static Logger logger
private String userName
public ManagedConnectionMetaDataImpl(String userName)
ManagedConnectionMetaDataImpl
instance.public String getEISProductName() throws ResourceException
getEISProductName
in interface ManagedConnectionMetaData
ResourceException
public String getEISProductVersion() throws ResourceException
getEISProductVersion
in interface ManagedConnectionMetaData
ResourceException
public int getMaxConnections() throws ResourceException
getMaxConnections
in interface ManagedConnectionMetaData
ResourceException
public String getUserName() throws ResourceException
getUserName
in interface ManagedConnectionMetaData
ResourceException
Copyright © 2023 ScalAgent D.T.. All rights reserved.