public class ResourceAdapter
extends java.lang.Object
Constructor and Description |
---|
ResourceAdapter(javax.resource.spi.ResourceAdapter ra)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigProperty> |
getConfigProperties()
Get the list of config property's
|
javax.resource.spi.ResourceAdapter |
getResourceAdapter()
Get the resource adapter instance.
|
StatisticsPlugin |
getStatistics()
Get the statistics
|
java.lang.String |
toString()
String representation
|
public ResourceAdapter(javax.resource.spi.ResourceAdapter ra)
ra
- The resource adapter instancepublic javax.resource.spi.ResourceAdapter getResourceAdapter()
null
if the resource adapter 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.Object
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)