|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionRow | |
planetj.common | |
planetj.database | |
planetj.database.connection | |
planetj.dataengine.application | |
planetj.dataengine.sqloperation | |
planetj.fdmanager |
Uses of ConnectionRow in planetj.common |
Methods in planetj.common with parameters of type ConnectionRow | |
void |
AS400Manager.stopAS400ConnectionPool(ConnectionRow pConRow)
Stop an AS400 object connection pool. |
void |
AS400Manager.createAS400ConnectionPool(ConnectionRow pConRow)
Create a pool of AS400 objects. |
void |
AS400Manager.freeAS400Connection(com.ibm.as400.access.AS400 pAS400,
ConnectionRow pConRow)
|
com.ibm.as400.access.AS400 |
AS400Manager.getAS400Connection(ConnectionRow pConRow)
Get an AS400 object from a pool of AS400 objects. |
boolean |
AS400Manager.isAS400ConnectionPoolRunning(ConnectionRow pConRow)
Create a pool of AS400 objects. |
Uses of ConnectionRow in planetj.database |
Methods in planetj.database with parameters of type ConnectionRow | |
static void |
DatabaseManager.createConnectionPool(ConnectionRow pConnectionRow)
|
static void |
DatabaseManager.toggleStatus(ConnectionRow crow)
Starts up the specified connection pool if it is not already started. |
Uses of ConnectionRow in planetj.database.connection |
Subclasses of ConnectionRow in planetj.database.connection | |
class |
AS400ConnectionRow
Represents a ConnectionPool for AS400 objects. |
Methods in planetj.database.connection that return ConnectionRow | |
ConnectionRow |
ConnectionRow.createConnectionPool()
Create a connection pool based on the specific values of this Row. |
static ConnectionRow |
ConnectionRow.getConnectionRow(String pMetaDataAlias,
String pConnectionRowSystemAlias)
|
static ConnectionRow |
ConnectionRow.getConnectionRow(String pMetaDataAlias,
String pConnectionRowSystemAlias,
String pLibraryName)
|
ConnectionRow |
ConnectionRow.setAlias(String newValue)
Setter method for the Alias property |
ConnectionRow |
ConnectionRow.setCleanUpTimeout(int newValue)
Setter method for the CleanUpTimeout property |
ConnectionRow |
ConnectionRow.setDriver(String newValue)
Setter method for the Driver property |
ConnectionRow |
ConnectionRow.setMaxConnections(int newValue)
Setter method for the MaxConnections property |
ConnectionRow |
ConnectionRow.setMinConnections(int newValue)
Setter method for the MinConnections property |
ConnectionRow |
ConnectionRow.setOrphanTimeout(int newValue)
Setter method for the OrphanTimeout property |
ConnectionRow |
ConnectionRow.setOwnerId(int newValue)
Setter method for the OwnerId property |
ConnectionRow |
ConnectionRow.setProperties(String newValue)
Setter method for the Properties property |
ConnectionRow |
ConnectionRow.setUrl(String newValue)
Setter method for the Url property |
ConnectionRow |
AS400ConnectionRow.createConnectionPool()
Create a AS400ConnectionPool based on the specific values of this Row. |
Uses of ConnectionRow in planetj.dataengine.application |
Methods in planetj.dataengine.application that return ConnectionRow | |
ConnectionRow |
Application.getConnectionRow()
Gets the ConnectionRow assoicated with this Application |
Uses of ConnectionRow in planetj.dataengine.sqloperation |
Methods in planetj.dataengine.sqloperation that return ConnectionRow | |
ConnectionRow |
SQLOperation.getConnectionRow()
Gets the ConnectionRow assoicated with this Application |
Uses of ConnectionRow in planetj.fdmanager |
Methods in planetj.fdmanager with parameters of type ConnectionRow | |
static boolean |
FDManagerApplication.isAuthorized(String connAlias,
ConnectionRow connRow,
javax.servlet.http.HttpServletRequest request)
Tests if the user has authority to the requested connection |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |