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

Represents a datasource instance
| Constructor Summary | |
|---|---|
DataSource(boolean xa)
Constructor |
|
| Method Summary | |
|---|---|
String |
getJndiName()
Get the jndiName. |
Pool |
getPool()
Get the pool instance. |
PoolConfiguration |
getPoolConfiguration()
Get the pool configuration instance. |
StatisticsPlugin |
getStatistics()
Get the statistics instance. |
boolean |
isXA()
xa datasource |
void |
setJndiName(String v)
Set the jndiName. |
void |
setPool(Pool p)
Set the pool |
void |
setPoolConfiguration(PoolConfiguration pc)
Set the pool configuration |
void |
setStatistics(StatisticsPlugin v)
Set 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 DataSource(boolean xa)
xa - datasource is xa or not| Method Detail |
|---|
public boolean isXA()
public Pool getPool()
null if the pool was
undeployed and this object wasn't cleared up correctly.
public void setPool(Pool p)
p - The poolpublic PoolConfiguration getPoolConfiguration()
null if the pool configuration was
undeployed and this object wasn't cleared up correctly.
public void setPoolConfiguration(PoolConfiguration pc)
pc - The pool configurationpublic String getJndiName()
public void setJndiName(String v)
v - The valuepublic StatisticsPlugin getStatistics()
null if the statistics module was
undeployed and this object wasn't cleared up correctly.
public void setStatistics(StatisticsPlugin v)
v - The statistics modulepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||