|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CatalogInfo
An interface to get the information defined in catalog.
Nested Class Summary | |
---|---|
static interface |
CatalogInfo.DataSource
|
Method Summary | |
---|---|
CatalogInfo.DataSource |
getDataSource(java.lang.String dsName)
Returns CatalogInfo.DataSource interface with the specified data source name. |
CatalogInfo.DataSource |
getDataSourceByRCName(java.lang.String rcName)
|
java.lang.String[] |
getDataSourceNames()
Returns all data source names defined in the catalog. |
JNode |
getDataSourcesTree()
Returns the tree in JNode of total data sources defined in the catalog. |
JNode |
getDataSourcesTree(boolean includeAll)
|
Method Detail |
---|
java.lang.String[] getDataSourceNames()
CatalogInfo.DataSource getDataSource(java.lang.String dsName)
CatalogInfo.DataSource
interface with the specified data source name.
dsName
- the data source name.
CatalogInfo.DataSource
CatalogInfo.DataSource getDataSourceByRCName(java.lang.String rcName)
JNode getDataSourcesTree()
JNode
of total data sources defined in the catalog.
JNode
.JNode getDataSourcesTree(boolean includeAll)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |