jet.server.api
Interface CatalogInfo


public interface CatalogInfo

Interface CatalogInfo contains information of a catalog in the server.

Since:
version 8

Method Summary
 boolean canCreateReport()
          Test whether the resource path maps can create new report.
 java.lang.String[] getAllDataSource()
          Return all datasource of the catalog.
 java.util.Vector getCatConnectionInfos()
          Return DB connection info of the catalog.
 

Method Detail

getCatConnectionInfos

java.util.Vector getCatConnectionInfos()
                                       throws RptServerException
Return DB connection info of the catalog.

Returns:
DB connection info of the catalog. The Vector cantains CatConnectionInfo objects.
Throws:
RptServerException - if a RptServerException occurs.
See Also:
CatConnectionInfo

getAllDataSource

java.lang.String[] getAllDataSource()
                                    throws RptServerException
Return all datasource of the catalog.

Returns:
datasource info of the catalog. The String[] cantains catalog datasource name.
Throws:
RptServerException - if a RptServerException occurs.

canCreateReport

boolean canCreateReport()
                        throws RptServerException
Test whether the resource path maps can create new report.

Returns:
whether the resource path maps can create new report.
Throws:
RptServerException