| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 that return ConnectionRow | |
static ConnectionRow | 
DataEngine.getDataEngineDefaultConnectionInfo()
Get a Row containing information for connecting to the DEFAULT connection which can be used to restart the default connection pool.  | 
| Methods in planetj.database with parameters of type ConnectionRow | |
static void | 
DataEngine.setDataEngineDefaultConnectionInfo(ConnectionRow connInfoRow)
Set a Row containing information for connecting to the DEFAULT connection which can later be used to restart the default connection pool.  | 
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(java.lang.String pMetaDataAlias,
                 java.lang.String pConnectionRowSystemAlias)
 | 
static ConnectionRow | 
ConnectionRow.getConnectionRow(java.lang.String metaDataAlias,
                 java.lang.String alias,
                 java.lang.String libraryName)
Get the connection row for the given alias.  | 
 ConnectionRow | 
ConnectionRow.setAlias(java.lang.String newValue)
Setter method for the Alias property  | 
 ConnectionRow | 
ConnectionRow.setCleanUpTimeout(int newValue)
Setter method for the CleanUpTimeout property  | 
 ConnectionRow | 
ConnectionRow.setDriver(java.lang.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(java.lang.String newValue)
Setter method for the Properties property  | 
 ConnectionRow | 
ConnectionRow.setUrl(java.lang.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.operation | 
| Methods in planetj.dataengine.operation that return ConnectionRow | |
 ConnectionRow | 
Operation.getConnectionRow()
Gets the ConnectionRow assoicated with this Operation  | 
 ConnectionRow | 
Operation.getConnectionRow(boolean checkApp)
Gets the ConnectionRow assoicated with this Operation  | 
| 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(java.lang.String connAlias,
             ConnectionRow connRow,
             HttpServletRequest request)
Tests if the user has authority to the requested connection  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||