public class ManagedConnectionFactory extends Object
Constructor and Description |
---|
ManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List<ConfigProperty> |
getConfigProperties()
Get the list of config property's
|
javax.resource.spi.ManagedConnectionFactory |
getManagedConnectionFactory()
Get the managed connection factory instance.
|
StatisticsPlugin |
getStatistics()
Get the statistics
|
String |
toString()
String representation
|
public ManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf)
mcf
- The managed connection factory instancepublic javax.resource.spi.ManagedConnectionFactory getManagedConnectionFactory()
null
if the managed connection factory was
undeployed and this object wasn't cleared up correctly.public List<ConfigProperty> getConfigProperties()
public StatisticsPlugin getStatistics()
null
if no statistics is availableCopyright © 2021 JBoss by Red Hat. All rights reserved.