Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.access.list |
Provides classes that efficiently access lists of resources on an IBM i
system.
|
com.ibm.as400.data |
Provides classes to simplify calling IBM i programs (RPG, COBOL, C, etc) from Java.
|
com.ibm.as400.resource |
Deprecated Provides classes that represent IBM i resources using a
generic list-based scheme.
|
com.ibm.as400.security.auth |
Provides user profile swapping using IBM i profile token and credential
classes.
|
com.ibm.as400.util |
Provides various utility applications and classes.
|
com.ibm.as400.util.commtrace |
Provides a utility application and classes to assist in the formatting and
display of IBM i communication traces.
|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SecureAS400 |
Represents a secure system sign-on.
|
Modifier and Type | Field | Description |
---|---|---|
protected AS400 |
AS400DateTimeConverter.as400_ |
Deprecated.
The system.
|
Modifier and Type | Method | Description |
---|---|---|
AS400 |
ValidationList.getAS400() |
Returns the IBM i system containing the validation list.
|
AS400 |
ValidationListAttribute.getAS400() |
Returns the system assigned to the attribute.
|
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.
|
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.
|
AS400 |
AS400CertificateUtil.getSystem() |
Returns the system object.
|
AS400 |
AS400File.getSystem() |
Returns the system object for this object.
|
AS400 |
AS400FileRecordDescription.getSystem() |
Returns the system object for this object.
|
AS400 |
AS400FTP.getSystem() |
Returns the name of the system.
|
abstract AS400 |
AS400JDBCConnection.getSystem() |
Returns the system object which is managing the connection to the system.
|
AS400 |
AS400JDBCConnectionHandle.getSystem() |
Returns the system object which is managing the connection to the system.
|
AS400 |
AS400JDBCConnectionImpl.getSystem() |
Returns the system object which is managing the connection to the system.
|
AS400 |
AS400JDBCConnectionRedirect.getSystem() |
|
AS400 |
BaseDataQueue.getSystem() |
Returns the system object representing the system on which the data queue exists.
|
AS400 |
ClusteredHashTable.getSystem() |
Returns the system object for the clustered hash table.
|
AS400 |
Command.getSystem() |
Returns the system object for this command.
|
AS400 |
CommandCall.getSystem() |
Returns the system on which the command is to be run.
|
AS400 |
CommandList.getSystem() |
Returns the system from which to retrieve the command list.
|
AS400 |
DataArea.getSystem() |
Returns the AS400 system object for the data area.
|
AS400 |
DirectoryEntry.getSystem() |
Returns the system.
|
AS400 |
DirectoryEntryList.getSystem() |
Returns the system.
|
AS400 |
EnvironmentVariable.getSystem() |
Returns the system on which the environment variable exists.
|
AS400 |
EnvironmentVariableList.getSystem() |
Returns the system on which the environment variable list exists.
|
AS400 |
HistoryLog.getSystem() |
Returns the system object representing the system on which the history log exists.
|
AS400 |
IFSFile.getSystem() |
Returns the system that this object references.
|
AS400 |
IFSFileInputStream.getSystem() |
Returns the AS400 system object for this file input stream.
|
AS400 |
IFSFileOutputStream.getSystem() |
Returns the AS400 system object for this stream.
|
AS400 |
IFSJavaFile.getSystem() |
Returns the system that this object references.
|
AS400 |
IFSRandomAccessFile.getSystem() |
Returns the AS400 system object for this stream.
|
AS400 |
ISeriesNetServer.getSystem() |
Returns the system.
|
AS400 |
ISeriesPrinter.getSystem() |
Returns the system object representing the system on which the printer exists.
|
AS400 |
JavaApplicationCall.getSystem() |
Returns the system which contains the Java program.
|
AS400 |
JavaProgram.getSystem() |
Returns the name of the system.
|
AS400 |
Job.getSystem() |
Returns the system.
|
AS400 |
JobCCSID.getSystem() |
Returns the system on which the Job CCSID is to be retrieved.
|
AS400 |
JobDescription.getSystem() |
Returns the system where the job description is located.
|
AS400 |
JobList.getSystem() |
Returns the system object representing the system on which the jobs exist.
|
AS400 |
JobLog.getSystem() |
Returns the system object representing the system on which the job log exists.
|
AS400 |
MessageFile.getSystem() |
Returns the system object representing the system on which the message file exists.
|
AS400 |
MessageQueue.getSystem() |
Returns the system object representing the system on which the message queue exists.
|
AS400 |
ObjectDescription.getSystem() |
Returns the system.
|
AS400 |
ObjectList.getSystem() |
Returns the system.
|
AS400 |
PanelGroup.getSystem() |
Returns the system object.
|
AS400 |
Permission.getSystem() |
Returns the system
|
AS400 |
PrintObject.getSystem() |
Returns the system on which this object exists.
|
AS400 |
PrintObjectList.getSystem() |
Returns the system name.
|
AS400 |
Product.getSystem() |
Returns the system.
|
AS400 |
ProductLicense.getSystem() |
Returns the system object for this license.
|
AS400 |
ProgramCall.getSystem() |
Returns the system on which the program is to be run.
|
AS400 |
PTFCoverLetter.getSystem() |
Returns the system.
|
AS400 |
PTFGroup.getSystem() |
Returns the system.
|
AS400 |
PTFGroupList.getSystem() |
Returns the system used to get a list of PTF groups.
|
AS400 |
SaveFile.getSystem() |
Returns the system where the save file is located.
|
AS400 |
Subsystem.getSystem() |
Returns the system where the subsystem resides.
|
AS400 |
SystemPool.getSystem() |
Returns the system.
|
AS400 |
SystemStatus.getSystem() |
Returns the system object representing the system from which the system status information will be retrieved.
|
AS400 |
SystemValue.getSystem() |
Returns the system object representing the system on which the system value exists.
|
AS400 |
SystemValueGroup.getSystem() |
Returns the system object representing the system on which the system value group exists.
|
AS400 |
SystemValueList.getSystem() |
Returns the system object representing the system on which the system value list exists.
|
AS400 |
User.getSystem() |
Returns the system object representing the system on which the user profile exists.
|
AS400 |
UserList.getSystem() |
Returns the system object representing the system on which the users exist.
|
AS400 |
UserObjectsOwnedList.getSystem() |
Returns the system from which to retrieve the list of objects that a user is authorized to and the list of objects the user owns.
|
AS400 |
UserSpace.getSystem() |
Returns the system object for this user space.
|
Modifier and Type | Method | Description |
---|---|---|
static String |
CharConverter.byteArrayToString(int ccsid,
AS400 system,
byte[] source) |
Converts the specified bytes into a String.
|
static String |
CharConverter.byteArrayToString(AS400 system,
byte[] source) |
Converts the specified bytes into a String.
|
static void |
AS400File.commit(AS400 system) |
Commits all transactions since the last commit boundary for the specified system.
|
Connection |
AS400JDBCDriver.connect(AS400 system) |
Connects to the database on the specified system.
|
Connection |
AS400JDBCDriver.connect(AS400 system,
boolean clone) |
Connects to the database on the specified system.
|
Connection |
AS400JDBCDriver.connect(AS400 system,
Properties info,
String schema) |
Connects to the database on the specified system.
|
Connection |
AS400JDBCDriver.connect(AS400 system,
Properties info,
String schema,
boolean clone) |
Connects to the database on the specified system.
|
static byte[] |
AS400DateTimeConverter.convert(AS400 system,
byte[] in,
String inFormat,
String outFormat) |
Deprecated.
Converts date and time values from the input format to the requested output format.
|
static void |
Subsystem.endAllSubsystems(AS400 system,
int timeLimit) |
Ends all active subsystems on the system, in a controlled manner.
|
static void |
Subsystem.endAllSubsystemsImmediately(AS400 system) |
Ends all active subsystems on the system, immediately.
|
static void |
AS400File.endCommitmentControl(AS400 system) |
Ends commitment control for the specified connection.
|
static byte[] |
AS400DateTimeConverter.getByteArray(AS400 as400,
Date date,
String format) |
Deprecated.
Returns the converted date and time in a byte array.
|
static String |
NLS.getCountryDescription(AS400 system,
String countryID) |
Retrieves the descriptive text for the specified country or region identifier.
|
static Date |
AS400DateTimeConverter.getDate(AS400 as400,
byte[] in,
String format) |
Deprecated.
Returns the Date object in the YYMD format.
|
static TimeZone |
AS400.getDefaultTimeZone(AS400 system) |
Returns the timezone of the IBM i, if available.
|
static long |
IFSFile.getFreeSpace(AS400 system) |
Returns the amount of unused storage space that is available to the user.
|
static String |
NLS.getLanguageDescription(AS400 system,
String languageID) |
Retrieves the descriptive text for the specified language identifier.
|
String |
ValidationListTranslatedData.getString(AS400 as400) |
Returns the result of converting the assigned IBM i bytes to a Java String
using the assigned CCSID.
|
static int |
AS400BidiTransform.getStringTypeX(int ccsid,
AS400 as400) |
|
static boolean |
QSYSPermission.hasObjectAuthorities(AS400 system,
String userProfileName,
String objectPath,
String[] authorityList) |
Determines if the user has the given authorities to the object on the system.
|
static boolean |
AS400File.isCommitmentControlStarted(AS400 system) |
Indicates if commitment control is started for the specified system.
|
static Subsystem[] |
Subsystem.listAllSubsystems(AS400 system) |
Lists all subsystems on the system.
|
void |
AS400ConnectionPool.removeFromPool(AS400 system) |
Remove the specified connection from the pool, and disconnect it.
|
void |
AS400ConnectionPool.returnConnectionToPool(AS400 system) |
Return the AS400 object to the connection pool.
|
static void |
AS400File.rollback(AS400 system) |
Rolls back any transactions since the last commit/rollback boundary for the specified system.
|
boolean |
ServiceProgramCall.run(AS400 system,
String serviceProgram,
String procedureName,
int returnValueFormat,
ProgramParameter[] parameterList) |
Calls the service program.
|
void |
ValidationList.setAS400(AS400 as400) |
Sets the IBM i system containing the validation list.
|
void |
ValidationListAttribute.setAS400(AS400 as400) |
Sets the system assigned to the attribute.
|
void |
ValidationListTranslatedData.setBytes(String s,
int ccsid,
AS400 as400) |
Sets the bytes comprising the translated data from the given string.
|
void |
AS400JDBCConnectionImpl.setProperties(JDDataSourceURL dataSourceUrl,
JDProperties properties,
AS400 as400) |
|
void |
AS400JDBCConnectionRedirect.setProperties(JDDataSourceURL dataSourceUrl,
JDProperties properties,
AS400 as400) |
|
void |
AS400CertificateUtil.setSystem(AS400 system) |
Sets the system on which the certificate repository exists.
|
void |
AS400File.setSystem(AS400 system) |
Sets the system to which to connect.
|
void |
AS400FileRecordDescription.setSystem(AS400 system) |
Sets the system to which to connect.
|
void |
AS400FTP.setSystem(AS400 system) |
Sets the name of the system.
|
void |
AS400JDBCConnectionImpl.setSystem(AS400 as400) |
|
void |
AS400JDBCConnectionRedirect.setSystem(AS400 as400) |
|
void |
BaseDataQueue.setSystem(AS400 system) |
Sets the system object representing the system on which the data queue exists.
|
void |
ClusteredHashTable.setSystem(AS400 system) |
Sets the node of the clustered hash table.
|
void |
Command.setSystem(AS400 system) |
Sets the system from which to retrieve the command list.
|
void |
CommandCall.setSystem(AS400 system) |
Sets the system to run the command.
|
void |
CommandList.setSystem(AS400 system) |
Sets the system from which to retrieve the command list.
|
void |
DataArea.setSystem(AS400 system) |
Sets the system on which the data area exists.
|
void |
DirectoryEntryList.setSystem(AS400 system) |
Sets the system.
|
void |
EnvironmentVariable.setSystem(AS400 system) |
Sets the system for the environment variable.
|
void |
EnvironmentVariableList.setSystem(AS400 system) |
Sets the system for the environment variable list.
|
void |
IFSFile.setSystem(AS400 system) |
Sets the system.
|
void |
IFSFileInputStream.setSystem(AS400 system) |
Sets the system.
|
void |
IFSFileOutputStream.setSystem(AS400 system) |
Sets the system.
|
boolean |
IFSJavaFile.setSystem(AS400 system) |
Sets the system.
|
void |
IFSRandomAccessFile.setSystem(AS400 system) |
Sets the system.
|
void |
JavaApplicationCall.setSystem(AS400 system) |
Sets the system.
|
void |
JavaProgram.setSystem(AS400 system) |
Sets the name of the system to search for a Java Program.
|
void |
Job.setSystem(AS400 system) |
Sets the system.
|
void |
JobCCSID.setSystem(AS400 system) |
Sets the system on which to retrieve the Job CCSID.
|
void |
JobDescription.setSystem(AS400 system) |
Sets the system.
|
void |
JobList.setSystem(AS400 system) |
Sets the system object representing the system on which the jobs exist.
|
void |
JobLog.setSystem(AS400 system) |
Sets the system.
|
void |
JobQueue.setSystem(AS400 system) |
Sets the system.
|
void |
MessageFile.setSystem(AS400 system) |
Sets the system object representing the system on which the message file exists.
|
void |
MessageQueue.setSystem(AS400 system) |
Sets the system.
|
void |
PanelGroup.setSystem(AS400 system) |
Sets the system from which to retrieve the panel group.
|
void |
Permission.setSystem(AS400 system) |
Deprecated.
This method is of little (or no) known usefulness.
|
void |
PrintObject.setSystem(AS400 system) |
Sets the system on which this object exists.
|
void |
PrintObjectList.setSystem(AS400 system) |
Sets the system name.
|
void |
ProductLicense.setSystem(AS400 system) |
Sets the system object for this license.
|
void |
ProductList.setSystem(AS400 system) |
Sets the system.
|
void |
ProgramCall.setSystem(AS400 system) |
Sets the system to run the program.
|
void |
PTFGroupList.setSystem(AS400 system) |
Sets the system.
|
void |
SystemPool.setSystem(AS400 system) |
Sets the system.
|
void |
SystemStatus.setSystem(AS400 system) |
Sets the system object representing the system from which the system status information will be retrieved.
|
void |
SystemValue.setSystem(AS400 system) |
Sets the system object representing the system on which the system value exists.
|
void |
SystemValueGroup.setSystem(AS400 system) |
Sets the system object representing the system on which the system value group exists.
|
void |
SystemValueList.setSystem(AS400 system) |
Sets the system object representing the system on which the system value list exists.
|
void |
User.setSystem(AS400 system) |
Sets the system object representing the system on which the user profile exists.
|
void |
UserList.setSystem(AS400 system) |
Sets the system object representing the system on which the users exist.
|
void |
UserObjectsOwnedList.setSystem(AS400 system) |
Sets the system from which to retrieve the list of objects that a user is authorized to and the list of objects the user owns.
|
void |
UserSpace.setSystem(AS400 system) |
Sets the system object for the user space.
|
static WriterJob |
WriterJob.start(AS400 system,
Printer printer,
PrintParameterList options,
OutputQueue outputQueue) |
Starts a writer on the system.
|
static void |
AS400File.startCommitmentControl(AS400 system,
int commitLockLevel) |
Starts commitment control for the specified system.
|
static byte[] |
CharConverter.stringToByteArray(int ccsid,
AS400 system,
String source) |
Converts the specified String into bytes.
|
static byte[] |
CharConverter.stringToByteArray(AS400 system,
String source) |
Converts the specified String into bytes.
|
static TimeZone |
DateTimeConverter.timeZoneForSystem(AS400 system) |
Returns a TimeZone object to represent the time zone for the specified system.
|
static void |
JobLog.writeMessage(AS400 system,
String messageID,
int messageType) |
Writes a program message to the job log for the job in which the program is running.
|
static void |
JobLog.writeMessage(AS400 system,
String messageID,
int messageType,
byte[] substitutionData) |
Writes a program message to the job log for the job in which the program is running.
|
static void |
JobLog.writeMessage(AS400 system,
String messageID,
int messageType,
String messageFile) |
Writes a program message to the job log for the job in which the program is running.
|
static void |
JobLog.writeMessage(AS400 system,
String messageID,
int messageType,
String messageFile,
byte[] substitutionData) |
Writes a program message to the job log for the job in which the program is running.
|
static void |
JobLog.writeMessage(AS400 system,
String messageID,
int messageType,
String messageFile,
byte[] substitutionData,
boolean onThread) |
Writes a program message to the job log for the job in which the program is running.
|
Constructor | Description |
---|---|
AFPResource(AS400 system,
String resourceName) |
Constructs an AFPResource object.
|
AFPResourceList(AS400 system) |
Constructs an AFPResourceList.
|
AS400(AS400 system) |
Constructs an AS400 object.
|
AS400CertificateUserProfileUtil(AS400 system,
String path) |
Constructs an AS400CertificateUserProfileUtil object.
|
AS400CertificateUtil(AS400 system,
String path) |
Constructs an AS400CertificateUtil object.
|
AS400CertificateVldlUtil(AS400 system,
String path) |
Constructs an AS400CertificateVldlUtil object.
|
AS400DateTimeConverter(AS400 system) |
Deprecated.
Constructs a AS400DateTimeConverter object.
|
AS400File(AS400 system,
String name) |
Constructs an AS400File object.
|
AS400FileRecordDescription(AS400 system,
String name) |
Constructs an AS400FileRecordDescription object.
|
AS400FTP(AS400 system) |
Constructs an AS400FTP object.
|
AS400JDBCConnectionPoolDataSource(AS400 as400) |
|
AS400JDBCDataSource(AS400 as400) |
Constructs an AS400JDBCDataSource object with the specified AS400 object
|
AS400Text(int length,
int ccsid,
AS400 system) |
Constructs an AS400Text object.
|
AS400Text(int length,
AS400 system) |
Constructs an AS400Text object.
|
AS400Varchar(int varlensize,
int length,
int ccsid,
AS400 system) |
Constructs an AS400Varchar object.
|
AS400Varchar(int varlensize,
int length,
AS400 system) |
Constructs an AS400Varchar object.
|
BaseDataQueue(AS400 system,
String path) |
Constructs a BaseDataQueue object.
|
CharacterDataArea(AS400 system,
String path) |
Constructs a CharacterDataArea object.
|
CharConverter(int ccsid,
AS400 system) |
Constructs a CharConverter object using the specified CCSID and system.
|
ClusteredHashTable(AS400 system,
String name) |
Constructs a ClusteredHashTable object that represents the IBM i clustered hash table server.
|
Command(AS400 system,
String path) |
Constructs a Command object.
|
CommandCall(AS400 system) |
Constructs a CommandCall object.
|
CommandCall(AS400 system,
String command) |
Constructs a CommandCall object.
|
CommandList(AS400 system,
String library,
String command) |
Constructs a CommandList object.
|
Converter(int ccsid,
AS400 system) |
|
DataArea(AS400 system,
String path) |
Constructs a DataArea object.
|
DataQueue(AS400 system,
String path) |
Constructs a DataQueue object.
|
DateTimeConverter(AS400 system) |
Constructs a DateTimeConverter object.
|
DecimalDataArea(AS400 system,
String path) |
Constructs a DecimalDataArea object.
|
DirectoryEntryList(AS400 system) |
Constructs a DirectoryEntryList.
|
EnvironmentVariable(AS400 system) |
Constructs an EnvironmentVariable object.
|
EnvironmentVariable(AS400 system,
char[] nameInCharArray) |
Constructs an EnvironmentVariable object.
|
EnvironmentVariable(AS400 system,
String name) |
Constructs an EnvironmentVariable object.
|
EnvironmentVariableList(AS400 system) |
Constructs a EnvironmentVariableList object.
|
FileAttributes(AS400 system,
String path) |
Constructs a FileAttributes object.
|
FileAttributes(AS400 system,
String path,
boolean followSymbolicLink) |
Constructs a FileAttributes object.
|
HistoryLog(AS400 system) |
Constructs a HistoryLog object for the specified system.
|
IFSFile(AS400 system,
IFSFile directory,
String name) |
Constructs an IFSFile object.
|
IFSFile(AS400 system,
IFSJavaFile directory,
String name) |
Constructs an IFSFile object.
|
IFSFile(AS400 system,
String path) |
Constructs an IFSFile object.
|
IFSFile(AS400 system,
String directory,
String name) |
Constructs an IFSFile object.
|
IFSFileInputStream(AS400 system,
IFSFile file,
int shareOption) |
Deprecated.
Use IFSFileInputStream(IFSFile, int) instead.
|
IFSFileInputStream(AS400 system,
IFSJavaFile file,
int shareOption) |
Deprecated.
Use IFSFileInputStream(IFSJavaFile, int) instead.
|
IFSFileInputStream(AS400 system,
String name) |
Constructs an IFSFileInputStream.
|
IFSFileInputStream(AS400 system,
String name,
int shareOption) |
Constructs an IFSFileInputStream.
|
IFSFileOutputStream(AS400 system,
IFSFile file,
int shareOption,
boolean append) |
Deprecated.
Use IFSFileOutputStream(IFSFile, int, boolean) instead.
|
IFSFileOutputStream(AS400 system,
IFSFile file,
int shareOption,
boolean append,
int ccsid) |
Deprecated.
Use IFSFileOutputStream(IFSFile, int, boolean, int) instead.
|
IFSFileOutputStream(AS400 system,
IFSJavaFile file,
int shareOption,
boolean append) |
Constructs an IFSFileOutputStream object.
|
IFSFileOutputStream(AS400 system,
IFSJavaFile file,
int shareOption,
boolean append,
int ccsid) |
Constructs an IFSFileOutputStream object.
|
IFSFileOutputStream(AS400 system,
String name) |
Constructs an IFSFileOutputStream object.
|
IFSFileOutputStream(AS400 system,
String name,
int ccsid) |
Constructs an IFSFileOutputStream object.
|
IFSFileOutputStream(AS400 system,
String name,
int shareOption,
boolean append) |
Constructs an IFSFileOutputStream object.
|
IFSFileOutputStream(AS400 system,
String name,
int shareOption,
boolean append,
int ccsid) |
Constructs an IFSFileOutputStream object.
|
IFSJavaFile(AS400 system,
IFSJavaFile directory,
String name) |
Creates a new IFSJavaFile instance for the specified system, from a parent abstract pathname and a child pathname string.
|
IFSJavaFile(AS400 system,
String path) |
Creates a new IFSJavaFile instance for the specified system, using a file pathname string.
|
IFSJavaFile(AS400 system,
String path,
String name) |
Creates a new IFSJavaFile instance for the specified system, from a parent pathname string and a child pathname string.
|
IFSRandomAccessFile(AS400 system,
IFSFile file,
String mode,
int shareOption,
int existenceOption) |
Deprecated.
Use IFSRandomAccessFile(IFSFile,String,int,int) instead.
|
IFSRandomAccessFile(AS400 system,
String name,
String mode) |
Constructs an IFSRandomAccessFile object.
|
IFSRandomAccessFile(AS400 system,
String name,
String mode,
int shareOption,
int existenceOption) |
Constructs an IFSRandomAccessFile object.
|
IFSSystemView(AS400 system) |
Constructs an IFSSystemView object.
|
IFSTextFileInputStream(AS400 system,
IFSFile file,
int shareOption) |
Constructs an IFSTextFileInputStream object.
|
IFSTextFileInputStream(AS400 system,
IFSJavaFile file,
int shareOption) |
Constructs an IFSTextFileInputStream object.
|
IFSTextFileInputStream(AS400 system,
String name) |
Constructs an IFSTextFileInputStream object.
|
IFSTextFileInputStream(AS400 system,
String name,
int shareOption) |
Constructs an IFSTextFileInputStream object.
|
IFSTextFileOutputStream(AS400 system,
IFSFile file,
int shareOption,
boolean append) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(AS400 system,
IFSFile file,
int shareOption,
boolean append,
int ccsid) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(AS400 system,
IFSJavaFile file,
int shareOption,
boolean append) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(AS400 system,
IFSJavaFile file,
int shareOption,
boolean append,
int ccsid) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(AS400 system,
String name) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(AS400 system,
String name,
int ccsid) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(AS400 system,
String name,
int shareOption,
boolean append) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(AS400 system,
String name,
int shareOption,
boolean append,
int ccsid) |
Constructs an IFSTextFileOutputStream object.
|
ISeriesNetServer(AS400 system) |
Constructs a NetServer object.
|
ISeriesPrinter(AS400 system,
String name) |
Constructs an ISeriesPrinter object with the specified name.
|
JavaApplicationCall(AS400 system) |
Constructs a JavaApplicationCall object.
|
JavaApplicationCall(AS400 system,
String application) |
Constructs a JavaApplicationCall object.
|
JavaApplicationCall(AS400 system,
String application,
String classPath) |
Constructs a JavaApplicationCall object.
|
JavaProgram(AS400 system,
String path) |
Creates a JavaProgram
|
Job(AS400 system) |
Constructs a Job object.
|
Job(AS400 system,
byte[] internalJobID) |
Constructs a Job object.
|
Job(AS400 system,
String internalJobID) |
Deprecated.
Use
Job(AS400,byte[]) instead. |
Job(AS400 system,
String jobName,
String userName,
String jobNumber) |
Constructs a Job object.
|
JobCCSID(AS400 system) |
Constructs a JobCCSID object.
|
JobDescription(AS400 system,
QSYSObjectPathName path) |
Constructs a JobDescription.
|
JobDescription(AS400 system,
String library,
String name) |
Constructs a JobDescription.
|
JobList(AS400 system) |
Constructs a JobList object.
|
JobLog(AS400 system) |
Constructs a JobLog object.
|
JobLog(AS400 system,
String name,
String user,
String number) |
Constructs a JobLog object.
|
JobQueue(AS400 system,
QSYSObjectPathName path) |
Constructs a JobQueue.
|
JobQueue(AS400 system,
String library,
String name) |
Constructs a JobQueue.
|
KeyedDataQueue(AS400 system,
String path) |
Constructs a KeyedDataQueue object.
|
KeyedFile(AS400 system,
String name) |
Constructs a KeyedFile object.
|
LineDataRecordWriter(OutputStream out,
int ccsid,
AS400 system) |
Constructs a LineDataRecordWriter.
|
LineDataRecordWriter(OutputStream out,
AS400 system) |
Constructs a LineDataRecordWriter.
|
LocalDataArea(AS400 system) |
Constructs a LocalDataArea object.
|
LogicalDataArea(AS400 system,
String path) |
Constructs a LogicalDataArea object.
|
MemberDescription(AS400 system,
QSYSObjectPathName path) |
Constructs a MemberDescription object.
|
MemberDescription(AS400 system,
String path) |
Constructs an MemberDescription.
|
MemberDescription(AS400 system,
String libraryName,
String objectName,
String memberName) |
Constructs a MemberDescription object.
|
MemberList(AS400 system,
QSYSObjectPathName path) |
Constructs a MemberList object.
|
MemberList(AS400 system,
String libraryName,
String objectName) |
Constructs a MemberList object.
|
MessageFile(AS400 system) |
Constructs a MessageFile object.
|
MessageFile(AS400 system,
String path) |
Constructs a MessageFile object.
|
MessageQueue(AS400 system) |
Constructs a MessageQueue object.
|
MessageQueue(AS400 system,
String path) |
Constructs a MessageQueue object.
|
NetServer(AS400 system) |
Deprecated.
Constructs a NetServer object.
|
NetServerFileShare(AS400 system,
String name) |
Deprecated.
Constructs a NetServerFileShare object.
|
NetServerPrintShare(AS400 system,
String name) |
Deprecated.
Constructs a NetServerPrintShare object.
|
ObjectDescription(AS400 system,
QSYSObjectPathName path) |
Constructs an ObjectDescription given the specified path to the object.
|
ObjectDescription(AS400 system,
String path) |
Constructs an ObjectDescription given the specified path to the object.
|
ObjectDescription(AS400 system,
String objectLibrary,
String objectName,
String objectType) |
Constructs an ObjectDescription given the object's library, name, and type.
|
ObjectDescription(AS400 system,
String objectLibrary,
String objectName,
String objectType,
String aspDeviceName) |
Constructs an ObjectDescription given the object's library, name, and type.
|
ObjectList(AS400 system) |
Constructs an ObjectList object.
|
ObjectList(AS400 system,
String objectLibrary,
String objectName,
String objectType) |
Constructs an ObjectList with the specified selection criteria.
|
ObjectList(AS400 system,
String objectLibrary,
String objectName,
String objectType,
String aspDeviceName) |
Constructs an ObjectList with the specified selection criteria.
|
ObjectReferences(AS400 system,
String path) |
Constructs an ObjectReferences object.
|
OutputQueue(AS400 system,
String queueName) |
Constructs an OutputQueue object.
|
OutputQueueList(AS400 system) |
Constructs an OutputQueueList object.
|
PanelGroup(AS400 system,
String path) |
Constructs a PanelGroup object.
|
Permission(AS400 as400,
String fileName) |
Constructs a Permission object.
|
Permission(AS400 as400,
String fileName,
boolean pathMayStartWithIASP) |
Constructs a Permission object.
|
Permission(AS400 as400,
String fileName,
boolean pathMayStartWithIASP,
boolean followLinks) |
Constructs a Permission object.
|
Printer(AS400 system,
String printerName) |
Constructs a Printer object.
|
PrinterFile(AS400 system,
String printerFileName) |
Constructs a PrinterFile object.
|
PrinterFileList(AS400 system) |
Constructs a PrinterFileList object.
|
PrinterList(AS400 system) |
Constructs a PrinterList object.
|
Product(AS400 system,
String productID) |
Constructs a Product object.
|
Product(AS400 system,
String productID,
String productOption) |
Constructs a Product object.
|
Product(AS400 system,
String productID,
String productOption,
String releaseLevel,
String featureID) |
Constructs a Product object.
|
Product(AS400 system,
String productID,
String productOption,
String releaseLevel,
String loadType,
String languageID) |
Constructs a Product object.
|
ProductLicense(AS400 system,
String productID,
String featureID,
String release) |
Constructs a ProductLicense object for a system, product, feature,
and release.
|
ProductList(AS400 system) |
Constructs a ProductList for the specified system.
|
ProgramCall(AS400 system) |
Constructs a ProgramCall object.
|
ProgramCall(AS400 system,
String program,
ProgramParameter[] parameterList) |
Constructs a program call object.
|
PTF(AS400 system,
String ptfID) |
Constructs a PTF object.
|
PTF(AS400 system,
String ptfID,
String productID,
String releaseLevel) |
Constructs a PTF object.
|
PTFGroupList(AS400 system) |
Constructs a PTFGroupList object.
|
SaveFile(AS400 system,
String library,
String name) |
Constructs a SaveFile object.
|
SCS3812Writer(OutputStream out,
int ccsid,
AS400 system) |
Constructs a SCS3812Writer.
|
SCS5219Writer(OutputStream out,
int ccsid,
AS400 system) |
Constructs a SCS5219Writer.
|
SCS5224Writer(OutputStream out,
int ccsid,
AS400 system) |
Constructs a SCS5224Writer.
|
SCS5256Writer(OutputStream out,
int ccsid,
AS400 system) |
Constructs a SCS5256Writer.
|
SCS5553Writer(OutputStream out,
int ccsid,
AS400 system) |
Constructs a SCS5553Writer.
|
SecureAS400(AS400 system) |
Constructs a SecureAS400 object.
|
SequentialFile(AS400 system,
String name) |
Constructs a SequentialFile object.
|
ServiceProgramCall(AS400 system) |
Constructs a ServiceProgramCall object.
|
ServiceProgramCall(AS400 system,
String serviceProgram,
ProgramParameter[] parameterList) |
Constructs a ServiceProgramCall object.
|
ServiceProgramCall(AS400 system,
String serviceProgram,
String procedureName,
int returnValueFormat,
ProgramParameter[] parameterList) |
Constructs a ServiceProgramCall object.
|
ServiceProgramCall(AS400 system,
String serviceProgram,
String procedureName,
ProgramParameter[] parameterList) |
Constructs a ServiceProgramCall object.
|
SpooledFile(AS400 system,
String name,
int number,
String jobName,
String jobUser,
String jobNumber) |
Constructs a SpooledFile object.
|
SpooledFile(AS400 system,
String name,
int number,
String jobName,
String jobUser,
String jobNumber,
String jobSysName,
String createDate,
String createTime) |
Constructs a SpooledFile object.
|
SpooledFileList(AS400 system) |
Constructs a SpooledFileList object.
|
SpooledFileOutputStream(AS400 system,
PrintParameterList options,
PrinterFile printerFile,
OutputQueue outputQueue) |
Constructs a SpooledFileOutputStream object.
|
Subsystem(AS400 system,
String path) |
Constructs a Subsystem object.
|
Subsystem(AS400 system,
String library,
String name) |
Constructs a Subsystem object.
|
SubsystemEntryList(AS400 system,
QSYSObjectPathName path) |
Constructs a SubsystemEntryList.
|
SubsystemEntryList(AS400 system,
String library,
String name) |
Constructs a SubsystemEntryList object.
|
SystemPool(AS400 system,
int poolIdentifier) |
Constructs a SystemPool object, to represent a pool identified
by its unique system pool identifier.
|
SystemPool(AS400 system,
String poolName) |
Constructs a SystemPool object, to represent a shared system pool.
|
SystemPool(AS400 system,
String poolName,
int poolIdentifier) |
Deprecated.
Use
SystemPool(system, poolIdentifier) instead. |
SystemStatus(AS400 system) |
Constructs a SystemStatus object.
|
SystemValue(AS400 system,
String name) |
Constructs a SystemValue object.
|
SystemValueGroup(AS400 system,
String groupName,
String groupDescription) |
Constructs a SystemValueGroup object.
|
SystemValueGroup(AS400 system,
String groupName,
String groupDescription,
int group) |
Constructs a SystemValueGroup object.
|
SystemValueGroup(AS400 system,
String groupName,
String groupDescription,
String[] names) |
Constructs a SystemValueGroup object.
|
SystemValueList(AS400 system) |
Constructs a SystemValueList object.
|
UDFS(AS400 system,
String path) |
Constructs a UDFS object.
|
User(AS400 system,
String name) |
Constructs a User object.
|
UserGroup(AS400 system,
String name) |
Constructs a UserGroup object.
|
UserIndex(AS400 system,
String path) |
Constructs a UserIndex object.
|
UserList(AS400 system) |
Constructs a UserList object.
|
UserList(AS400 system,
String userInfo,
String groupInfo) |
Constructs a UserList object.
|
UserList(AS400 system,
String userInfo,
String groupInfo,
String userProfile) |
Constructs a UserList object.
|
UserObjectsOwnedList(AS400 system,
String userName) |
Constructs a UserObjectsOwnedList object.
|
UserObjectsOwnedList(AS400 system,
String userName,
int selectionFileSystem,
int selectionObjectRelation) |
Constructs a UserObjectsOwnedList object.
|
UserSpace(AS400 system,
String path) |
Constructs a UserSpace object.
|
ValidationList(AS400 as400) |
Constructs a validation list for the given system.
|
ValidationList(AS400 as400,
QSYSObjectPathName path) |
Constructs a validation list for the given system and path.
|
ValidationList(AS400 as400,
String obj,
String lib) |
Constructs a validation list for the given system
and object/library names.
|
ValidationListAttribute(AS400 as400) |
Constructs a validation list attribute.
|
ValidationListDataToEncrypt(String s,
int ccsid,
AS400 as400) |
Constructs a ValidationListDataToEncrypt from the given string.
|
ValidationListTranslatedData(String s,
int ccsid,
AS400 as400) |
Constructs a ValidationListTranslatedData from the given string.
|
WriterJobList(AS400 system) |
Constructs a WriterJobList object.
|
Modifier and Type | Field | Description |
---|---|---|
protected AS400 |
OpenList.system_ |
The system object specified on this OpenList's constructor.
|
Modifier and Type | Method | Description |
---|---|---|
AS400 |
OpenList.getSystem() |
Returns the system object used by this OpenList.
|
Constructor | Description |
---|---|
AspOpenList(AS400 system) |
Constructs a AspOpenList object with the given system.
|
AspOpenList(AS400 system,
String format) |
Constructs a AspOpenList object with the given system.
|
AspOpenList(AS400 system,
String format,
int aspNumber) |
Constructs a AspOpenList object with the given system, format, ASP number.
|
AspOpenList(AS400 system,
String format,
String filterDataType) |
Constructs a AspOpenList object with the given system, format, filter data type.
|
AspOpenList(AS400 system,
String format,
String filterDataType,
String name) |
Constructs a AspOpenList object with the given system, format, filterDataType and ASP name.
|
OpenList(AS400 system) |
Called by subclasses to construct an OpenList object.
|
SpooledFileOpenList(AS400 system) |
Constructs a SpooledFileOpenList object with the given system.
|
SpooledFileOpenList(AS400 system,
String format) |
Constructs a SpooledFileOpenList object with the given system and format.
|
Modifier and Type | Method | Description |
---|---|---|
AS400 |
ProgramCallDocument.getSystem() |
Gets the system on which programs are to be called.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ProgramCallDocument.setSystem(AS400 system) |
Sets the system on which to call programs.
|
Constructor | Description |
---|---|
ProgramCallDocument(AS400 sys,
String docName) |
Constructs a ProgramCallDocument object.
|
ProgramCallDocument(AS400 sys,
String docName,
InputStream xsdStream) |
Constructs a ProgramCallDocument object.
|
ProgramCallDocument(AS400 sys,
String docName,
InputStream docStream,
ClassLoader loader,
InputStream xsdStream,
int type) |
Constructs a ProgramCallDocument object.
|
ProgramCallDocument(AS400 sys,
String docName,
ClassLoader loader) |
Constructs a ProgramCallDocument object.
|
ProgramCallDocument(AS400 sys,
String docName,
ClassLoader loader,
InputStream xsdStream) |
Constructs a ProgramCallDocument object.
|
Modifier and Type | Method | Description |
---|---|---|
AS400 |
Resource.getSystem() |
Deprecated.
Returns the system.
|
AS400 |
ResourceList.getSystem() |
Deprecated.
Returns the system.
|
Modifier and Type | Method | Description |
---|---|---|
Object[] |
ProgramMap.getValues(Object[] ids,
AS400 system,
ProgramCallDocument document,
String programName,
int[] indices) |
Deprecated.
Get a set of values from the PCML document and map them to
the appropriate logical values.
|
Object |
AbstractValueMap.ltop(Object logicalValue,
AS400 system) |
Deprecated.
Maps from a logical value to a physical value.
|
Object |
IntegerValueMap.ltop(Object logicalValue,
AS400 system) |
Deprecated.
Maps from a logical value to a physical value.
|
Object |
ValueMap.ltop(Object logicalValue,
AS400 system) |
Deprecated.
Maps from a logical value to a physical value.
|
Object |
AbstractValueMap.ptol(Object physicalValue,
AS400 system) |
Deprecated.
Maps from a physical value to a logical value.
|
Object |
IntegerValueMap.ptol(Object physicalValue,
AS400 system) |
Deprecated.
Maps from a physical value to a logical value.
|
Object |
ValueMap.ptol(Object physicalValue,
AS400 system) |
Deprecated.
Maps from a physical value to a logical value.
|
void |
Resource.setSystem(AS400 system) |
Deprecated.
Sets the system.
|
void |
ResourceList.setSystem(AS400 system) |
Deprecated.
Sets the system.
|
void |
RIFSFile.setSystem(AS400 system) |
Deprecated.
Sets the system.
|
static void |
RJobLog.writeMessage(AS400 system,
String messageID,
int messageType) |
Deprecated.
Writes a program message to the job log for the job in which the program is running.
|
static void |
RJobLog.writeMessage(AS400 system,
String messageID,
int messageType,
byte[] substitutionData) |
Deprecated.
Writes a program message to the job log for the job in which the program is running.
|
static void |
RJobLog.writeMessage(AS400 system,
String messageID,
int messageType,
String messageFile) |
Deprecated.
Writes a program message to the job log for the job in which the program is running.
|
static void |
RJobLog.writeMessage(AS400 system,
String messageID,
int messageType,
String messageFile,
byte[] substitutionData) |
Deprecated.
Writes a program message to the job log for the job in which the program is running.
|
Constructor | Description |
---|---|
ProgramAttributeGetter(AS400 system,
ProgramCallDocument document,
ProgramMap attributeMap) |
Deprecated.
Constructs a ProgramAttributeGetter object.
|
ProgramAttributeSetter(AS400 system,
ProgramCallDocument document,
ProgramMap attributeMap) |
Deprecated.
Constructs a ProgramAttributeSetter object.
|
RIFSFile(AS400 system,
String path) |
Deprecated.
Constructs an RIFSFile object.
|
RIFSFileList(AS400 system,
String path) |
Deprecated.
Constructs an RIFSFileList object.
|
RJavaProgram(AS400 system,
String path) |
Deprecated.
Constructs an RJavaProgram object.
|
RJob(AS400 system) |
Deprecated.
Constructs an RJob object.
|
RJob(AS400 system,
byte[] internalJobID) |
Deprecated.
Constructs an RJob object.
|
RJob(AS400 system,
String name,
String user,
String number) |
Deprecated.
Constructs an RJob object.
|
RJobList(AS400 system) |
Deprecated.
Constructs an RJobList object.
|
RJobLog(AS400 system) |
Deprecated.
Constructs an RJobLog object.
|
RJobLog(AS400 system,
byte[] internalJobID) |
Deprecated.
Constructs an RJobLog object.
|
RJobLog(AS400 system,
String name,
String user,
String number) |
Deprecated.
Constructs an RJobLog object.
|
RMessageQueue(AS400 system) |
Deprecated.
Constructs an RMessageQueue object.
|
RMessageQueue(AS400 system,
String path) |
Deprecated.
Constructs an RMessageQueue object.
|
RPrinter(AS400 system,
String name) |
Deprecated.
Constructs an RPrinter object.
|
RPrinterList(AS400 system) |
Deprecated.
Constructs an RPrinterList object.
|
RSoftwareResource(AS400 system,
String productID) |
Deprecated.
Constructs an RSoftwareResource object.
|
RSoftwareResource(AS400 system,
String productID,
String releaseLevel,
String productOption) |
Deprecated.
Constructs an RSoftwareResource object.
|
RSoftwareResource(AS400 system,
String productID,
String releaseLevel,
String productOption,
String loadID) |
Deprecated.
Constructs an RSoftwareResource object.
|
RUser(AS400 system,
String name) |
Deprecated.
Constructs an RUser object.
|
RUserList(AS400 system) |
Deprecated.
Constructs an RUserList object.
|
Modifier and Type | Method | Description |
---|---|---|
AS400 |
AS400Credential.getSystem() |
Returns the AS400 system object for the credential.
|
AS400 |
AS400Principal.getSystem() |
Returns the AS400 system object for the principal.
|
AS400 |
DefaultProfileTokenProvider.getSystem() |
Retrieves the system that is used during the creation of the profile token credential.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AS400Credential.setSystem(AS400 system) |
Sets the AS400 system object for the credential.
|
void |
AS400Principal.setSystem(AS400 system) |
Sets the AS400 system object for the principal.
|
void |
DefaultProfileTokenProvider.setSystem(AS400 system) |
Sets the system that is used during the creation of the profile token credential.
|
static void |
Swapper.swap(AS400 system,
ProfileTokenCredential newCredential) |
Swaps the profile on the specified system.
|
static void |
Swapper.swapToToken(AS400 system,
byte[] token) |
Swaps the profile, using the specified profile token.
|
Constructor | Description |
---|---|
AS400Principal(AS400 system) |
Constructs an AS400Principal object.
|
DefaultProfileTokenProvider(AS400 system) |
Constructs a new DefaultProfileTokenProvider.
|
ProfileTokenCredential(AS400 system,
byte[] token,
int tokenType,
int timeoutInterval) |
Constructs and initializes a ProfileTokenCredential object.
|
UserProfilePrincipal(AS400 system,
String name) |
Constructs a UserProfilePrincipal object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AS400ClassPathOptimizer.setAS400(AS400 as400) |
Constructor | Description |
---|---|
AS400ClassPathOptimizer(AS400 as400) |
|
AS400ClassPathOptimizer(AS400 as400,
String classpath) |
Modifier and Type | Method | Description |
---|---|---|
void |
Format.setSystem(AS400 system) |
Sets the system to use for all IBM i connections.
|
Constructor | Description |
---|---|
Format(AS400 sys) |
Creates a new Format.
Initializes the MRI. Takes an AS400 object as an argument which will be used for all IBM i operations. |
Modifier and Type | Method | Description |
---|---|---|
AS400 |
CommandCallButton.getSystem() |
Deprecated.
Returns the system on which commands are run.
|
AS400 |
CommandCallMenuItem.getSystem() |
Deprecated.
Returns the system on which commands are run.
|
AS400 |
DataQueueDocument.getSystem() |
Deprecated.
Returns the system on which the data queue resides.
|
AS400 |
IFSFileDialog.getSystem() |
Deprecated.
Returns the system for this dialog.
|
AS400 |
IFSTextFileDocument.getSystem() |
Deprecated.
Returns the system on which the file resides.
|
AS400 |
KeyedDataQueueDocument.getSystem() |
Deprecated.
Returns the system on which the data queue resides.
|
AS400 |
ProgramCallButton.getSystem() |
Deprecated.
Returns the system on which programs are run.
|
AS400 |
ProgramCallMenuItem.getSystem() |
Deprecated.
Returns the system on which programs are run.
|
AS400 |
RecordListFormPane.getSystem() |
Deprecated.
Returns the system where the file is located.
|
AS400 |
RecordListTableModel.getSystem() |
Deprecated.
Returns the system where the file is located.
|
AS400 |
RecordListTablePane.getSystem() |
Deprecated.
Returns the system where the file is located.
|
AS400 |
VIFSDirectory.getSystem() |
Deprecated.
Returns the system on which the file resides.
|
AS400 |
VIFSFile.getSystem() |
Deprecated.
Returns the system on which the file resides.
|
AS400 |
VJob.getSystem() |
Deprecated.
Returns the system on which the job resides.
|
AS400 |
VJobList.getSystem() |
Deprecated.
Returns the system on which the list resides.
|
AS400 |
VMessageQueue.getSystem() |
Deprecated.
Returns the system on which the message queue exists.
|
AS400 |
VPrinterOutput.getSystem() |
Deprecated.
Returns the system on which the output resides.
|
AS400 |
VPrinters.getSystem() |
Deprecated.
Returns the system from which the list will be retrieved.
|
AS400 |
VSystemPool.getSystem() |
Deprecated.
Returns the system in which the system pool information resides.
|
AS400 |
VSystemStatus.getSystem() |
Deprecated.
Returns the system in which the system status information resides.
|
AS400 |
VSystemValueList.getSystem() |
Deprecated.
Returns the system in which the system
values resides.
|
AS400 |
VUser.getSystem() |
Deprecated.
Returns the system on which the user resides.
|
AS400 |
VUserAndGroup.getSystem() |
Deprecated.
Returns the system in which the user information resides.
|
AS400 |
VUserList.getSystem() |
Deprecated.
Returns the system from which the user will be retrieved.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CommandCallButton.setSystem(AS400 system) |
Deprecated.
Sets the system on which commands are run.
|
void |
CommandCallMenuItem.setSystem(AS400 system) |
Deprecated.
Sets the system on which commands are run.
|
void |
DataQueueDocument.setSystem(AS400 system) |
Deprecated.
Sets the system on which the data queue resides.
|
void |
IFSTextFileDocument.setSystem(AS400 system) |
Deprecated.
Sets the system on which the file resides.
|
void |
KeyedDataQueueDocument.setSystem(AS400 system) |
Deprecated.
Sets the system on which the data queue resides.
|
void |
ProgramCallButton.setSystem(AS400 system) |
Deprecated.
Sets the system on which programs are run.
|
void |
ProgramCallMenuItem.setSystem(AS400 system) |
Deprecated.
Sets the system on which programs are run.
|
void |
RecordListFormPane.setSystem(AS400 system) |
Deprecated.
Sets the system where the file is located.
|
void |
RecordListTableModel.setSystem(AS400 system) |
Deprecated.
Sets the system where the file is located.
|
void |
RecordListTablePane.setSystem(AS400 system) |
Deprecated.
Sets the system where the file is located.
|
void |
VIFSDirectory.setSystem(AS400 system) |
Deprecated.
Sets the system on which the file resides.
|
void |
VIFSFile.setSystem(AS400 system) |
Deprecated.
Sets the system on which the file resides.
|
void |
VJob.setSystem(AS400 system) |
Deprecated.
Sets the system on which the job resides.
|
void |
VJobList.setSystem(AS400 system) |
Deprecated.
Sets the system on which the list resides.
|
void |
VMessageQueue.setSystem(AS400 system) |
Deprecated.
Sets the system on which the message queue resides.
|
void |
VPrinterOutput.setSystem(AS400 system) |
Deprecated.
Sets the system on which the output resides.
|
void |
VPrinters.setSystem(AS400 system) |
Deprecated.
Sets the system from which the list will be retrieved.
|
void |
VSystemStatus.setSystem(AS400 system) |
Deprecated.
Sets the system in which the system status information resides.
|
void |
VSystemValueList.setSystem(AS400 system) |
Deprecated.
Sets the system from which the system values will be retrieved.
|
void |
VUserList.setSystem(AS400 system) |
Deprecated.
Sets the system in which the user information resides.
|
Constructor | Description |
---|---|
CommandCallButton(String text,
Icon icon,
AS400 system) |
Deprecated.
Constructs a CommandCallButton object.
|
CommandCallButton(String text,
Icon icon,
AS400 system,
String command) |
Deprecated.
Constructs a CommandCallButton object.
|
CommandCallMenuItem(String text,
Icon icon,
AS400 system) |
Deprecated.
Constructs a CommandCallMenuItem object.
|
CommandCallMenuItem(String text,
Icon icon,
AS400 system,
String command) |
Deprecated.
Constructs a CommandCallMenuItem object.
|
DataQueueDocument(AS400 system,
String path) |
Deprecated.
Constructs a DataQueueDocument object.
|
IFSFileDialog(Frame parent,
String title,
AS400 system) |
Deprecated.
Constructs an IFSFileDialog object.
|
IFSFileSystemView(AS400 system) |
Deprecated.
Constructs an IFSFileSystemView object.
|
IFSTextFileDocument(AS400 system,
String path) |
Deprecated.
Constructs a IFSTextFileDocument object.
|
KeyedDataQueueDocument(AS400 system,
String path) |
Deprecated.
Constructs a KeyedDataQueueDocument object.
|
ProgramCallButton(String text,
Icon icon,
AS400 system) |
Deprecated.
Constructs a ProgramCallButton object.
|
ProgramCallButton(String text,
Icon icon,
AS400 system,
String program,
ProgramParameter[] parmlist) |
Deprecated.
Constructs a ProgramCallButton object.
|
ProgramCallMenuItem(String text,
Icon icon,
AS400 system) |
Deprecated.
Constructs a ProgramCallMenuItem object.
|
ProgramCallMenuItem(String text,
Icon icon,
AS400 system,
String program,
ProgramParameter[] parmlist) |
Deprecated.
Constructs a ProgramCallMenuItem object.
|
RecordListFormPane(AS400 system,
String fileName) |
Deprecated.
Constructs a RecordListFormPane object.
|
RecordListFormPane(AS400 system,
String fileName,
Object[] key,
int searchType) |
Deprecated.
Constructs a RecordListFormPane object.
|
RecordListTableModel(AS400 system,
String fileName) |
Deprecated.
Constructs a RecordListTableModel object.
|
RecordListTableModel(AS400 system,
String fileName,
Object[] key,
int searchType) |
Deprecated.
Constructs a RecordListTableModel object.
|
RecordListTablePane(AS400 system,
String fileName) |
Deprecated.
Constructs a RecordListTablePane object.
|
RecordListTablePane(AS400 system,
String fileName,
Object[] key,
int searchType) |
Deprecated.
Constructs a RecordListTablePane object.
|
VIFSDirectory(AS400 system,
String path) |
Deprecated.
Constructs a VIFSDirectory object.
|
VIFSFile(AS400 system,
String path) |
Deprecated.
Constructs a VIFSFile object.
|
VJob(AS400 system,
Job job) |
Deprecated.
Constructs a VJob object.
|
VJob(AS400 system,
RJob job) |
Deprecated.
Constructs a VJob object.
|
VJob(VNode parent,
AS400 system,
Job job) |
Deprecated.
Constructs a VJob object.
|
VJob(VNode parent,
AS400 system,
RJob job) |
Deprecated.
Constructs a VJob object.
|
VJobList(AS400 system) |
Deprecated.
Constructs a VJobList object.
|
VJobList(VNode parent,
AS400 system) |
Deprecated.
Constructs a VJobList object.
|
VMessageQueue(AS400 system) |
Deprecated.
Constructs a VMessageQueue object.
|
VMessageQueue(AS400 system,
String path) |
Deprecated.
Constructs a VMessageQueue object.
|
VMessageQueue(VNode parent,
AS400 system,
String path) |
Deprecated.
Constructs a VMessageQueue object.
|
VPrinterOutput(AS400 system) |
Deprecated.
Constructs a VPrinterOutput object.
|
VPrinterOutput(VNode parent,
AS400 system) |
Deprecated.
Constructs a VPrinterOutput object.
|
VPrinters(AS400 system) |
Deprecated.
Constructs a VPrinters object.
|
VPrinters(VNode parent,
AS400 system) |
Deprecated.
Constructs a VPrinters object.
|
VSystemStatus(AS400 system) |
Deprecated.
Constructs a VSystemStatus object.
|
VSystemStatus(VNode parent,
AS400 system) |
Deprecated.
Constructs a VSystemStatus object.
|
VSystemStatusPane(AS400 system) |
Deprecated.
Constructs a VSystemStatusPane object.
|
VSystemValueList(AS400 system) |
Deprecated.
Constructs a VSystemValueList object.
|
VSystemValueList(VNode parentNode,
AS400 system) |
Deprecated.
Constructs a VSystemValueList object.
|
VUserAndGroup(AS400 as400) |
Deprecated.
Constructs a VUserAndGroup object.
|
VUserAndGroup(VNode parent,
AS400 system) |
Deprecated.
Constructs a VUserAndGroup object.
|
VUserList(AS400 system) |
Deprecated.
Constructs a VUserList object.
|
VUserList(VNode parent,
AS400 system) |
Deprecated.
Constructs a VUserList object.
|
Copyright © 2024. All rights reserved.