public class ManagedConnectionFactory
extends java.lang.Object
| Constructor and Description |
|---|
ManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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
|
java.lang.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 java.util.List<ConfigProperty> getConfigProperties()
public StatisticsPlugin getStatistics()
null if no statistics is availablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)