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.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.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AS400CertificateUserProfileUtil.addCertificate(byte[] certificate) |
Adds the certificate to the user profile.
|
abstract void |
AS400CertificateUtil.addCertificate(byte[] certificate) |
Adds the certificate to the repository.
|
void |
AS400CertificateVldlUtil.addCertificate(byte[] certificate) |
Add the certificate to the repository.
|
boolean |
ISeriesPrinter.allowsDirectPrinting() |
Returns whether or not the printer writer allows the printer to be allocated to a job that prints directly to the printer.
|
boolean |
Product.allowsDynamicNaming() |
Indicates if the names of product libraries and root folders
for this product option can be dynamically changed without
causing a product error.
|
boolean |
Command.allowsLimitedUser() |
Indicates whether or not a user with limited authorities is allowed to run this command.
|
boolean |
Product.allowsMixedReleases() |
Indicates if this product allows mixed releases between its *BASE
and options.
|
boolean |
Product.allowsMultipleReleases() |
Indicates if this product can be installed at a release level different
from the current release level without installing over a current release.
|
void |
Subsystem.assignPool(int sequenceNumber,
int size,
int activityLevel) |
Defines a private storage pool and adds it to the list of storage pools defined for the subsystem.
|
void |
Subsystem.assignPool(int sequenceNumber,
String poolName) |
Adds a shared system pool to the list of storage pools defined for the subsystem.
|
void |
Subsystem.changeDescriptionText(String text) |
Sets the subsystem description text.
|
void |
Subsystem.changeDisplayFilePath(String path) |
Specifies the signon display file that is used when showing signon displays at work stations allocated to the subsystem.
|
void |
Subsystem.changeLanguageLibrary(String library) |
Specifies a library to enter ahead of other libraries in the system portion of the library list.
|
void |
Subsystem.changeMaximumActiveJobs(int maxJobs) |
Sets the maximum number of active jobs that can run or use resources within the subsystem at one time.
|
boolean |
AS400CertificateVldlUtil.checkCertificate(byte[] certificate) |
Determines if the certificate is in the validation list.
|
boolean |
AS400CertificateVldlUtil.checkCertificateByHandle(byte[] certificateHandle) |
Determines if a certificate matching the handle exists in the validation list.
|
void |
BaseDataQueue.clear() |
Removes all entries from the data queue.
|
void |
CharacterDataArea.clear() |
Resets the data area to contain all blanks.
|
void |
DecimalDataArea.clear() |
Resets the data area to contain 0.0.
|
void |
KeyedDataQueue.clear(byte[] key) |
Removes all entries that match the key from the data queue.
|
void |
KeyedDataQueue.clear(String key) |
Removes all entries that match the key from the data queue.
|
void |
LocalDataArea.clear() |
Resets the data area to contain all blanks.
|
void |
LogicalDataArea.clear() |
Clears the data area.
|
void |
SaveFile.clear() |
Clears all existing records from the save file and reduces the amount of storage used by this file.
|
void |
ClusteredHashTable.close() |
Closes a connection to the Clustered Hash Table server.
|
void |
HistoryLog.close() |
Closes the message list on the system.
|
void |
JobList.close() |
Closes the job list on the system.
|
void |
JobLog.close() |
Closes the message list on the system.
|
void |
MessageQueue.close() |
Closes the message list on the system.
|
void |
ObjectList.close() |
Closes the object list on the system.
|
void |
UserList.close() |
Closes the user list on the system.
|
void |
Permission.commit() |
Commits the permission changes to the system.
|
void |
SystemPool.commitCache() |
Commits any cached system pool information changes to the system.
|
void |
ISeriesNetServer.commitChanges() |
Commits all attribute value changes to the system.
|
void |
ISeriesNetServer.commitChanges(ISeriesNetServerFileShare share) |
Commits attribute value changes to the system, for the specified share.
|
void |
ISeriesNetServer.commitChanges(ISeriesNetServerPrintShare share) |
Commits attribute value changes to the system, for the specified share.
|
void |
Job.commitChanges() |
Commits all uncommitted attribute changes.
|
void |
Job.commitChanges(boolean callOnThread) |
Commits all uncommitted attribute changes.
|
boolean |
ClusteredHashTable.containsKey(byte[] key) |
Indicates if the specified key is in the clustered hash table.
|
boolean |
FileAttributes.containsTemporaryObjects() |
Returns whether the objects in the user-defined file system (UDFS) are temporary system objects.
|
Date |
DateTimeConverter.convert(byte[] data,
String inFormat) |
Returns a converted Date object.
|
byte[] |
DateTimeConverter.convert(byte[] data,
String inFormat,
String outFormat) |
Converts date and time values from the input format to the requested output format.
|
byte[] |
DateTimeConverter.convert(Date date,
String outFormat) |
Returns the converted date and time in a byte array.
|
void |
SaveFile.copyTo(String library,
String name) |
Copies the save file to another save file on the same system.
|
void |
CharacterDataArea.create() |
Creates a character data area on the system.
|
void |
CharacterDataArea.create(int length,
String initialValue,
String textDescription,
String authority) |
Creates a character data area with the specified attributes.
|
void |
DataQueue.create(int maxEntryLength) |
Creates a sequential data queue on the system.
|
void |
DataQueue.create(int maxEntryLength,
String authority,
boolean saveSenderInformation,
boolean FIFO,
boolean forceToAuxiliaryStorage,
String description) |
Creates a sequential data queue on the system.
|
void |
DataQueue.create(DataQueueAttributes attributes) |
Creates a sequential data queue on the system.
|
void |
DecimalDataArea.create() |
Creates a decimal data area on the system.
|
void |
DecimalDataArea.create(int length,
int decimalPositions,
BigDecimal initialValue,
String textDescription,
String authority) |
Creates a decimal data area with the specified attributes.
|
void |
KeyedDataQueue.create(int keyLength,
int maxEntryLength) |
Creates a keyed data queue on the system.
|
void |
KeyedDataQueue.create(int keyLength,
int maxEntryLength,
String authority,
boolean saveSenderInformation,
boolean forceToAuxiliaryStorage,
String description) |
Creates a keyed data queue on the system.
|
void |
LogicalDataArea.create() |
Creates a logical data area on the system.
|
void |
LogicalDataArea.create(boolean initialValue,
String textDescription,
String authority) |
Creates a logical data area with the specified attributes.
|
void |
SaveFile.create() |
Creates a save file on the system.
|
void |
SaveFile.create(long maxRecords,
int asp,
int waitTime,
boolean shared,
String authority,
String description) |
Creates a save file on the system.
|
void |
Subsystem.create() |
Creates the subsystem on the system.
|
void |
Subsystem.create(String authority) |
Creates the subsystem on the system.
|
void |
UserSpace.create(int length,
boolean replace,
String extendedAttribute,
byte initialValue,
String textDescription,
String authority) |
Creates the user space.
|
void |
UserSpace.create(String domain,
int length,
boolean replace,
String extendedAttribute,
byte initialValue,
String textDescription,
String authority) |
Creates the user space.
|
void |
ISeriesNetServer.createFileShare(String shareName,
String path) |
Creates a file share.
|
void |
ISeriesNetServer.createFileShare(String shareName,
String path,
String desc) |
Creates a file share.
|
void |
ISeriesNetServer.createFileShare(String shareName,
String path,
String desc,
int permission) |
Creates a file share.
|
void |
ISeriesNetServer.createFileShare(String shareName,
String path,
String desc,
int permission,
int maxUsers) |
Creates a file share.
|
void |
ISeriesNetServer.createPrintShare(String shareName,
String outqLib,
String outqName) |
Creates a print share.
|
void |
ISeriesNetServer.createPrintShare(String shareName,
String outqLib,
String outqName,
String desc,
int splfType) |
Creates a print share.
|
void |
ISeriesNetServer.createPrintShare(String shareName,
String outqLib,
String outqName,
String desc,
int splfType,
String prtDriver,
String prtFileLib,
String prtFileName) |
Creates a print share.
|
void |
ISeriesNetServer.createPrintShare(String shareName,
String outqLib,
String outqName,
String desc,
int splfType,
String prtDriver,
String prtFileLib,
String prtFileName,
boolean publish) |
Creates a print share.
|
void |
BaseDataQueue.delete() |
Deletes the data queue.
|
void |
CharacterDataArea.delete() |
Removes the data area from the system.
|
void |
DecimalDataArea.delete() |
Removes the data area from the system.
|
void |
EnvironmentVariable.delete() |
Deletes the environment variable.
|
void |
LogicalDataArea.delete() |
Removes the data area from the system.
|
void |
UserSpace.delete() |
Deletes the user space.
|
void |
AS400CertificateUserProfileUtil.deleteCertificate(byte[] certificate) |
Deletes the certificate from the user profile.
|
abstract void |
AS400CertificateUtil.deleteCertificate(byte[] certificate) |
Deletes the certificate from the repository.
|
void |
AS400CertificateVldlUtil.deleteCertificate(byte[] certificate) |
Deletes the certificate from the validation list.
|
void |
AS400CertificateUserProfileUtil.deleteCertificateByHandle(byte[] certificateHandle) |
Deletes the certificate matching the certificate handle from the user profile.
|
abstract void |
AS400CertificateUtil.deleteCertificateByHandle(byte[] certificatehandle) |
Deletes the certificate from the repository.
|
void |
AS400CertificateVldlUtil.deleteCertificateByHandle(byte[] certificateHandle) |
Deletes the certificate matching the certificate handle from the validation list.
|
ClusteredHashTableEntry[] |
ClusteredHashTable.elements() |
Retrieves a list of entries that exist in the clustered hash table for the specified user profile.
|
ClusteredHashTableEntry[] |
ClusteredHashTable.elements(String userProfile,
String lastModifiedProfile,
int status) |
Retrieves a list of entries that exist in the clustered hash table for the specified user profile.
|
void |
ISeriesNetServer.enableUser(String user) |
Enable a single user for NetServer
|
void |
ISeriesNetServer.enableUsers(String[] users) |
Enables a set of users for NetServer
This method requires *IOSYSCFG special authority and authority to the user profiles on the system. |
void |
ISeriesNetServer.end() |
Ends the NetServer job on the IBM i system.
|
void |
Job.end(int delay) |
Ends this job.
|
void |
Subsystem.end(int timeLimit) |
Ends the subsystem on the system, in a controlled manner.
|
void |
Subsystem.endImmediately() |
Ends the subsystem on the system, immediately.
|
void |
ISeriesNetServer.endSession(long sessionID) |
Ends a specific NetServer session.
|
void |
ISeriesNetServer.endSessionsForWorkstation(String workstationName) |
Ends all the sessions that were established from the specified workstation.
|
boolean |
JobDescription.exists() |
Determines if the Job Description currently exists on the system.
|
boolean |
JobQueue.exists() |
Determines if the subsystem currently exists on the system.
|
boolean |
ObjectDescription.exists() |
Checks to see if this object currently exists on the system.
|
boolean |
SaveFile.exists() |
Determines if the save file currently exists on the system.
|
boolean |
Subsystem.exists() |
Determines if the subsystem currently exists on the system.
|
boolean |
User.exists() |
Determines if this user profile exists on the system.
|
String |
AS400CertificateUserProfileUtil.findCertificateUser(byte[] certificate) |
Returns the user profile name which contains the certificate.
|
String |
AS400CertificateUserProfileUtil.findCertificateUserByHandle(byte[] certificateHandle) |
Returns the user profile which contains the certificate with the specified handle.
|
byte[] |
ClusteredHashTable.generateKey() |
Generates a 16-byte universally unique key.
|
Command[] |
CommandList.generateList() |
Generate a list of commands.
|
ClusteredHashTableEntry |
ClusteredHashTable.get(byte[] key) |
Returns information from the clustered hash table for the specified key.
|
Date |
FileAttributes.getAccessTime() |
Returns the time that the object's data was last accessed.
|
String |
PTF.getActionRequired() |
Returns the action required to make this PTF active when it is applied.
|
int |
SystemStatus.getActiveJobsInSystem() |
Returns the number of jobs active in the system (jobs that have been started, but have not yet ended), including both user and system jobs.
|
int |
SystemStatus.getActiveThreadsInSystem() |
Returns the number of initial and secondary threads in the system (threads that have been started, but have not yet ended), including both user and system threads.
|
float |
SystemPool.getActiveToIneligible() |
Returns the rate, in transitions per minute, of transitions
of threads from an active condition to an ineligible condition.
|
float |
SystemPool.getActiveToWait() |
Returns the rate, in transitions per minute, of transitions
of threads from an active condition to a waiting condition.
|
int |
SystemPool.getActivityLevel() |
Returns the activity level for the pool.
|
String |
JavaProgram.getAdoptedAuthorityProfile() |
Returns the profile to use when the "Use Adopted Authority" field is set.
|
long |
FileAttributes.getAllocatedSize() |
Returns the number of bytes that have been allocated for this object.
|
String[] |
PTF.getAPARNumbers() |
Retrieves the list of APAR numbers that were fixed by this PTF.
|
short |
FileAttributes.getAsp() |
Returns the auxiliary storage pool in which the object is stored.
|
int |
SaveFile.getASP() |
Returns the auxiliary storage pool ID for the save file.
|
long |
ObjectReferences.getAttributeLock() |
Returns the number of references of the attribute lock type.
|
String |
FileAttributes.getAudit() |
Returns the auditing value associated with the object.
|
String |
FileAttributes.getAuthorizationListName() |
Returns the name of the authorization list that is used to secure the named object.
|
int |
Job.getAuxiliaryIORequests() |
Returns the number of auxiliary I/O requests performed by the job across all routing steps.
|
int |
SystemStatus.getBatchJobsEndedWithPrinterOutputWaitingToPrint() |
Returns the number of completed batch jobs that produced printer output that is waiting to print.
|
int |
SystemStatus.getBatchJobsEnding() |
Returns the number of batch jobs that are in the process of ending due to one of the following conditions:
The job finishes processing normally.
|
int |
SystemStatus.getBatchJobsHeldOnJobQueue() |
Returns the number of batch jobs that were submitted, but were held before they could begin running.
|
int |
SystemStatus.getBatchJobsHeldWhileRunning() |
Returns the number of batch jobs that had started running, but are now held.
|
int |
SystemStatus.getBatchJobsOnAHeldJobQueue() |
Returns the number of batch jobs on job queues that have been assigned to a subsystem, but are being held.
|
int |
SystemStatus.getBatchJobsOnUnassignedJobQueue() |
Returns the number of batch jobs on job queues that have not been assigned to a subsystem.
|
int |
SystemStatus.getBatchJobsRunning() |
Returns the number of batch jobs currently running on the system.
|
int |
SystemStatus.getBatchJobsWaitingForMessage() |
Returns the number of batch jobs waiting for a reply to a message before they can continue to run.
|
int |
SystemStatus.getBatchJobsWaitingToRunOrAlreadyScheduled() |
Returns the number of batch jobs on the system that are currently waiting to run, including those that were submitted to run at a future date and time.
|
String |
Job.getBreakMessageHandling() |
Returns a value which represents how this job handles break messages.
|
CallStackEntry[] |
Job.getCallStack(long threadID) |
Returns the call stack for the specified thread in this job.
|
int |
FileAttributes.getCcsid() |
Returns the CCSID of the data and extended attributes of the object.
|
int |
Command.getCCSID() |
Returns the coded character set ID (CCSID) associated with this command.
|
int |
EnvironmentVariable.getCCSID() |
Returns the environment variable CCSID.
|
byte[] |
AS400CertificateUtil.getCertificateHandle(byte[] certificate) |
Returns the IBM i certificate handle which uniquely identifies this certificate.
|
AS400Certificate[] |
AS400CertificateUtil.getCertificates(String userSpaceName,
int firstCertificateToReturn,
int buffSize) |
Retrieves the certificate placed in a user space by listCertificates.
|
Date |
FileAttributes.getChangeTime() |
Returns the time that the object's data or attributes were last changed.
|
long |
ObjectReferences.getCheckedOut() |
Returns an indication of whether the object is currently checked out.
|
String |
FileAttributes.getCheckedOutUser() |
Returns the user who has the object checked out.
|
String |
ObjectReferences.getCheckedOutUserName() |
Returns the name of the user who has the object checked out.
|
Date |
FileAttributes.getCheckOutTime() |
Returns the time the object was checked out.
|
int |
Job.getCodedCharacterSetID() |
Returns the coded character set identifier (CCSID) used for this job.
|
int |
FileAttributes.getCodePage() |
Returns the code page derived from the coded character set identifier (CCSID) used for the data in the file or the extended attributes of the directory.
|
String |
Command.getCommandProcessingProgram() |
Returns the fully qualified integrated file system path of the program
that accepts parameters from this command processes this command.
|
String |
Command.getCommandProcessingState() |
Returns the state from which the command processing program is called.
|
String |
Job.getCompletionStatus() |
Returns the completion status of the job.
|
Reader |
PTFCoverLetter.getContents() |
Returns a Reader object that can be used to read the contents
of this cover letter.
|
int |
ISeriesPrinter.getCopiesLeft() |
Returns the number of copies left to be printed.
|
static String |
NLS.getCountryDescription(AS400 system,
String countryID) |
Retrieves the descriptive text for the specified country or region identifier.
|
String |
Job.getCountryID() |
Returns the country or region identifier associated with this job.
|
PTFCoverLetter |
PTF.getCoverLetter() |
Retrieves the cover letter for this PTF from the system.
|
PTFCoverLetter |
PTF.getCoverLetter(Locale locale) |
Retrieves the cover letter for this PTF from the system based on the given locale.
|
PTFCoverLetter[] |
PTF.getCoverLetters() |
Retrieves the cover letters for this PTF from the system, if they exist.
|
int |
Job.getCPUUsed() |
Returns the amount of processing unit time (in milliseconds) that the job used.
|
String |
FileAttributes.getCreateObjectAuditing() |
Returns the create object auditing value associated with the directory.
|
int |
FileAttributes.getCreateObjectScan() |
Returns whether the objects created in a directory will be scanned when exit programs are registered with any of the integrated file system scan-related exit points.
|
Date |
FileAttributes.getCreateTime() |
Returns the time the object was created.
|
Date |
PTF.getCreationDate() |
Returns the date and time that the PTF was created.
|
String |
Product.getCurrentCopyright() |
Returns the value specified for the copyright current year when
the product definition for this product load was created.
|
long |
ObjectReferences.getCurrentDirectory() |
Returns the number of references of the current directory type.
|
String |
PTF.getCurrentIPLSource() |
Returns the copy of Licensed Internal Code that the system is currently
operating from.
|
String |
Command.getCurrentLibrary() |
Returns the library used as the current library during the processing of this
command.
|
String |
Job.getCurrentLibrary() |
Returns the name of the current library for the initial thread of the job.
|
boolean |
Job.getCurrentLibraryExistence() |
Indicates if a current library exists.
|
long |
SaveFile.getCurrentNumberOfRecords() |
Returns the current number of records in the save file.
|
float |
SystemStatus.getCurrentProcessingCapacity() |
Returns the amount (in number of physical processors) of current processing capacity of the partition.
|
int |
SystemStatus.getCurrentUnprotectedStorageUsed() |
Returns the current amount of storage in use for temporary objects.
|
float |
SystemPool.getDatabaseFaults() |
Returns the rate, shown in page faults per second, of
database page faults against pages containing either database data
or access paths.
|
float |
SystemPool.getDatabasePages() |
Returns the rate, in pages per second, at which database
pages are brought into the storage pool.
|
long |
FileAttributes.getDataSize() |
Returns the size in bytes of the data in this object.
|
Date |
Job.getDate() |
Returns the date and time when the job was placed on the system.
|
Date |
SystemStatus.getDateAndTimeStatusGathered() |
Returns the date and time when the status was gathered.
|
String |
Job.getDateFormat() |
Returns the format in which dates are presented.
|
String |
Job.getDateSeparator() |
Returns the value used to separate days, months, and years when presenting a date.
|
int |
FileAttributes.getDaysUsedCount() |
Returns the number of days an object has been used.
|
String |
Job.getDDMConversationHandling() |
Returns whether connections using distributed data management (DDM) protocols remain active when they are not being used.
|
String |
Job.getDecimalFormat() |
Returns the decimal format used for this job.
|
int |
DecimalDataArea.getDecimalPositions() |
Returns the number of digits to the right of the decimal point in this data area.
|
int |
Job.getDefaultCodedCharacterSetIdentifier() |
Returns the default coded character set identifier (CCSID) used for this job.
|
int |
Job.getDefaultWait() |
Returns the default maximum time (in seconds) that a thread in the job waits for a system instruction, such as a LOCK machine interface (MI) instruction, to acquire a resource.
|
PTF[] |
PTF.getDependentPTFs() |
Retrieves the list of PTFs that are dependent upon this PTF.
|
String |
BaseDataQueue.getDescription() |
Returns the text description of the data queue.
|
String |
Command.getDescription() |
Returns the user text used to briefly describe this command and its function.
|
String |
ISeriesPrinter.getDescription() |
Returns the text description of the printer device.
|
String |
SaveFile.getDescription() |
Returns the text description of the save file.
|
String |
Product.getDescriptionID() |
Returns the message ID associated with this product option.
|
String |
Product.getDescriptionMessageFile() |
Returns the full pathname of the message file that contains the
messages describing the product and its options.
|
String |
Product.getDescriptionText() |
Retrieves the description text for this product's message ID out of
this product's message file.
|
String |
Job.getDeviceRecoveryAction() |
Returns the action taken for interactive jobs when an I/O error occurs for the job's requesting program device.
|
int |
ISeriesPrinter.getDeviceStatus() |
Returns the status of the printer device.
|
DirectoryEntry |
User.getDirectoryEntry() |
Retrieves the system distribution directory entry for the user profile, if one exists.
|
int |
FileAttributes.getDirectoryFormat() |
Returns the format of the specified directory object.
|
ProductDirectoryInformation[] |
Product.getDirectoryInformation() |
Returns the list of product directories for this product.
|
String[] |
ISeriesNetServer.getDisabledUsers() |
Return a list of users that are disabled for NetServer
This method requires *IOSYSCFG special authority on the system. |
int |
FileAttributes.getDiskStorageOption() |
Returns how auxiliary storage is allocated by the system for the specified object.
|
int |
SystemStatus.getElapsedTime() |
Returns the time (in seconds) that has elapsed between the measurement start time and the current system time.
|
int |
ISeriesPrinter.getEndPendingStatus() |
Returns whether an End Writer (ENDWTR) command has been issued for this writer.
|
int |
Job.getEndSeverity() |
Returns the message severity level of escape messages that can cause a batch job to end.
|
DirectoryEntry[] |
DirectoryEntryList.getEntries() |
Retrieves the directory entry information from the system.
|
Enumeration<EnvironmentVariable> |
EnvironmentVariableList.getEnvironmentVariables() |
Returns an enumeration that contains an EnvironmentVariable object for each environment variable on the system.
|
List<EnvironmentVariable> |
EnvironmentVariableList.getEnvironmentVariablesList() |
Returns an List that contains an EnvironmentVariable object for each environment variable on the system.
|
long |
ObjectReferences.getExecute() |
Returns the number of references of the execute type.
|
long |
ObjectReferences.getExecuteReadShareWithNeitherReadersNorWriters() |
Returns the number of references of the execute/read, share with neither readers nor writers type.
|
long |
ObjectReferences.getExecuteReadShareWithReadersAndWriters() |
Returns the number of references of the execute/read, share with readers and writers type.
|
long |
ObjectReferences.getExecuteReadShareWithReadersOnly() |
Returns the number of references of the execute/read, share with readers only type.
|
long |
ObjectReferences.getExecuteReadShareWithWritersOnly() |
Returns the number of references of the execute/read, share with writers only type.
|
long |
ObjectReferences.getExecuteShareWithNeitherReadersNorWriters() |
Returns the number of references of the execute, share with neither readers nor writers type.
|
long |
ObjectReferences.getExecuteShareWithReadersAndWriters() |
Returns the number of references of the execute, share with readers and writers type.
|
long |
ObjectReferences.getExecuteShareWithReadersOnly() |
Returns the number of references of the execute, share with readers only type.
|
long |
ObjectReferences.getExecuteShareWithWritersOnly() |
Returns the number of references of the execute, share with writers only type.
|
PTFExitProgram[] |
PTF.getExitPrograms() |
Retrieves the list of exit programs for this PTF.
|
long |
FileAttributes.getExtendedAttributeSize() |
Returns the total number of extended attribute bytes.
|
String |
Product.getFeatureID() |
Returns the feature ID for this product.
|
Date |
JavaProgram.getFileChangeDate() |
Returns the date and time the file was last modified or changed.
|
int |
FileAttributes.getFileFormat() |
Returns the format of the stream file.
|
byte[] |
FileAttributes.getFileId() |
Returns the identifier associated with the referred to object.
|
String |
JavaProgram.getFileOwner() |
Returns the name of the owner of the file.
|
long |
ObjectReferences.getFileServerReference() |
Returns the number of references of the file server reference type.
|
long |
ObjectReferences.getFileServerWorkingDirectory() |
Returns the number of references of the file server working directory type.
|
AS400Certificate[] |
AS400CertificateUtil.getFirstCertificates(String userSpaceName,
int buffSize) |
Retrieves certificates placed in the user space by listCertificates starting at the first certificate in the user space.
|
String |
Product.getFirstCopyright() |
Returns the value specified for the copyright first year when
the product definition for this product load was created.
|
boolean |
BaseDataQueue.getForceToAuxiliaryStorage() |
Returns a value that indicates if entries are forced to auxiliary storage.
|
String |
ISeriesPrinter.getFormAlignmentMessageTime() |
Returns the time at which the forms alignment message will be sent.
|
String |
ISeriesPrinter.getFormType() |
Returns the type of form being used to print the spooled file.
|
String |
Job.getFunctionName() |
Returns additional information (as described by the FUNCTION_TYPE attribute) about the last high-level function initiated by the initial thread.
|
String |
Job.getFunctionType() |
Returns the last high-level function initiated by the initial thread.
|
Vector |
SystemValueList.getGroup(int group) |
Returns a set of SystemValue objects.
|
String |
Command.getHelpIdentifier() |
Returns the name of the general help module for the names of the help
identifiers for this command.
|
PanelGroupHelpIdentifier[] |
PanelGroup.getHelpIdentifiers(String[] keywords) |
Returns the panel group help identifiers for the specified keywords.
|
PanelGroup |
Command.getHelpPanelGroup() |
Returns the fully integrated file system path of the help panel group in which
the online help information exists for this command.
|
String |
Command.getHelpSearchIndex() |
Returns the fully qualified integrated file system path of the help search index
used for this command.
|
String |
PanelGroup.getHelpText(String[] keywords) |
Retrieves the XML help text from the system for the specified keywords.
|
int |
ISeriesPrinter.getHoldPendingStatus() |
Returns whether a Hold Writer (HLDWTR) command has been issued for this writer.
|
int |
SystemPool.getIdentifier() |
Returns the system pool identifier.
|
byte |
UserSpace.getInitialValue() |
Returns the initial value used for filling in the user space during creation and extension.
|
String |
Job.getInquiryMessageReply() |
Returns how the job answers inquiry messages.
|
int |
Job.getInteractiveTransactions() |
Returns the count of operator interactions, such as pressing the Enter key or a function key.
|
long |
ObjectReferences.getInternalSaveLock() |
Returns the number of references of the internal save lock type.
|
int |
PTF.getIPLAction() |
Returns the action to be taken on this PTF during the next IPL.
|
String |
PTF.getIPLRequired() |
Returns the type of PTF (delayed or immediate).
|
Date |
JavaProgram.getJavaProgramCreationDate() |
Returns the date and time the Java program was created for the file.
|
String |
JavaProgram.getJavaProgramVersion() |
Returns the IBM i version the Java program was created for.
|
String |
Job.getJobAccountingCode() |
Returns an identifier assigned to the job by the system to collect resource use information for the job when job accounting is active.
|
Date |
Job.getJobActiveDate() |
Returns the date and time when the job began to run on the system.
|
String |
Job.getJobAsp() |
Get the asp group information of the job
|
Date |
Job.getJobDate() |
Returns the date to be used for the job.
|
String |
Job.getJobDescription() |
Returns the fully qualified integrated file system path name for the job description.
|
Date |
Job.getJobEndedDate() |
Returns the date and time when the job completed running on the system.
|
Date |
Job.getJobEnterSystemDate() |
Returns the date and time when the job was placed on the system.
|
String |
Job.getJobMessageQueueFullAction() |
Returns the action to take when the message queue is full.
|
int |
Job.getJobMessageQueueMaximumSize() |
Returns the maximum size (in megabytes) that the job message queue can become.
|
Date |
Job.getJobPutOnJobQueueDate() |
Returns the date and time this job was put on this job queue.
|
Enumeration<Job> |
JobList.getJobs() |
Returns an Enumeration that wraps the list of jobs on the system.
|
Job[] |
JobList.getJobs(int listOffset,
int number) |
Returns a subset of the list of jobs in the job list.
|
int |
SystemStatus.getJobsInSystem() |
Returns the total number of user jobs and system jobs that are currently in the system.
|
List<Job> |
JobList.getJobsList() |
Returns the list of jobs on the system.
|
String |
Job.getJobStatusInJobQueue() |
Returns the status of this job on the job queue.
|
String |
Job.getJobSwitches() |
Returns the current setting of the job switches used by this job.
|
ObjectReferences.JobUsingObjectStructure[] |
ObjectReferences.getJobUsingObjectStructures() |
Returns information about the jobs that are known to be holding a reference on the object.
|
Date |
FileAttributes.getJounalingStartTime() |
Deprecated.
Use
getJournalingStartTime() instead. |
String |
FileAttributes.getJournal() |
Returns the fully qualified integrated file system path name of the current or last journal.
|
byte[] |
FileAttributes.getJournalIdentifier() |
Returns the field that associates the object being journaled with an identifier that can be used on various journaling-related commands and APIs.
|
int |
FileAttributes.getJournalingOptions() |
Returns the current journaling options.
|
Date |
FileAttributes.getJournalingStartTime() |
Returns the last date and time for which the object had journaling started for it.
|
int |
KeyedDataQueue.getKeyLength() |
Returns the length of the keys (in bytes) on this queue.
|
static String |
NLS.getLanguageDescription(AS400 system,
String languageID) |
Retrieves the descriptive text for the specified language identifier.
|
String |
Job.getLanguageID() |
Returns the language identifier associated with this job.
|
String |
Subsystem.getLanguageLibrary() |
Returns the library that is entered ahead of other libraries in the system portion of the library list.
|
Date |
FileAttributes.getLastUsedDate() |
Returns the date the object was last used.
|
int |
DataArea.getLength() |
Returns the size of the data area.
|
int |
HistoryLog.getLength() |
Returns the number of messages in the history log.
|
int |
ObjectList.getLength() |
Returns the number of objects in the object list.
|
long |
SaveFile.getLength() |
Returns the current total size (in bytes) of the save file.
|
int |
UserSpace.getLength() |
Returns the size (in bytes) of the user space.
|
String |
Product.getLevel() |
Returns the release level of this product.
|
ProductLicense |
Product.getLicense() |
Returns a ProductLicense object representing license information
for this product.
|
String |
PTF.getLICGroup() |
Returns the name of the Licensed Internal Code Group for this PTF.
|
String |
JavaProgram.getLICOptions() |
Returns the LIC options string specified when the java program was last modified.
|
long |
ObjectReferences.getLinkChangesLock() |
Returns the number of references of the link changes lock type.
|
String |
PTF.getLoadedStatus() |
Returns the current loaded status of this PTF.
|
String |
PTF.getLoadedStatusMessage(String loadedStatus) |
Returns the translated description text for the specified status.
|
String |
Product.getLoadState() |
Returns the state of the product load for which information was retrieved.
|
String |
Product.getLoadType() |
Returns the type of product load for which information was retrieved.
|
int |
FileAttributes.getLocalRemote() |
Returns whether the object is stored locally or stored on a remote system.
|
String |
Job.getLoggingCLPrograms() |
Returns a value indicating whether or not commands are logged for CL programs that are run.
|
int |
Job.getLoggingLevel() |
Returns what type of information is logged.
|
int |
Job.getLoggingSeverity() |
Returns the severity level that is used in conjunction with the logging level to determine which error messages are logged in the job log.
|
String |
Job.getLoggingText() |
Returns the level of message text that is written in the job log when a message is logged according to the LOGGING_LEVEL and LOGGING_SEVERITY.
|
int |
FileAttributes.getMainStorageOption() |
Returns how main storage is allocated and used by the system for the specified object.
|
long |
SystemStatus.getMainStorageSize() |
Returns the amount of main storage, in kilobytes, in the system.
|
int |
BaseDataQueue.getMaxEntryLength() |
Returns the maximum entry length of the data queue.
|
int |
SystemPool.getMaximumActiveThreads() |
Deprecated.
Use getActivityLevel() instead.
|
long |
SystemStatus.getMaximumJobsInSystem() |
Returns the maximum number of jobs that are allowed on the system.
|
String |
PTF.getMaximumLevel() |
Returns the highest release level of the product on which this
PTF can be installed.
|
long |
SaveFile.getMaximumNumberOfRecords() |
Returns the capacity (maximum number of records) of the save file.
|
int |
Command.getMaximumPositionalParameters() |
Returns the maximum number of parameters that can be coded in a positional
manner for this command.
|
int |
SystemStatus.getMaximumUnprotectedStorageUsed() |
Returns the largest amount of storage for temporary object used at any one time since the last IPL.
|
Enumeration |
UserGroup.getMembers() |
Returns the list of users that are members of this group.
|
AS400Message |
MessageFile.getMessage(String ID) |
Returns an AS400Message object containing the object.
|
AS400Message |
MessageFile.getMessage(String ID,
byte[] substitutionText) |
Returns an AS400Message object containing the message.
|
AS400Message |
MessageFile.getMessage(String ID,
byte[] substitutionText,
int type) |
Returns an AS400Message object containing the message.
|
AS400Message |
MessageFile.getMessage(String ID,
byte[] substitutionText,
int type,
int ccsidOfSubstitutionText,
int ccsidToConvertTo) |
Returns an AS400Message object containing the message.
|
AS400Message |
MessageFile.getMessage(String ID,
int type) |
Returns an AS400Message object containing the object.
|
AS400Message |
MessageFile.getMessage(String ID,
String substitutionText) |
Returns an AS400Message object containing the message.
|
AS400Message |
MessageFile.getMessage(String ID,
String substitutionText,
int type) |
Returns an AS400Message object containing the message.
|
MessageFile |
Command.getMessageFile() |
Returns a MessageFile object representing the message file
from which messages identified on the DEP statements used to define the command
are retrieved.
|
String |
ISeriesPrinter.getMessageOption() |
Returns the message option for sending a message to the message queue when this form is finished.
|
String |
ISeriesPrinter.getMessageQueue() |
Returns the fully qualified integrated file system pathname of the message queue associated with this printer.
|
Enumeration<QueuedMessage> |
HistoryLog.getMessages() |
Returns the list of messages in the history log.
|
QueuedMessage[] |
HistoryLog.getMessages(int listOffset,
int number) |
Returns a subset of the list of messages in the history log.
|
Enumeration<QueuedMessage> |
JobLog.getMessages() |
Returns the list of messages in the job log.
|
QueuedMessage[] |
JobLog.getMessages(int listOffset,
int number) |
Returns a subset of the list of messages in the job log.
|
Enumeration<QueuedMessage> |
MessageQueue.getMessages() |
Returns the list of messages in the message queue.
|
QueuedMessage[] |
MessageQueue.getMessages(int listOffset,
int number) |
Returns a subset of the list of messages in the message queue.
|
String |
PTF.getMinimumLevel() |
Returns the lowest release level of the product on which this
PTF can be installed.
|
String |
Product.getMinimumRequiredRelease() |
Returns the minimum release level that is allowed for the option
that will run with the current level of the *BASE option for the product.
|
String |
Product.getMinimumRequiredReleaseForBase() |
Returns the minimum release level that is allowed for the *BASE option
that will run with the current level of the option for the product.
|
String |
Product.getMinimumTargetRelease() |
Returns the minimum operating system release to which the Save Licensed Program
(SAVLICPGM) command will allow the product to be saved.
|
String |
Job.getModeName() |
Returns the mode name of the advanced program-to-program communications (APPC) device that started the job.
|
Date |
FileAttributes.getModifyTime() |
Returns the time that the object's data was last changed.
|
UDFS.MountedFsInformationStructure |
UDFS.getMountedFsInformationStructure() |
Returns information about a mounted file system.
|
byte |
Command.getMultithreadedJobAction() |
Returns the action taken when a command that is not threadsafe is called in
a multithreaded job.
|
AS400Certificate[] |
AS400CertificateUtil.getNextCertificates(int buffSize) |
Retrieves the next certificates placed in a user space by listCertificates.
|
float |
SystemPool.getNonDatabaseFaults() |
Returns the rate, in page faults per second, of
nondatabase page faults against pages other than those designated
as database pages.
|
float |
SystemPool.getNonDatabasePages() |
Returns the rate, in page per second, at which non-database
pages are brought into the storage pool.
|
int |
JavaProgram.getNumberOfAttachedPrograms() |
Returns the number of Java prgroams attached to the .class or .jar/sip file.
|
int |
JavaProgram.getNumberOfClasses() |
Returns the number of classes.
|
int |
JavaProgram.getNumberOfClassesWithCurrentJavaPrograms() |
Returns the number of classes with representations up-to-date in the attached Java programs.
|
int |
JavaProgram.getNumberOfClassesWithErrors() |
Returns the number of classes containing errors.
|
int |
JavaProgram.getNumberOfClassesWithoutCurrentJavaPrograms() |
Returns the number of classes with representations out-of-date.
|
int |
Job.getNumberOfLibrariesInSYSLIBL() |
Returns the number of libraries in the system portion of the library list of the initial thread of the job.
|
int |
Job.getNumberOfLibrariesInUSRLIBL() |
Returns the number of libraries in the user portion of the library list for the initial thread of the job.
|
int |
SystemStatus.getNumberOfPartitions() |
Returns the number of partitions on the system.
|
int |
SystemStatus.getNumberOfProcessors() |
Returns the number of processors that are currently active in this partition.
|
int |
Job.getNumberOfProductLibraries() |
Returns the number of libraries that contain product information for the initial thread of the job.
|
int |
ISeriesPrinter.getNumberOfSeparators() |
Returns the number of separator pages to be printed.
|
ObjectDescription |
SaveFile.getObjectDescription() |
Returns an ObjectDescription instance representing the save file.
|
UserObjectsOwnedListEntry[] |
UserObjectsOwnedList.getObjectList() |
Returns a list of all UserObjectsOwnedListEntry IBM i objects based on the current
selection criteria for the file system and object relation.
|
ObjectLockListEntry[] |
ObjectDescription.getObjectLockList() |
Returns a list of all ObjectLockListEntry objects representing possible Object Locks on this ObjectDescription.
|
String |
FileAttributes.getObjectOwner() |
Returns the name of the user profile that is the owner of the object.
|
Enumeration |
ObjectList.getObjects() |
Returns the list of objects in the object list.
|
ObjectDescription[] |
ObjectList.getObjects(int listOffset,
int number) |
Returns a subset of the list of objects.
|
String |
FileAttributes.getObjectType() |
Returns the object type.
|
int |
JavaProgram.getOptimizationLevel() |
Returns the optimization level used to create the java program.
|
String |
ISeriesPrinter.getOutputQueue() |
Returns the fully qualified integrated file system pathname of the output queue associated with this printer from which spooled files are selected for printing.
|
String |
Job.getOutputQueue() |
Returns the fully qualified integrated file system path name of the default output queue that is used for spooled output produced by this job.
|
int |
Job.getOutputQueuePriority() |
Returns the output priority for spooled output files that this job produces.
|
int |
ISeriesPrinter.getOutputQueueStatus() |
Returns the status of the output queue from which spooled files are being selected for printing.
|
int |
ISeriesPrinter.getOverallStatus() |
Returns the overall status of the logical printer.
|
int |
ISeriesPrinter.getPageBeingWritten() |
Returns the page number in the spooled file that is currently being processed by the writer.
|
String |
SystemPool.getPagingOption() |
Returns the value indicating whether the system will dynamically
adjust the paging characteristics of the storage pool for optimum
performance.
|
int |
SystemStatus.getPartitionIdentifier() |
Returns the identifier for the current partition in which the API is running.
|
String |
ISeriesPrinter.getPendingFormType() |
Returns the name of the next form type to be printed.
|
String |
ISeriesPrinter.getPendingMessageOption() |
Returns the message option for sending a message to the message queue when the next form type is finished.
|
int |
ISeriesPrinter.getPendingNumberOfSeparators() |
Returns the next number of separator pages to be printed when the change to the writer takes place.
|
String |
ISeriesPrinter.getPendingOutputQueue() |
Returns the fully qualified integrated file system pathname of the next output queue.
|
int |
ISeriesPrinter.getPendingSeparatorDrawer() |
Returns the drawer from which to take the separator pages if there is a change to the writer.
|
float |
SystemStatus.getPercentCurrentInteractivePerformance() |
Returns the percentage of interactive performance assigned to this logical partition.
|
float |
SystemStatus.getPercentDBCapability() |
Returns the percentage of processor database capability that was used during the elapsed
time.
|
float |
SystemStatus.getPercentPermanent256MBSegmentsUsed() |
Returns the percentage of the maximum possible permanent 256MB segments that have been used.
|
float |
SystemStatus.getPercentPermanent4GBSegmentsUsed() |
Returns the percentage of the maximum possible permanent 4GB segments that have been used.
|
float |
SystemStatus.getPercentPermanentAddresses() |
Returns the percentage of the maximum possible addresses for permanent objects that have been used.
|
float |
SystemStatus.getPercentProcessingUnitUsed() |
Returns the average of the elapsed time during which the processing units were in use.
|
float |
SystemStatus.getPercentSharedProcessorPoolUsed() |
Returns the percentage of the total shared processor pool capacity used by all partitions using the pool during the elapsed time.
|
float |
SystemStatus.getPercentSystemASPUsed() |
Returns the percentage of the system storage pool currently in use.
|
float |
SystemStatus.getPercentTemporary256MBSegmentsUsed() |
Returns the percentage of the maximum possible temporary 256MB segments that have been used.
|
float |
SystemStatus.getPercentTemporary4GBSegmentsUsed() |
Returns the percentage of the maximum possible temporary 4GB segments that have been used.
|
float |
SystemStatus.getPercentTemporaryAddresses() |
Returns the percentage of the maximum possible addresses for temporary objects that have been used.
|
float |
SystemStatus.getPercentUncappedCPUCapacityUsed() |
Returns the percentage of the uncapped shared processing capacity for the partition that
was used during the elapsed time.
|
String |
JavaProgram.getPerformanceCollectionEnabledFlag() |
Returns whether or not performance collection is enabled.
|
String |
JavaProgram.getPerformanceCollectionType() |
Returns the type of performance collection if the performance collection flag is set.
|
Permission |
IFSFile.getPermission() |
Returns the permission of the object.
|
int |
Job.getPoolIdentifier() |
Returns the identifier of the system-related pool from which the job's main storage is allocated.
|
int |
SystemPool.getPoolIdentifier() |
Deprecated.
Use getIdentifier() instead.
|
int |
SystemPool.getPoolSize() |
Deprecated.
Use getSize() instead.
|
int |
SystemStatus.getPoolsNumber() |
Returns the number of system pools.
|
String |
FileAttributes.getPrimaryGroup() |
Returns the name of the user profile that is the primary group of the object.
|
String |
Product.getPrimaryLanguageFeatureID() |
Returns the primary language feature ID for this product.
|
String |
Job.getPrinterDeviceName() |
Returns the printer device used for printing output from this job.
|
String |
ISeriesPrinter.getPrinterDeviceType() |
Returns the type of printer being used to print the spooled file.
|
String |
Job.getPrintKeyFormat() |
Returns a value indicating whether border and header information is provided when the Print key is pressed.
|
String |
Job.getPrintText() |
Returns the line of text (if any) that is printed at the bottom of each page of printed output for the job.
|
int |
SystemStatus.getProcessorSharingAttribute() |
Returns the processor sharing attribute.
|
String |
PTF.getProductFeature() |
Returns the product feature to which this PTF applies.
|
String |
PTF.getProductID() |
Returns the product ID of this PTF.
|
String[] |
Job.getProductLibraries() |
Returns the libraries that contain product information for the initial thread of the job.
|
String |
Command.getProductLibrary() |
Returns the library that is in effect during the processing of the command.
|
String |
PTF.getProductOption() |
Returns the product option to which this PTF applies.
|
Product[] |
Product.getProductOptions() |
Returns the list of product options for this product ID.
|
Product[] |
ProductList.getProducts() |
Retrieves the list of products from the system.
|
String |
JavaProgram.getProfilingDataStatus() |
Returns whether profiling data is enabled or applied.
|
MessageFile |
Command.getPromptMessageFile() |
Returns a MessageFile object representing the message file
that contains the prompt text for this command.
|
String |
Command.getPromptOverrideProgram() |
Returns the fully qualified integrated file system path of the program
that replaces default values on the prompt display with the current
actual values for the parameter.
|
String |
Command.getPromptOverrideState() |
Returns the state from which the prompt override program is called.
|
Properties |
EnvironmentVariableList.getProperties() |
Returns a new Properties object which contains an entry for each environment variable in the list.
|
PTFGroup[] |
PTFGroupList.getPTFGroup() |
Returns a list of all PTF groups that are known to the system.
|
String |
PTFGroup.getPTFGroupDescription() |
Returns the description for the PTF group.
|
int |
PTFGroup.getPTFGroupLevel() |
Returns the PTF group level.
|
String |
PTFGroup.getPTFGroupName() |
Returns the PTF group name.
|
int |
PTFGroup.getPTFGroupStatus() |
Indicates the overall status of the PTF group on this system.
|
PTF[] |
Product.getPTFs(boolean includeSupersededPTFs) |
Returns the list of Program Temporary Fixes (PTFs) on
the system for this product.
|
PTF[] |
PTFGroup.getPTFs() |
|
boolean |
Job.getPurge() |
Indicates whether or not the job is eligible to be moved out of main storage and put into auxiliary storage at the end of a time slice or when entering a long wait (such as waiting for a work station user's response).
|
String |
Job.getQueue() |
Returns the fully qualified integrated file system path name of the job queue that the job is currently on, or that the job was on if it is currently active.
|
int |
Job.getQueuePriority() |
Returns the scheduling priority of the job compared to other jobs on the same job queue.
|
long |
ObjectReferences.getReadOnly() |
Returns the number of references of the read only type.
|
long |
ObjectReferences.getReadOnlyShareWithNeitherReadersNorWriters() |
Returns the number of references of the read only, share with neither readers nor writers type.
|
long |
ObjectReferences.getReadOnlyShareWithReadersAndWriters() |
Returns the number of references of the read only, share with readers and writers type.
|
long |
ObjectReferences.getReadOnlyShareWithReadersOnly() |
Returns the number of references of the read only, share with readers only type.
|
long |
ObjectReferences.getReadOnlyShareWithWritersOnly() |
Returns the number of references of the read only, share with writers only type.
|
long |
ObjectReferences.getReadWrite() |
Returns the number of references of the read/write type.
|
long |
ObjectReferences.getReadWriteShareWithNeitherReadersNorWriters() |
Returns the number of references of the read/write, share with neither readers nor writers type.
|
long |
ObjectReferences.getReadWriteShareWithReadersAndWriters() |
Returns the number of references of the read/write, share with readers and writers type.
|
long |
ObjectReferences.getReadWriteShareWithReadersOnly() |
Returns the number of references of the read/write, share with readers only type.
|
long |
ObjectReferences.getReadWriteShareWithWritersOnly() |
Returns the number of references of the read/write, share with writers only type.
|
long |
ObjectReferences.getReferenceCount() |
Returns the current number of references on the object.
|
String |
Product.getRegistrationType() |
Returns the registration type associated with this product.
|
String |
Product.getRegistrationValue() |
Returns the registration value associated with this product.
|
PTFGroup[] |
PTFGroup.getRelatedPTFGroups() |
Returns a list of related PTF groups.
|
String |
PTF.getRelationship(PTF ptf) |
Returns the relationship between this PTF and another PTF.
|
Date |
Product.getReleaseDate() |
Returns the value specified for the release date when the product
definition for this product load was created.
|
String |
Product.getReleaseLevel() |
Returns the release level for this product.
|
String |
PTF.getReleaseLevel() |
Returns the release level of this PTF.
|
int |
Product.getRequirementsMet() |
Returns the reason why the release requirements between the base and
option may or may not be in error.
|
PTF[] |
PTF.getRequisitePTFs() |
Retrieves the list of pre- and co-requisite PTFs for this PTF.
|
int |
SystemPool.getReservedSize() |
Returns the amount of storage, in kilobytes, in the pool reserved for
system use.
|
Date |
FileAttributes.getResetDate() |
Returns the date the days used count was last reset to zero (0).
|
String |
Command.getRestrictedRelease() |
Returns the version, release, and modification level to which this command is
restricted.
|
boolean |
SystemStatus.getRestrictedStateFlag() |
Returns the value indicating whether the system is in restricted state.
|
long |
ObjectReferences.getRootDirectory() |
Returns the number of references of the root directory type.
|
String |
Job.getRoutingData() |
Returns the routing data that is used to determine the routing entry that identifies the program to start for the routing step.
|
int |
Job.getRunPriority() |
Returns the priority at which the job is currently running, relative to other jobs on the system.
|
String |
PTF.getSaveFile() |
Returns the full pathname of the save file for this PTF, if one exists.
|
long |
ObjectReferences.getSaveLock() |
Returns the number of references of the save lock type.
|
boolean |
BaseDataQueue.getSaveSenderInformation() |
Returns whether sender information is stored with each data queue entry.
|
int |
FileAttributes.getScan() |
Returns whether the object will be scanned when exit programs are registered with any of the integrated file system scan-related exit points.
|
int |
FileAttributes.getScanCcsid1() |
Returns the CCSID value that the object has been scanned in if it was previously scanned in a CCSID.
|
int |
FileAttributes.getScanCcsid2() |
Returns the CCSID value that the object has been scanned in if it was previously scanned in a CCSID.
|
int |
FileAttributes.getScanStatus() |
Returns the scan status associated with this object.
|
Date |
Job.getScheduleDate() |
Returns the date and time the job is scheduled to become active.
|
int |
ISeriesPrinter.getSeparatorDrawer() |
Returns the drawer from which the job and file separator pages are to be taken.
|
int |
PTF.getServerIPLRequired() |
Indicates whether a server IPL must be performed in order to activate
the changes for the PTF.
|
long |
ObjectReferences.getShareWithNeitherReadersNorWriters() |
Returns the number of references of the share with neither readers nor writers type.
|
long |
ObjectReferences.getShareWithReadersAndWriters() |
Returns the number of references of the share with readers and writers type.
|
long |
ObjectReferences.getShareWithReadersOnly() |
Returns the number of references of the share with readers only type.
|
long |
ObjectReferences.getShareWithWritersOnly() |
Returns the number of references of the share with writers only type.
|
boolean |
Job.getSignedOnJob() |
Indicates whether the job is to be treated like a signed-on user on the system.
|
int |
SystemPool.getSize() |
Returns the amount of main storage, in kilobytes, currently allocated to the pool.
|
long |
SystemPool.getSizeLong() |
Returns the amount of main storage, in kilobytes, currently allocated to the pool.
|
int |
JavaProgram.getSizeOfAttachedJavaPrograms() |
Returns the size in kilobytes of all the attached java programs.
|
String |
Job.getSortSequenceTable() |
Returns the name of the sort sequence table associated with this job.
|
String |
Command.getSourceFile() |
Returns the fully qualified integrated file system path of the
source file member that contains the command definition statements
used to create this command.
|
Date |
ISeriesPrinter.getSpooledFileCreationDate() |
Returns the date and time the spooled file was created on the system.
|
String |
ISeriesPrinter.getSpooledFileJobName() |
Returns the name of the job that created the spooled file currently being processed by the writer.
|
String |
ISeriesPrinter.getSpooledFileJobNumber() |
Returns the number of the job that created the spooled file currently being processed by the writer.
|
String |
ISeriesPrinter.getSpooledFileJobSystem() |
Returns the name of the system where the job that created the spooled file ran.
|
String |
ISeriesPrinter.getSpooledFileJobUser() |
Returns the user of the job that created the spooled file currently being processed by the writer.
|
String |
ISeriesPrinter.getSpooledFileName() |
Returns the name of the spooled file currently being processed by the writer.
|
int |
ISeriesPrinter.getSpooledFileNumber() |
Returns the number of the spooled file currently being processed by the writer.
|
String |
ISeriesPrinter.getStarterUser() |
Returns the name of the user that started the writer.
|
String |
FileAttributes.getStartingJournalReceiverAspDevice() |
Returns the name of the ASP for the library that contains the starting journal receiver.
|
String |
FileAttributes.getStartingJournalReceiverForApply() |
Returns the fully qualified integrated file system path name of the starting journal receiver for apply.
|
String |
Job.getStatus() |
Returns the status of this job.
|
Date |
PTF.getStatusDate() |
Returns the date and time the PTF status last changed.
|
String |
Job.getStatusMessageHandling() |
Returns whether status messages are displayed for this job.
|
String |
Job.getStringValue(int attribute) |
Returns the value for the specified job attribute, as a String.
|
String |
Job.getSubsystem() |
Returns the fully qualified integrated file system path name of the subsystem description for the subsystem in which the job is running.
|
String |
SystemPool.getSubsystemLibrary() |
Returns the library of the subsystem with which this storage pool is associated.
|
String |
SystemPool.getSubsystemName() |
Returns the subsystem with which this storage pool is associated.
|
String |
Job.getSubtype() |
Returns additional information about the job type (if any exists).
|
String |
PTF.getSupersededByPTF() |
Returns the PTF ID that has replaced this PTF.
|
PTF[] |
PTF.getSupersededPTFs() |
Retrieves the list of PTFs that are supserseded by this PTF.
|
String |
PTF.getSupersedingPTF() |
Returns the PTF ID of the most recent supersede of this PTF that exists on the system.
|
String |
Product.getSymbolicLoadState() |
Returns the symbolic load state for which information was retrieved.
|
String[] |
PTF.getSymptomStrings() |
Returns the list of symptom strings for the problems fixed by this PTF.
|
int |
SystemStatus.getSystemASP() |
Returns the storage capacity of the system auxiliary storage pool (ASP1).
|
String[] |
Job.getSystemLibraryList() |
Returns the system portion of the library list of the initial thread of the job.
|
String |
SystemStatus.getSystemName() |
Returns the name of the system where the statistics were collected.
|
Enumeration |
SystemStatus.getSystemPools() |
Returns an enumeration containing a SystemPool object for each system pool.
|
TimeZone |
AS400.getSystemTimeZone() |
Deprecated.
Use
getTimeZone() instead. |
int |
FileAttributes.getSystemUse() |
Returns whether the file has a special use by the system.
|
Vector |
SystemValueGroup.getSystemValues() |
Returns newly-generated SystemValue objects representing the system values in this group.
|
String |
PTF.getTargetRelease() |
Returns the earliest release of the operating system on which you can load and apply
this PTF.
|
boolean |
PTF.getTechRefreshPTF() |
Deprecated.
Use isTechRefreshPTF() instead.
|
byte |
Command.getThreadSafety() |
Returns the type of threadsafety for this command; that is, whether or not this command
can be used safely in a multithreaded job.
|
String |
Job.getTimeSeparator() |
Returns the value used to separate hours, minutes, and seconds when presenting a time.
|
int |
Job.getTimeSlice() |
Returns the maximum amount of processor time (in milliseconds) given to each thread in this job before other threads in this job and in other jobs are given the opportunity to run.
|
String |
Job.getTimeSliceEndPool() |
Returns a value indicating whether a thread in an interactive job moves to another main storage pool at the end of its time slice.
|
TimeZone |
AS400.getTimeZone() |
Returns the time zone of the IBM i system.
|
int |
SystemStatus.getTotalAuxiliaryStorage() |
Returns the total auxiliary storage (in millions of bytes) on the system.
|
int |
ISeriesPrinter.getTotalCopies() |
Returns the total number of copies to be printed.
|
int |
ISeriesPrinter.getTotalPages() |
Returns the total number of pages in the spooled file.
|
int |
Job.getTotalResponseTime() |
Returns the total amount of response time for the initial thread, in milliseconds.
|
String |
Job.getType() |
Returns the type of job.
|
int |
FileAttributes.getUdfsDefaultFormat() |
Returns the default file format of stream files (*STMF) created in the user-defined file system.
|
UDFS.UdfsInformationStructure |
UDFS.getUdfsInformationStructure() |
Returns information about a UDFS.
|
int |
FileAttributes.getUdfsPreferredStorageUnit() |
Returns the preferred storage media for the objects in the UDFS.
|
String[] |
Job.getUserLibraryList() |
Returns the user portion of the library list for the initial thread of the job.
|
Enumeration<User> |
UserList.getUsers() |
Returns the list of users in the user list.
|
User[] |
UserList.getUsers(int listOffset,
int number) |
Returns a subset of the list of users.
|
int |
SystemStatus.getUsersCurrentSignedOn() |
Returns the number of users currently signed on the system.
|
int |
SystemStatus.getUsersSignedOffWithPrinterOutputWaitingToPrint() |
Returns the number of sessions that have ended with printer output files waiting to print.
|
int |
SystemStatus.getUsersSuspendedByGroupJobs() |
Returns the number of user jobs that have been temporarily suspended by group jobs so that another job may be run.
|
int |
SystemStatus.getUsersSuspendedBySystemRequest() |
Returns the number of user jobs that have been temporarily suspended by system request jobs so that another job may be run.
|
int |
SystemStatus.getUsersTemporarilySignedOff() |
Returns the number of jobs that have been disconnected due to either the selection of option 80 (Temporary sign-off) or the entry of the Disconnect Job (DSCJOB) command.
|
String |
Command.getValidityCheckProgram() |
Returns the fully qualified integrated file system path of the program
that performs additional user-defined validity checking on the parameters
for this command.
|
String |
Command.getValidityCheckState() |
Returns the state from which the validity check program is called.
|
String |
EnvironmentVariable.getValue() |
Returns the value of the environment variable.
|
String |
EnvironmentVariable.getValue(int stringType) |
Returns the value of the environment variable.
|
Object |
Job.getValue(int attribute) |
Returns the value for the specified job attribute.
|
Object |
MemberDescription.getValue(int attribute) |
Returns the requested member attribute information object.
|
Object |
ObjectDescription.getValue(int attribute) |
Returns the value of the given attribute of this ObjectDescription.
|
Object |
SystemValue.getValue() |
Returns the current value of this system value.
|
String |
ObjectDescription.getValueAsString(int attribute) |
Returns the value of the given attribute of this ObjectDescription, as a String.
|
int |
SaveFile.getWaitTime() |
Returns the wait time for the save file.
|
float |
SystemPool.getWaitToIneligible() |
Returns the rate, in transitions per minute, of transitions
of threads from a waiting condition to an ineligible condition.
|
String |
Command.getWhereAllowedToRun() |
Returns the API string for the "where allowed to run" field.
|
String |
Job.getWorkIDUnit() |
Returns the unit of work identifier.
|
long |
ObjectReferences.getWriteOnly() |
Returns the number of references of the write only type.
|
long |
ObjectReferences.getWriteOnlyShareWithNeitherReadersNorWriters() |
Returns the number of references of the write only, share with neither readers nor writers type.
|
long |
ObjectReferences.getWriteOnlyShareWithReadersAndWriters() |
Returns the number of references of the write only, share with readers and writers type.
|
long |
ObjectReferences.getWriteOnlyShareWithReadersOnly() |
Returns the number of references of the write only, share with readers only type.
|
long |
ObjectReferences.getWriteOnlyShareWithWritersOnly() |
Returns the number of references of the write only, share with writers only type.
|
String |
ISeriesPrinter.getWriterChangeTime() |
Returns the time at which the pending changes to the writer take effect.
|
String |
ISeriesPrinter.getWriterEndTime() |
Returns when to end the writer if it is to end automatically.
|
String |
ISeriesPrinter.getWriterJobName() |
Returns the job name of the printer writer.
|
String |
ISeriesPrinter.getWriterJobNumber() |
Returns the job number of the printer writer.
|
String |
ISeriesPrinter.getWriterJobUser() |
Returns the name of the system user.
|
byte[] |
ISeriesPrinter.getWriterMessageKey() |
Returns the key to the message that the writer is waiting for a reply.
|
int |
ISeriesPrinter.getWriterStatus() |
Returns the status of the writer for this printer.
|
int |
ISeriesPrinter.getWritingStatus() |
Returns whether the printer writer is in writing status.
|
String |
Command.getXML() |
Retrieves the XML source for this CL command.
|
String |
Command.getXMLExtended() |
Retrieves the extended XML source for this CL command.
|
PanelGroupHelpIdentifier[] |
Command.getXMLHelpIdentifiers() |
Parses the XML source for this CL command and returns
the help identifiers.
|
String |
Command.getXMLHelpText() |
Parses the XML source for this CL command and returns
the help text.
|
String |
Command.getXMLHelpText(PanelGroup panelGroup) |
Parses the XML source for this CL command and returns
the help text.
|
String |
Command.getXMLPanelGroup() |
Parses the XML source for this CL command and returns
the name of the panel group.
|
String |
Command.getXMLProductLibrary() |
Parses the XML source for this CL command and returns
the product library.
|
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.
|
void |
UserIndex.insertEntry(byte[] entryBytes,
byte[] optionBytes) |
Inserts one or more entries into the user index using the insinxen MI instruction.
|
boolean |
PTF.isActionPending() |
Indicates if a required action has yet to be performed to make
this PTF active.
|
boolean |
FileAttributes.isAllowCheckpointWrite() |
Returns whether a stream file (*STMF) can be shared with readers and writers during the save-while-active checkpoint processing.
|
boolean |
Command.isAllowedToRun(int environment) |
Indicates whether the command is allowed to run in the specified environment.
|
boolean |
Command.isAllowedToRunBatch() |
Indicates whether or not this command is allowed to run in one or more
of the batch environments:
ALLOW_BATCH_PROGRAM
ALLOW_BATCH_JOB
ALLOW_BATCH_REXX_PROCEDURE
|
boolean |
Command.isAllowedToRunInteractive() |
Indicates whether or not this command is allowed to run in one or more
of the interactive environments:
ALLOW_INTERACTIVE_PROGRAM
ALLOW_INTERACTIVE_JOB
ALLOW_INTERACTIVE_REXX_PROCEDURE
|
boolean |
FileAttributes.isAllowSave() |
Returns whether the object can be saved or not.
|
boolean |
FileAttributes.isApplyJournaledChangesRequired() |
Returns whether the object was restored with partial transactions which would require an Apply Journaled Changes (APYJRNCHG) command to complete the transaction.
|
boolean |
UserSpace.isAutoExtendible() |
Indicates if the user space is auto extendible.
|
boolean |
ISeriesPrinter.isBetweenCopies() |
Returns whether the writer is between copies of a multiple copy spooled file.
|
boolean |
ISeriesPrinter.isBetweenFiles() |
Returns whether the writer is between spooled files.
|
boolean |
FileAttributes.isBinaryScan() |
Returns whether the object has been scanned in binary mode when it was previously scanned.
|
boolean |
FileAttributes.isCheckedOut() |
Returns whether the object is checked out or not.
|
boolean |
PTF.isConditional() |
Indicates if this PTF has a conditional relationship
with any of its dependents or requisites.
|
boolean |
PTF.isCoRequisite() |
Indicates if this PTF has a co-requisite relationship with another PTF.
|
boolean |
PTF.isDependent() |
Indicates if this PTF has a dependent relationship with another PTF.
|
boolean |
PTF.isDistRequisite() |
|
boolean |
ClusteredHashTable.isEmpty() |
Indicates if the clustered hash table contains any keys.
|
boolean |
Command.isEnabledForGUI() |
Indicates whether or not the command prompt panels are enabled for conversion
to a graphical user interface.
|
boolean |
BaseDataQueue.isFIFO() |
Returns a value that indicates if entries are read in FIFO order.
|
boolean |
ISeriesPrinter.isHeld() |
Returns whether the writer is held.
|
boolean |
FileAttributes.isInheritAllowCheckpointWrite() |
Returns whether new objects created within a directory should inherit the save-while-active checkpoint processing options of its parent.
|
boolean |
Product.isInstalled() |
Indicates whether or not this product is installed on the system.
|
boolean |
ObjectReferences.isInUseIndicator() |
Returns whether the object is currently in-use.
|
boolean |
FileAttributes.isJournalingStatus() |
Returns whether the object is currently being journaled.
|
boolean |
Product.isLoadInError() |
Indicates if there is a known error for this product load.
|
boolean |
FileAttributes.isMultipleSignatures() |
Returns whether the object has more than one IBM i digital signature.
|
boolean |
ISeriesPrinter.isOnJobQueue() |
Returns whether the writer is on a job queue and is not currently running.
|
boolean |
PTF.isOnOrder() |
Indicates if this PTF has been ordered.
|
boolean |
Command.isOperatingMode(int mode) |
Indicates if this command applies to the specified mode of operating environment.
|
boolean |
FileAttributes.isPcArchive() |
Returns whether the object has changed since the last time the file was examined.
|
boolean |
FileAttributes.isPcHidden() |
Returns whether the object can be displayed using an ordinary directory listing.
|
boolean |
FileAttributes.isPcReadOnly() |
Returns whether the object can be written to or deleted, have its extended attributes changed or deleted, or have its size changed.
|
boolean |
FileAttributes.isPcSystem() |
Returns whether the object is a system file and is excluded from normal directory searches.
|
boolean |
PTF.isPreRequisite() |
Indicates if this PTF has a pre-requisite relationship with another PTF.
|
boolean |
ISeriesPrinter.isPublishedInNetworkDirectory() |
Returns whether the printer is published in the network directory.
|
boolean |
PTF.isReleased() |
Indicates if the PTF save file is available for distribution to other systems.
|
boolean |
PTF.isRequired() |
Indicates if this PTF is required on the system because it is a pre-requisite
for another PTF.
|
boolean |
FileAttributes.isRestrictedRenameAndUnlink() |
Returns whether renames and unlinks are restricted for objects within a directory.
|
boolean |
FileAttributes.isRollbackWasEnded() |
Returns whether the object had rollback ended prior to completion of a request to roll back a transaction.
|
boolean |
FileAttributes.isScanSignaturesDifferent() |
Returns whether the scan signatures are different.
|
boolean |
FileAttributes.isSetEffectiveGroupId() |
Returns whether the effective group ID (GID) is set at execution time.
|
boolean |
FileAttributes.isSetEffectiveUserId() |
Returns whether the effective user ID (UID) is set at execution time.
|
boolean |
SaveFile.isShared() |
Reports whether the open data path (ODP) for the save file is shared with other programs in the routing step.
|
boolean |
FileAttributes.isSigned() |
Returns whether the object has an IBM i digital signature.
|
boolean |
ISeriesNetServer.isStarted() |
Indicates whether or not the NetServer job on the system is started.
|
boolean |
FileAttributes.isStorageFree() |
Returns whether the object's data has been moved offline, freeing its online storage.
|
boolean |
Product.isSupported() |
Indicates whether this product feature is currently supported.
|
boolean |
FileAttributes.isSysRestrictSave() |
Returns whether the object can be written to or deleted, have its extended attributes changed or deleted, or have its size changed.
|
boolean |
FileAttributes.isSystemArchive() |
Returns whether the object has changed and needs to be saved.
|
boolean |
FileAttributes.isSystemSigned() |
Returns whether the object was signed by a source that is trusted by the system.
|
boolean |
PTF.isTechRefreshPTF() |
|
boolean |
PTF.isTechRefreshRequisite() |
|
boolean |
FileAttributes.isTemporaryObject() |
Returns whether the object is a temporary system object.
|
boolean |
JavaProgram.isUseAdoptedAuthority() |
Returns whether or not the used adopted authority is set.
|
boolean |
ISeriesPrinter.isWaitingForData() |
Returns whether the writer has written all the data currently in the spooled file and is waiting for more data.
|
boolean |
ISeriesPrinter.isWaitingForDevice() |
Returns whether the writer is waiting to get the device from a job that is printing directly to the printer.
|
boolean |
ISeriesPrinter.isWaitingForMessage() |
Returns whether the writer is waiting for a reply to an inquiry message.
|
boolean |
ISeriesPrinter.isWriterStarted() |
Returns whether the writer is started for this printer.
|
static Subsystem[] |
Subsystem.listAllSubsystems(AS400 system) |
Lists all subsystems on the system.
|
int |
AS400CertificateUserProfileUtil.listCertificates(AS400CertificateAttribute[] certificateAttributes,
String userSpaceName) |
List certificates which match the specified attributes.
|
abstract int |
AS400CertificateUtil.listCertificates(AS400CertificateAttribute[] certificateAttributes,
String userSpaceName) |
Returns certificates which match the specified attributes in the specified existing user space.
|
int |
AS400CertificateVldlUtil.listCertificates(AS400CertificateAttribute[] certificateAttributes,
String userSpaceName) |
Lists certificates which match the specified attributes are copied from the validation list into the specified user space.
|
ISeriesNetServerConnection[] |
ISeriesNetServer.listConnectionsForSession(long sessionID) |
Lists all connections for the specified NetServer session.
|
ISeriesNetServerConnection[] |
ISeriesNetServer.listConnectionsForSession(String workstationName) |
Lists all connections for the specified NetServer workstation.
|
ISeriesNetServerConnection[] |
ISeriesNetServer.listConnectionsForShare(String shareName) |
Returns the connections associated with a specific share.
|
SaveFileEntry[] |
SaveFile.listEntries() |
Lists the contents of the save file.
|
ISeriesNetServerFileShare[] |
ISeriesNetServer.listFileShares() |
Lists all file shares.
|
ISeriesNetServerFileShare[] |
ISeriesNetServer.listFileShares(String shareName) |
Lists the file shares.
|
ISeriesNetServerPrintShare[] |
ISeriesNetServer.listPrintShares() |
Lists all print shares.
|
ISeriesNetServerPrintShare[] |
ISeriesNetServer.listPrintShares(String shareName) |
Lists the print shares.
|
Product[] |
SaveFile.listProducts() |
Lists the product loads in the save file.
|
ISeriesNetServerSession[] |
ISeriesNetServer.listSessions() |
Lists all NetServer sessions.
|
ISeriesNetServerSession[] |
ISeriesNetServer.listSessionsForWorkstation(String name) |
Lists all NetServer sessions for the specified workstation.
|
ISeriesNetServerShare[] |
ISeriesNetServer.listShares() |
Lists the shares (both file shares and print shares).
|
void |
AS400Message.load() |
Loads additional message information from the system.
|
void |
AS400Message.load(int helpTextFormatting) |
Loads additional message information from the system.
|
void |
HistoryLog.load() |
Loads the list of messages on the system.
|
void |
JobList.load() |
Loads the list of jobs on the system.
|
void |
JobLog.load() |
Loads the list of messages on the system.
|
void |
MemberList.load() |
Loads all members from the specified file(s).
|
void |
MessageQueue.load() |
Loads the list of messages on the system.
|
void |
ObjectList.load() |
Loads the list of objects on the system.
|
void |
SubsystemEntryList.load() |
Loads all entries from the specified subsystem.
|
void |
UserList.load() |
Loads the list of users on the system.
|
void |
SystemPool.loadInformation() |
Loads the system pool information.
|
void |
Job.loadStatistics() |
Refreshes just the values for the elapsed statistics.
|
void |
User.loadUserInformation() |
Refreshes the values for all attributes.
|
void |
ClusteredHashTable.open() |
Opens a connection to the Clustered Hash Table server.
|
DataQueueEntry |
DataQueue.peek() |
Reads an entry from the data queue without removing it from the queue.
|
DataQueueEntry |
DataQueue.peek(int wait) |
Reads an entry from the data queue without removing it from the queue.
|
KeyedDataQueueEntry |
KeyedDataQueue.peek(byte[] key) |
Reads an entry from the data queue without removing it from the queue.
|
KeyedDataQueueEntry |
KeyedDataQueue.peek(byte[] key,
int wait,
String searchType) |
Reads an entry from the data queue without removing it from the queue.
|
KeyedDataQueueEntry |
KeyedDataQueue.peek(String key) |
Reads an entry from the data queue without removing it from the queue.
|
KeyedDataQueueEntry |
KeyedDataQueue.peek(String key,
int wait,
String searchType) |
Reads an entry from the data queue without removing it from the queue.
|
void |
ClusteredHashTable.put(ClusteredHashTableEntry entry) |
Put an entry in the clustered hash table identified by the connection handle.
|
String |
CharacterDataArea.read() |
Reads the data from the data area.
|
int |
CharacterDataArea.read(byte[] dataBuffer,
int dataBufferOffset,
int dataAreaOffset,
int dataLength) |
Reads the data from the data area.
|
String |
CharacterDataArea.read(int type) |
Reads the data from the data area.
|
String |
CharacterDataArea.read(int dataAreaOffset,
int dataLength) |
Reads the data from the data area.
|
String |
CharacterDataArea.read(int dataAreaOffset,
int dataLength,
int type) |
Reads the data from the data area.
|
DataQueueEntry |
DataQueue.read() |
Reads an entry from the data queue and removes it from the queue.
|
DataQueueEntry |
DataQueue.read(int wait) |
Reads an entry from the data queue and removes it from the queue.
|
BigDecimal |
DecimalDataArea.read() |
Returns the data read from the data area.
|
KeyedDataQueueEntry |
KeyedDataQueue.read(byte[] key) |
Reads an entry from the data queue and removes it from the queue.
|
KeyedDataQueueEntry |
KeyedDataQueue.read(byte[] key,
int wait,
String searchType) |
Reads an entry from the data queue and removes it from the queue.
|
KeyedDataQueueEntry |
KeyedDataQueue.read(String key) |
Reads an entry from the data queue and removes it from the queue.
|
KeyedDataQueueEntry |
KeyedDataQueue.read(String key,
int wait,
String searchType) |
Reads an entry from the data queue and removes it from the queue.
|
String |
LocalDataArea.read() |
Reads the data from the data area.
|
int |
LocalDataArea.read(byte[] dataBuffer,
int dataBufferOffset,
int dataAreaOffset,
int dataLength) |
Reads the data from the data area.
|
String |
LocalDataArea.read(int type) |
Reads the data from the data area.
|
String |
LocalDataArea.read(int dataAreaOffset,
int dataLength) |
Reads the data from the data area.
|
String |
LocalDataArea.read(int dataAreaOffset,
int dataLength,
int type) |
Reads the data from the data area.
|
boolean |
LogicalDataArea.read() |
Returns the value in the data area.
|
int |
UserSpace.read(byte[] dataBuffer,
int userSpaceOffset) |
Reads up to dataBuffer.length bytes from the user space beginning at userSpaceOffset into dataBuffer.
|
int |
UserSpace.read(byte[] dataBuffer,
int userSpaceOffset,
int dataOffset,
int length) |
Reads up to length bytes from the user space beginning at userSpaceOffset into dataBuffer beginning at dataOffset.
|
String |
UserSpace.read(int userSpaceOffset,
int length) |
Returns a string from the user space beginning at userSpaceOffset.
|
QueuedMessage |
MessageQueue.receive(byte[] messageKey) |
Receives a message from the message queue by key.
|
QueuedMessage |
MessageQueue.receive(byte[] messageKey,
int waitTime,
String messageAction,
String messageType) |
Receives a message from the message queue.
|
void |
Command.refresh() |
Refreshes the information for this Command object.
|
void |
FileAttributes.refresh() |
Refreshes the attributes from the system.
|
void |
ISeriesNetServer.refresh() |
Refreshes the attribute values of this ISeriesNetServer object, from the current in-effect values on the system.
|
void |
ISeriesNetServer.refresh(ISeriesNetServerConnection connection) |
Refreshes the attribute values of the connection object, from the current values on the system.
|
void |
ISeriesNetServer.refresh(ISeriesNetServerSession session) |
Refreshes the attribute values of the session object, from the current values on the system.
|
void |
ISeriesNetServer.refresh(ISeriesNetServerShare share) |
Refreshes the attribute values of the share object, from the currently in-effect values on the system.
|
void |
ISeriesPrinter.refresh() |
Refreshes the information about this printer object from the system.
|
void |
JavaProgram.refresh() |
Refreshes all the values for this PTF by retrieving them from the system.
|
void |
JobDescription.refresh() |
Refreshes the values for all attributes of the job description.
|
void |
JobQueue.refresh() |
Refreshes the values for all attributes of the job queue.
|
void |
MemberDescription.refresh() |
Retrieves (and caches) all attributes of this member from the system.
|
void |
MemberList.refresh() |
Reloads all member descriptions that have been specified via
addAttribute() . |
void |
ObjectDescription.refresh() |
Retrieves all possible attributes of this object from the system.
|
void |
ObjectReferences.refresh() |
Refreshes the attributes from the system.
|
boolean |
Product.refresh() |
Refreshes the current values and settings for this Product by retrieving all of them from the system.
|
void |
PTF.refresh() |
Refreshes all the values for this PTF by retrieving them from the system.
|
void |
SaveFile.refresh() |
Purges any cached attribute information about the save file.
|
void |
Subsystem.refresh() |
Refreshes the attributes of this Subsystem object, to reflect the current state of the subsystem on the system.
|
void |
SubsystemEntryList.refresh() |
Reloads all entries that have been specified.
|
static void |
SystemValueGroup.refresh(Vector systemValues) |
Retrieves new values for the SystemValue objects in the Vector.
|
void |
User.refresh() |
Refreshes all the attribute values for this User object by retrieving them from the system.
|
void |
BaseDataQueue.refreshAttributes() |
Refreshes the attributes of the data queue.
|
void |
DataArea.refreshAttributes() |
Refreshes the attributes of the data area.
|
void |
EnvironmentVariable.refreshValue() |
Refreshes the environment variable value and CCSID.
|
void |
MessageQueue.remove() |
Remove all messages from the message queue.
|
void |
MessageQueue.remove(byte[] messageKey) |
Removes a message from the message queue.
|
void |
MessageQueue.remove(String messageType) |
Remove messages from the message queue.
|
void |
Subsystem.removePool(int sequenceNumber) |
Removes a storage pool from the list of pools defined for the subsystem.
|
void |
ISeriesNetServer.removeShare(String shareName) |
Removes the specified share.
|
void |
SaveFile.renameTo(String name) |
Renames the save file.
|
void |
MessageQueue.reply(byte[] messageKey,
String replyText) |
Replies to and removes a message.
|
void |
MessageQueue.reply(byte[] messageKey,
String replyText,
boolean remove) |
Replies to and removes a message if requested.
|
void |
SystemStatus.reset() |
Reset the status statistics and elapsed time to zero
|
void |
FileAttributes.resetDate() |
Resets the count of the number of days an object has been used.
|
void |
Job.resetStatistics() |
Resets the measurement start time used for computing elapsed statistics.
|
void |
SaveFile.restore(Product product) |
Restores a licenced program product that was saved into the save file.
|
void |
SaveFile.restore(String libraryName) |
Restores a library that was saved into the save file.
|
void |
SaveFile.restore(String libraryName,
String[] objectList,
String toLibraryName) |
Restores objects that were saved into the save file.
|
boolean |
ProgramCall.run() |
Runs the program on the system.
|
boolean |
ProgramCall.run(String program,
ProgramParameter[] parameterList) |
Sets the program name and the parameter list and runs the program on the system.
|
boolean |
ServiceProgramCall.run() |
Calls the service program.
|
boolean |
ServiceProgramCall.run(AS400 system,
String serviceProgram,
String procedureName,
int returnValueFormat,
ProgramParameter[] parameterList) |
Calls the service program.
|
boolean |
ServiceProgramCall.run(String serviceProgram,
ProgramParameter[] parameterList) |
Calls the service program.
|
void |
SaveFile.save(Product product) |
Saves a copy of all of the objects that make up a licenced program product, into the save file.
|
void |
SaveFile.save(String libraryName) |
Saves a library into the save file.
|
void |
SaveFile.save(String[] pathList) |
Saves files from the root file system into the save file.
|
void |
SaveFile.save(String libraryName,
String[] objectList) |
Saves objects into the save file.
|
void |
MessageQueue.sendInformational(String messageText) |
Sends an informational message to the message queue.
|
void |
MessageQueue.sendInformational(String messageID,
String messageFile) |
Sends an informational message to the message queue.
|
void |
MessageQueue.sendInformational(String messageID,
String messageFile,
byte[] substitutionData) |
Sends an informational message to the message queue.
|
byte[] |
MessageQueue.sendInquiry(String messageText,
String replyMessageQueue) |
Sends an inquiry message to the message queue.
|
byte[] |
MessageQueue.sendInquiry(String messageID,
String messageFile,
byte[] substitutionData,
String replyMessageQueue) |
Sends an inquiry message to the message queue.
|
byte[] |
MessageQueue.sendInquiry(String messageID,
String messageFile,
String replyMessageQueue) |
Sends an inquiry message to the message queue.
|
void |
FileAttributes.setAccessTime(Date accessTime) |
Sets the time that the object's data was last accessed.
|
void |
SystemPool.setActivityLevel(int value) |
Sets the activity level for the pool.
|
void |
FileAttributes.setAllowCheckpointWrite(boolean allowCheckpointWrite) |
Sets whether a stream file (*STMF) can be shared with readers and writers during the save-while-active checkpoint processing.
|
void |
FileAttributes.setAllowSave(boolean allowSave) |
Sets whether the object can be saved or not.
|
void |
UserSpace.setAutoExtendible(boolean autoExtendibility) |
Sets the auto extend attribute if possible.
|
void |
Job.setBreakMessageHandling(String breakMessageHandling) |
Sets how this job handles break messages.
|
void |
FileAttributes.setCcsid(int ccsid) |
Sets the CCSID of the data and extended attributes of the object.
|
void |
Job.setCodedCharacterSetID(int codedCharacterSetID) |
Sets the coded character set identifier (CCSID) used for this job.
|
void |
FileAttributes.setCodePage(int codePage) |
Sets the code page used to derive a coded character set identifier (CCSID) used for the data in the file or the extended attributes of the directory.
|
void |
Job.setCountryID(String countryID) |
Sets the country or region identifier associated with this job.
|
void |
FileAttributes.setCreateObjectAuditing(String createObjectAuditing) |
Sets the create object auditing value associated with the directory.
|
void |
FileAttributes.setCreateObjectScan(int createObjectScan) |
Sets whether the objects created in a directory will be scanned when exit programs are registered with any of the integrated file system scan-related exit points.
|
void |
FileAttributes.setCreateTime(Date createTime) |
Sets the time the object was created.
|
void |
Job.setDateFormat(String dateFormat) |
Sets the format in which dates are presented.
|
void |
Job.setDateSeparator(String dateSeparator) |
Sets the value used to separate days, months, and years when presenting a date.
|
void |
Job.setDDMConversationHandling(String ddmConversationHandling) |
Sets whether connections using distributed data management (DDM) protocols remain active when they are not being used.
|
void |
Job.setDecimalFormat(String decimalFormat) |
Sets the decimal format used for this job.
|
void |
Job.setDefaultWait(int defaultWait) |
Sets the default maximum time (in seconds) that a thread in the job waits for a system instruction, such as a LOCK machine interface (MI) instruction, to acquire a resource.
|
void |
SaveFile.setDescription(String description) |
Sets the text description of the save file.
|
void |
Job.setDeviceRecoveryAction(String deviceRecoveryAction) |
Sets the action taken for interactive jobs when an I/O error occurs for the job's requesting program device.
|
void |
FileAttributes.setDiskStorageOption(int diskStorageOption) |
Sets which option should be used to determine how auxiliary storage is allocated by the system for the specified object.
|
void |
SystemPool.setFaults(float minValue,
float perValue,
float maxValue) |
Sets the minimum faults-per-second guideline, the faults per second for each active thread,
and the maximum faults-per-second guideline for this storage pool.
|
void |
FileAttributes.setInheritAllowCheckpointWrite(boolean inheritAllowCheckpointWrite) |
Sets whether new objects created within a directory should inherit the save-while-active checkpoint processing options of its parent.
|
void |
UserSpace.setInitialValue(byte initialValue) |
Sets the initial value to be used during user space creation or extension.
|
void |
Job.setInquiryMessageReply(String inquiryMessageReply) |
Sets how the job answers inquiry messages.
|
void |
Job.setJobAccountingCode(String jobAccountingCode) |
Sets an identifier assigned to the job by the system to collect resource use information for the job when job accounting is active.
|
void |
Job.setJobDate(Date jobDate) |
Sets the date that is assigned to the job.
|
void |
Job.setJobMessageQueueFullAction(String jobMessageQueueFullAction) |
Sets the action to take when the message queue is full.
|
void |
Job.setJobSwitches(String jobSwitches) |
Sets the current setting of the job switches that are used by this job.
|
void |
Job.setLanguageID(String languageID) |
Sets the language identifier associated with this job.
|
void |
UserSpace.setLength(int length) |
Sets the size (in bytes) of the user space.
|
void |
Job.setLoggingCLPrograms(String loggingCLPrograms) |
Sets whether or not commands are logged for CL programs that are run.
|
void |
Job.setLoggingLevel(int loggingLevel) |
Sets what type of information is logged.
|
void |
Job.setLoggingSeverity(int loggingSeverity) |
Sets the severity level that is used in conjunction with the logging level to determine which error messages are logged in the job log.
|
void |
Job.setLoggingText(String loggingText) |
Sets the level of message text that is written in the job log when a message is logged according to the LOGGING_LEVEL and LOGGING_SEVERITY.
|
void |
FileAttributes.setMainStorageOption(int mainStorageOption) |
Sets which option should be used to determine how main storage is allocated and used by the system for the specified object.
|
void |
SystemPool.setMaximumFaults(float value) |
Sets the maximum faults-per-second guideline to use for this storage
pool.
|
void |
SaveFile.setMaximumNumberOfRecords(long maximumNumberOfRecords) |
Sets the capacity (maximum number of records) of the save file.
|
void |
SystemPool.setMaximumPoolSize(float value) |
Sets the maximum amount of storage to allocate to this storage pool
(as a percentage of total main storage).
|
void |
SystemPool.setMessageLogging(boolean log) |
Sets the value indicating whether messages reporting that a change was
made are written to the current job's job log and to the QHST message
log.
|
void |
SystemPool.setMinAndMaxPoolSize(float minValue,
float maxValue) |
Sets the minimum and maximum amount of storage to allocate to this storage pool
(as a percentage of total main storage).
|
void |
SystemPool.setMinimumFaults(float value) |
Sets the minimum faults-per-second guideline to use for this storage
pool.
|
void |
SystemPool.setMinimumPoolSize(float value) |
Sets the minimum amount of storage to allocate to this storage pool
(as a percentage of total main storage).
|
void |
FileAttributes.setModifyTime(Date modifyTime) |
Sets the time that the object's data was last changed.
|
void |
Job.setOutputQueue(String outputQueue) |
Sets the fully qualified integrated file system path name of the default output queue that is used for spooled output produced by this job.
|
void |
Job.setOutputQueuePriority(int outputQueuePriority) |
Sets the output priority for spooled output files that this job produces.
|
void |
SystemPool.setPagingOption(String value) |
Sets the value indicating whether the system dynamically adjust the
paging characteristics of the storage pool for optimum performance.
|
void |
FileAttributes.setPcArchive(boolean pcArchive) |
Sets whether the object has changed since the last time the file was saved or reset by a PC client.
|
void |
FileAttributes.setPcHidden(boolean pcHidden) |
Sets the whether the object can be displayed using an ordinary directory listing.
|
void |
FileAttributes.setPcReadOnly(boolean pcReadOnly) |
Sets whether the object can be written to or deleted, have its extended attributes changed or deleted, or have its size changed.
|
void |
FileAttributes.setPcSystem(boolean pcSystem) |
Sets whether the object is a system file and is excluded from normal directory searches.
|
void |
IFSFile.setPermission(Permission permission) |
Sets the permission of the object.
|
void |
SystemPool.setPerThreadFaults(float value) |
Sets the faults per second for each active thread in this storage
pool.
|
void |
SystemPool.setPoolActivityLevel(int value) |
Deprecated.
Use setActivityLevel() instead.
|
void |
SystemPool.setPoolSize(int value) |
Deprecated.
Use setSize() instead.
|
void |
Job.setPrinterDeviceName(String printerDeviceName) |
Sets the printer device used for printing output from this job.
|
void |
Job.setPrintKeyFormat(String printKeyFormat) |
Sets whether border and header information is provided when the Print key is pressed.
|
void |
Job.setPrintText(String printText) |
Sets the line of text (if any) that is printed at the bottom of each page of printed output for the job.
|
void |
SystemPool.setPriority(int value) |
Sets the priority of this pool relative the priority of the other
storage pools.
|
void |
EnvironmentVariableList.setProperties(Properties properties) |
Sets the value of each environment variable defined in a Properties object.
|
void |
EnvironmentVariableList.setProperties(Properties properties,
int stringType) |
Sets the value of each environment variable defined in a Properties object.
|
void |
Job.setPurge(boolean purge) |
Sets the value indicating whether or not the job is eligible to be moved out of main storage and put into auxiliary storage at the end of a time slice or when entering a long wait (such as waiting for a work station user's response).
|
void |
Job.setQueue(String jobQueue) |
Sets the fully qualified integrated file system path name of the job queue that the job is to be on.
|
void |
Job.setQueuePriority(int queuePriority) |
Sets the scheduling priority of the job compared to other jobs on the same job queue.
|
void |
FileAttributes.setRestrictedRenameAndUnlink(boolean restrictedRenameAndUnlink) |
Sets whether renames and unlinks are restricted for objects within a directory.
|
void |
Job.setRunPriority(int runPriority) |
Sets the priority at which the job competes for the processing unit relative to the other jobs that are active at the same time.
|
void |
FileAttributes.setScan(int scan) |
Sets the whether the object will be scanned when exit programs are registered with any of the integrated file system scan-related exit points.
|
void |
Job.setScheduleDate(String scheduleDate) |
Sets the date the job is scheduled to become active.
|
void |
Job.setScheduleDate(Date scheduleDate) |
Sets the date and time the job is scheduled to become active.
|
void |
Job.setScheduleTime(String scheduleTime) |
Sets the time the job is scheduled to become active.
|
void |
Job.setScheduleTime(Date scheduleTime) |
Sets the date and time the job is scheduled to become active.
|
void |
FileAttributes.setSetEffectiveGroupId(boolean setEffectiveGroupId) |
Sets whether the effective group ID (GID) is set at execution time.
|
void |
FileAttributes.setSetEffectiveUserId(boolean setEffectiveUserId) |
Sets whether the effective user ID (UID) is set at execution time.
|
void |
SaveFile.setShared(boolean shared) |
Sets whether the open data path (ODP) for the save file is shared with other programs in the routing step.
|
void |
SystemPool.setSize(int value) |
Sets the size of the system pool in kilobytes, where one kilobyte is
1024 bytes.
|
void |
SystemPool.setSizeLong(long value) |
Sets the size of the system pool in kilobytes, where one kilobyte is
1024 bytes.
|
void |
Job.setSortSequenceTable(String sortSequenceTable) |
Sets the name of the sort sequence table associated with this job..
|
void |
Job.setStatusMessageHandling(String statusMessageHandling) |
Sets the value which indicates whether status messages are displayed for this job.
|
void |
FileAttributes.setSystemArchive(boolean systemArchive) |
Sets whether the object has changed and needs to be saved.
|
void |
Job.setTimeSeparator(String timeSeparator) |
Sets the value used to separate hours, minutes, and seconds when presenting a time.
|
void |
Job.setTimeSlice(int timeSlice) |
Sets the maximum amount of processor time (in milliseconds) given to each thread in this job before other threads in this job and in other jobs are given the opportunity to run.
|
void |
Job.setTimeSliceEndPool(String timeSliceEndPool) |
Sets the value which indicates whether a thread in an interactive job moves to another main storage pool at the end of its time slice.
|
void |
User.setUserExpirationDate(Date expirationDate) |
Sets the date when the user profile expires and is automatically disabled.
|
void |
EnvironmentVariable.setValue(char[] value) |
Sets the value of the environment variable.
|
void |
EnvironmentVariable.setValue(char[] value,
int ccsid) |
Sets the value of the environment variable.
|
void |
EnvironmentVariable.setValue(char[] value,
int ccsid,
int stringType) |
Sets the value of the environment variable.
|
void |
EnvironmentVariable.setValue(String value) |
Sets the value of the environment variable.
|
void |
EnvironmentVariable.setValue(String value,
int ccsid) |
Sets the value of the environment variable.
|
void |
EnvironmentVariable.setValue(String value,
int ccsid,
int stringType) |
Sets the value of the environment variable.
|
void |
Job.setValue(int attribute,
Object value) |
Sets a value for a job attribute.
|
void |
SaveFile.setWaitTime(int seconds) |
Sets the number of seconds to wait for the file resources and session resources to be allocated when the save file is opened, or for the device or session resources to be allocated when an acquire operation is performed to the save file.
|
int |
ClusteredHashTable.size() |
Return the number of entries in the clustered hash table.
|
void |
ISeriesNetServer.start() |
Starts the NetServer job on the system.
|
void |
ISeriesNetServer.start(boolean reset) |
Starts the NetServer job on the system, and (optionally) resets it.
|
void |
Subsystem.start() |
Starts the subsystem on the system.
|
boolean |
ISeriesPrinter.supportsAFP() |
Returns whether the printer supports Advanced Function Printing.
|
void |
NativeErrorCode0100Exception.throwMappedException(Converter converter) |
Throws the corresponding toolbox exception for the current exception.
|
static TimeZone |
DateTimeConverter.timeZoneForSystem(AS400 system) |
Returns a TimeZone object to represent the time zone for the specified system.
|
void |
CharacterDataArea.write(byte[] dataBuffer,
int dataBufferOffset,
int dataAreaOffset,
int dataLength) |
Writes the data to the data area.
|
void |
CharacterDataArea.write(String data) |
Writes the data to the data area.
|
void |
CharacterDataArea.write(String data,
int dataAreaOffset) |
Writes the data to the data area.
|
void |
CharacterDataArea.write(String data,
int dataAreaOffset,
int type) |
Writes the data to the data area.
|
void |
DataQueue.write(byte[] data) |
Writes an entry to the data queue.
|
void |
DataQueue.write(String data) |
Writes a string entry to the data queue.
|
void |
DecimalDataArea.write(BigDecimal data) |
Writes data to the data area.
|
void |
KeyedDataQueue.write(byte[] key,
byte[] data) |
Writes an entry to the data queue.
|
void |
KeyedDataQueue.write(String key,
String data) |
Writes a string entry to the data queue.
|
void |
LocalDataArea.write(byte[] dataBuffer,
int dataBufferOffset,
int dataAreaOffset,
int dataLength) |
Writes the data to the data area.
|
void |
LocalDataArea.write(String data) |
Writes the data to the data area.
|
void |
LocalDataArea.write(String data,
int dataAreaOffset) |
Writes the data to the data area.
|
void |
LocalDataArea.write(String data,
int dataAreaOffset,
int type) |
Writes the data to the data area.
|
void |
LogicalDataArea.write(boolean data) |
Writes the value in data to the data area.
|
void |
UserSpace.write(byte[] dataBuffer,
int userSpaceOffset) |
Writes up to dataBuffer.length bytes from dataBuffer into the user space beginning at userSpaceOffset.
|
void |
UserSpace.write(byte[] dataBuffer,
int userSpaceOffset,
int dataOffset,
int length) |
Writes up to length bytes from dataBuffer beginning at dataOffset into the user space beginning at userSpaceOffset.
|
void |
UserSpace.write(byte[] dataBuffer,
int userSpaceOffset,
int dataOffset,
int length,
int forceAuxiliary) |
Writes up to length bytes from dataBuffer beginning at dataOffset into the user space beginning at userSpaceOffset.
|
void |
UserSpace.write(String data,
int userSpaceOffset) |
Writes a string into the user space beginning at userSpaceOffset.
|
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 |
---|---|
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.
|
Permission(IFSFile file) |
Constructs a Permission object.
|
Permission(IFSFile file,
boolean pathMayStartWithIASP) |
Constructs a Permission object.
|
Permission(IFSFile file,
boolean pathMayStartWithIASP,
boolean followLinks) |
Constructs a Permission object.
|
User(AS400 system,
String name) |
Constructs a User object.
|
UserGroup(AS400 system,
String name) |
Constructs a UserGroup object.
|
Modifier and Type | Method | Description |
---|---|---|
protected byte[] |
AspOpenList.callOpenListAPI() |
Calls QGY/QYASPOL.
|
protected abstract byte[] |
OpenList.callOpenListAPI() |
This method should be implemented by subclasses to call a particular QGY API and return the 80-byte list information parameter.
|
protected byte[] |
SpooledFileOpenList.callOpenListAPI() |
Calls QGY/QGYOLSPL.
|
void |
OpenList.close() |
Closes the list on the system.
|
protected Object[] |
AspOpenList.formatOutputData(byte[] data,
int recordsReturned,
int recordLength) |
Formats the data from QGY/QGYOLSPL.
|
protected abstract Object[] |
OpenList.formatOutputData(byte[] data,
int recordsReturned,
int recordLength) |
Returns the actual array of Objects that getItems(int,int) returns.
|
protected Object[] |
SpooledFileOpenList.formatOutputData(byte[] data,
int recordsReturned,
int recordLength) |
Formats the data from QGY/QGYOLSPL.
|
Enumeration |
OpenList.getItems() |
Returns the list of items.
|
Object[] |
OpenList.getItems(int listOffset,
int number) |
Returns an array of items, which can be a subset of the entire list built on the system.
|
int |
OpenList.getLength() |
Returns the number of items in the list the system has built.
|
void |
OpenList.open() |
Loads the list of items on the system.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RQueuedMessage.load(int helpTextFormatting) |
Deprecated.
Reload message help text.
|
void |
ResourceException.unwrap() |
Deprecated.
Unwraps the underlying exception and throws it.
|
Modifier and Type | Method | Description |
---|---|---|
User |
AS400Principal.getUser() |
Returns an IBM i system User object based on the
user profile name and
system associated with
the principal.
|
Modifier and Type | Method | Description |
---|---|---|
String |
CommandHelpRetriever.generateHTML(Command command) |
Generates IBM-formatted command help documentation for the specified CL command.
|
String |
CommandHelpRetriever.generateHTML(Command command,
PanelGroup panelGroup) |
Generates IBM-formatted command help documentation for the specified CL command.
|
byte[] |
CommandHelpRetriever.generateHTMLBytes(Command command,
PanelGroup panelGroup) |
Generates IBM-formatted command help documentation for the specified CL command.
|
String |
CommandHelpRetriever.generateUIM(Command command) |
Generates an IBM-formatted UIM template for the specified CL command.
|
Constructor | Description |
---|---|
VSystemStatus() |
Deprecated.
Constructs a VSystemStatus object.
|
VSystemStatus(AS400 system) |
Deprecated.
Constructs a VSystemStatus object.
|
VSystemStatus(SystemStatus systemStatus) |
Deprecated.
Constructs a VSystemStatus object.
|
VSystemStatus(VNode parent,
AS400 system) |
Deprecated.
Constructs a VSystemStatus object.
|
Copyright © 2024. All rights reserved.