public class ResourceAdapter extends Object
Constructor and Description |
---|
ResourceAdapter(javax.resource.spi.ResourceAdapter ra)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
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 List<ConfigProperty> getConfigProperties()
public StatisticsPlugin getStatistics()
null
if no statistics is availableCopyright © 2021 JBoss by Red Hat. All rights reserved.