|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.core.AbstractDataSource
eu.reservoir.monitoring.appl.BasicDataSource
public class BasicDataSource
A BasicDataSource is a DataSource object that is used in application level code. It has the necessary functionality to act as a DataSource and have plugins for each of the data plane, control plane, and info plane.
The BasicDataSource is built from an AbstractDataSource and a DefaultDataSourceDelegate. It has no special functionality over and above that provided in the core implementation. Clearly, subclasses can extend the standard behaviour.
Constructor Summary | |
---|---|
|
BasicDataSource()
Construct a BasicDataSource with a system generated name. |
|
BasicDataSource(java.lang.String name)
Construct a BasicDataSource with a name. |
protected |
BasicDataSource(java.lang.String name,
DataSourceDelegate delegate)
Construct a BasicDataSource with a name and a DataSourceDelegate. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicDataSource()
public BasicDataSource(java.lang.String name)
protected BasicDataSource(java.lang.String name, DataSourceDelegate delegate)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |