jet.webreport
Interface CatalogInfo


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.
 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.
 

Method Detail

getDataSourceNames

java.lang.String[] getDataSourceNames()
Returns all data source names defined in the catalog.

Returns:
all data source names.

getDataSource

CatalogInfo.DataSource getDataSource(java.lang.String dsName)
Returns CatalogInfo.DataSource interface with the specified data source name.

Parameters:
dsName - the data source name.
Returns:
CatalogInfo.DataSource

getDataSourcesTree

JNode getDataSourcesTree()
Returns the tree in JNode of total data sources defined in the catalog.

Returns:
the data source tree JNode.