|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.api.management.ResourceAdapter
public class ResourceAdapter

Represents a resource adapter instance
| Constructor Summary | |
|---|---|
ResourceAdapter(javax.resource.spi.ResourceAdapter ra)
Constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceAdapter(javax.resource.spi.ResourceAdapter ra)
ra - The resource adapter instance| Method Detail |
|---|
public 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 availablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||