Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
ConnectionPool.close() |
Closes the connection pool.
|
void |
AS400ConnectionPool.fill(String systemName,
String userID,
char[] password,
int service,
int numberOfConnections) |
Preconnects a specified number of connections to a specific system, userID,
password, and service.
|
void |
AS400ConnectionPool.fill(String systemName,
String userID,
char[] password,
int service,
int numberOfConnections,
Locale locale) |
Preconnects a specified number of connections to a specific system, userID,
password, service, and Locale.
|
void |
AS400ConnectionPool.fill(String systemName,
String userID,
ProfileTokenCredential profileToken,
int service,
int numberOfConnections) |
Preconnects a specified number of connections to a specific system, userID,
profileToken, and service.
|
void |
AS400ConnectionPool.fill(String systemName,
String userID,
ProfileTokenCredential profileToken,
int service,
int numberOfConnections,
Locale locale) |
Preconnects a specified number of connections to a specific system, userID,
profileToken, service, and Locale.
|
void |
AS400ConnectionPool.fill(String systemName,
String userID,
String password,
int service,
int numberOfConnections) |
Deprecated.
Use fill(String systemName, String userID, char[] password, int service, int numberOfConnections) instead.
|
void |
AS400ConnectionPool.fill(String systemName,
String userID,
String password,
int service,
int numberOfConnections,
Locale locale) |
Deprecated.
Use fill(String systemName, String userID, char[] password, int service, int numberOfConnections, Locale locale) instead.
|
void |
AS400JDBCConnectionPool.fill(int numberOfConnections) |
Fills the connection pool with the specified number of database connections.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID) |
Deprecated.
Use method with password instead.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
char[] password) |
Get an AS400 object from the connection pool.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
char[] password,
int service) |
Get a connected AS400 object from the connection pool.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
char[] password,
int service,
Locale locale) |
Get a connected AS400 object from the connection pool with the specified Locale.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
char[] password,
Locale locale) |
Get an AS400 object from the connection pool with the specified Locale.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
int service) |
Deprecated.
Use getConnection(String systemName, String userID, char[] password, int service) instead.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
ProfileTokenCredential profileToken) |
Get an AS400 object from the connection pool.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
ProfileTokenCredential profileToken,
int service) |
Get a connected AS400 object from the connection pool.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
ProfileTokenCredential profileToken,
int service,
Locale locale) |
Get a connected AS400 object from the connection pool with the specified Locale.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
ProfileTokenCredential profileToken,
Locale locale) |
Get an AS400 object from the connection pool with the specified Locale.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
String password) |
Deprecated.
Use getConnection(String systemName, String userID, char[] password) instead.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
String password,
int service) |
Deprecated.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
String password,
int service,
Locale locale) |
Deprecated.
Use getConnection(String systemName, String userID, char[] password, int service, Locale locale) instead.
|
AS400 |
AS400ConnectionPool.getConnection(String systemName,
String userID,
String password,
Locale locale) |
Deprecated.
Use getConnection(String systemName, String userID, char[] password, Locale locale) instead.
|
Connection |
AS400JDBCConnectionPool.getConnection() |
Returns a connection from the pool.
|
AS400 |
AS400ConnectionPool.getSecureConnection(String systemName,
String userID) |
Deprecated.
Use getSecureConnection(String systemName, String userID, char[] password) instead.
|
AS400 |
AS400ConnectionPool.getSecureConnection(String systemName,
String userID,
char[] password) |
Get an secure connected AS400 object from the connection pool.
|
AS400 |
AS400ConnectionPool.getSecureConnection(String systemName,
String userID,
char[] password,
int service) |
Get a secure connected AS400 object from the connection pool.
|
AS400 |
AS400ConnectionPool.getSecureConnection(String systemName,
String userID,
int service) |
Deprecated.
Use getConnection(String systemName, String userID, char[] password, int service) instead.
|
AS400 |
AS400ConnectionPool.getSecureConnection(String systemName,
String userID,
ProfileTokenCredential profileToken) |
Get an secure connected AS400 object from the connection pool.
|
AS400 |
AS400ConnectionPool.getSecureConnection(String systemName,
String userID,
ProfileTokenCredential profileToken,
int service) |
Get a secure connected AS400 object from the connection pool.
|
AS400 |
AS400ConnectionPool.getSecureConnection(String systemName,
String userID,
String password) |
Deprecated.
Use getSecureConnection(String systemName, String userID, char[] password) instead.
|
AS400 |
AS400ConnectionPool.getSecureConnection(String systemName,
String userID,
String password,
int service) |
Deprecated.
Use getSecureConnection(String systemName, String userID, char[] password, int service) instead.
|
Copyright © 2024. All rights reserved.