SPT RWT Application API

Uses of Class
com.sptci.rwt.ConnectionParameters

Packages that use ConnectionParameters
com.sptci.rwt A database abstraction API for analysing and interacting with relational databases using JDBC. 
com.sptci.rwt.webui The primary package for the Echo2/EPNG based web UI built around the com.sptci.rwt database abstraction API. 
 

Uses of ConnectionParameters in com.sptci.rwt
 

Fields in com.sptci.rwt declared as ConnectionParameters
(package private) static ConnectionParameters CreateTestObjects.parameters
           
private  ConnectionParameters ConnectionManager.parameters
          The connection parameters to use to obtain connections.
 

Methods in com.sptci.rwt that return ConnectionParameters
 ConnectionParameters Connections.getConnectionParameters(String databaseType, String name)
          Return a value object that represents all the connection information for the specified database type and saved with the specified unique name.
protected  ConnectionParameters CreateTestObjects.getParameters()
          Fetch the connection parameters from the build properties file
 ConnectionParameters ConnectionManager.getParameters()
          Returns ConnectionManager.parameters.
 

Methods in com.sptci.rwt with parameters of type ConnectionParameters
 void Connections.add(String name, ConnectionParameters parameters)
          Add the specified connection parameters value object to the application persistent state.
static Connection ConnectionFactory.open(ConnectionParameters parameters)
          Fetch a connection to the database defined by the specified parameters object.
 void ConnectionManager.setParameters(ConnectionParameters parameters)
          Set ConnectionManager.parameters.
 

Constructors in com.sptci.rwt with parameters of type ConnectionParameters
ConnectionManager(ConnectionParameters parameters)
          Create a new instance of the class configured to use the specified ConnectionManager.parameters.
 

Uses of ConnectionParameters in com.sptci.rwt.webui
 

Methods in com.sptci.rwt.webui that return ConnectionParameters
 ConnectionParameters MainController.getParameters(ConnectionDialogue dialogue)
          Create a connection parameters bean using the values in the ConnectionDialogue.
 


SPT RWT Application API