SPT RWT Application API

Uses of Class
com.sptci.rwt.Connections

Packages that use Connections
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 Connections in com.sptci.rwt
 

Fields in com.sptci.rwt declared as Connections
(package private) static Connections ConnectionsTest.connections
           
 

Methods in com.sptci.rwt that return Connections
static Connections Connections.getInstance(String user)
          Create a new instance of the class for the specified user.
 

Methods in com.sptci.rwt with parameters of type Connections
protected  void ConnectionsTest.connect(String databaseType, String name, Connections connections)
          Open a connection and close it to test.
protected  void ConnectionsTest.connectFromParameters(Connections connections)
          Open a connection using ConnectionParameters and close it.
 

Uses of Connections in com.sptci.rwt.webui
 

Fields in com.sptci.rwt.webui declared as Connections
private  Connections MainController.connections
          The object that represents saved connections.
 

Methods in com.sptci.rwt.webui that return Connections
 Connections MainController.getConnections()
          Returns MainController.connections.
 


SPT RWT Application API