jet.server.api
Interface CatConnectionInfo


public interface CatConnectionInfo

Interface CatConnectionInfo contains DB connection information, UDS, HDS of a catalog.


Method Summary
 java.lang.String getClassName()
          Return the class name of the UDS.
 java.lang.String getDesc()
          Return the description of the connection (JDBC Connection, UDS, HDS).
 java.lang.String getJdbcDriver()
          Return the jdbc driver of the DB connection.
 java.lang.String getName()
          Return the name of the connection (JDBC Connection, UDS, HDS).
 java.lang.String getPassword()
          Return the password of the DB connection.
 java.lang.String getRootName()
          Return the root name of the HDS.
 java.lang.String getType()
          Return the type of the connection (JDBC Connection, UDS, HDS).
 java.lang.String getURIValue()
          Return the URI value of the HDS.
 java.lang.String getURL()
          Return the URL of the DB connection.
 java.lang.String getUser()
          Return the user of the DB connection.
 java.lang.String getXSDValue()
          Return the XSD value of the HDS.
 

Method Detail

getType

java.lang.String getType()
Return the type of the connection (JDBC Connection, UDS, HDS).

Returns:
type of the connection.

getName

java.lang.String getName()
Return the name of the connection (JDBC Connection, UDS, HDS).

Returns:
name of the connection.

getDesc

java.lang.String getDesc()
Return the description of the connection (JDBC Connection, UDS, HDS).

Returns:
description of the connection.

getURL

java.lang.String getURL()
Return the URL of the DB connection.

Returns:
URL of the DB connection.

getJdbcDriver

java.lang.String getJdbcDriver()
Return the jdbc driver of the DB connection.

Returns:
jdbc driver of the DB connection.

getUser

java.lang.String getUser()
Return the user of the DB connection.

Returns:
user of the DB connection.

getPassword

java.lang.String getPassword()
Return the password of the DB connection.

Returns:
password of the DB connection.

getClassName

java.lang.String getClassName()
Return the class name of the UDS.

Returns:
class name of the UDS.

getURIValue

java.lang.String getURIValue()
Return the URI value of the HDS.

Returns:
URI value of the HDS.

getXSDValue

java.lang.String getXSDValue()
Return the XSD value of the HDS.

Returns:
XSD value of the HDS.

getRootName

java.lang.String getRootName()
Return the root name of the HDS.

Returns:
root name of the HDS.