Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.data |
Provides classes to simplify calling IBM i programs (RPG, COBOL, C, etc) from Java.
|
com.ibm.as400.resource |
Deprecated Provides classes that represent IBM i resources using a
generic list-based scheme.
|
com.ibm.as400.security.auth |
Provides user profile swapping using IBM i profile token and credential
classes.
|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Class | Description |
---|---|---|
class |
QueuedMessage |
The QueuedMessage class represents a message on a message queue or job log.
|
Modifier and Type | Method | Description |
---|---|---|
AS400Message |
AS400Exception.getAS400Message() |
Returns the AS400Message causing this exception.
|
AS400Message[] |
AS400Exception.getAS400MessageList() |
Returns the list of AS400Messages causing this exception.
|
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.
|
AS400Message |
SpooledFile.getMessage() |
Returns the message that is associated with this spooled file.
|
AS400Message[] |
AS400SecurityException.getMessageList() |
Returns the list of messages associated with this exception.
|
AS400Message[] |
CommandCall.getMessageList() |
Returns the list of messages returned from running the command.
|
AS400Message |
CommandCall.getMessageList(int index) |
Returns a message returned from running the command.
|
AS400Message[] |
JavaApplicationCall.getMessageList() |
Returns the list of IBM i system messages generated if the Java program
cannot be started.
|
AS400Message[] |
PersistenceException.getMessageList() |
Returns the list of associated system messages; null if not available.
|
AS400Message[] |
ProgramCall.getMessageList() |
Returns the list of messages returned from running the program.
|
AS400Message[] |
AS400File.runCommand(String command) |
Runs a CL command in the DDM host server job.
|
Constructor | Description |
---|---|
AS400Exception(AS400Message[] msgList) |
Constructs an AS400Exception object.
|
PersistenceException(AS400Message[] messageList) |
Constructs an exception based on a list of system messages.
|
PersistenceException(AS400Message[] messageList,
String s) |
Constructs an exception based on a list of system messages
and detail string.
|
Modifier and Type | Method | Description |
---|---|---|
AS400Message[] |
ProgramCallDocument.getMessageList(String name) |
Returns the list of IBM i system messages returned from running the
program.
|
Modifier and Type | Method | Description |
---|---|---|
AS400Message[] |
ResourceException.getMessageList() |
Deprecated.
Returns the message list, if any.
|
Constructor | Description |
---|---|
ResourceException(AS400Message[] messageList) |
Deprecated.
Constructs a ResourceException object.
|
Modifier and Type | Method | Description |
---|---|---|
AS400Message |
AS400AuthenticationException.getAS400Message() |
Returns the AS400Message causing the exception.
|
AS400Message[] |
AS400AuthenticationException.getAS400MessageList() |
Returns the list of AS400Messages causing the exception.
|
Constructor | Description |
---|---|
RetrieveFailedException(AS400Message[] list) |
Constructs a RetrieveFailedException.
|
Modifier and Type | Method | Description |
---|---|---|
AS400Message[] |
CommandCallButton.getMessageList() |
Deprecated.
Returns the message list resulting from the last command
that was run.
|
AS400Message[] |
CommandCallMenuItem.getMessageList() |
Deprecated.
Returns the message list resulting from the last command
that was run.
|
AS400Message[] |
ProgramCallButton.getMessageList() |
Deprecated.
Returns the message list resulting from the last program call
that was run.
|
AS400Message[] |
ProgramCallMenuItem.getMessageList() |
Deprecated.
Returns the message list resulting from the last program call that was run.
|
AS400Message[] |
VMessageList.getMessageList() |
Deprecated.
Returns the message list.
|
Modifier and Type | Method | Description |
---|---|---|
void |
VMessageList.setMessageList(AS400Message[] messageList) |
Deprecated.
Sets the message list.
|
Constructor | Description |
---|---|
VMessageList(AS400Message[] messageList) |
Deprecated.
Constructs a VMessageList object.
|
VMessageList(VNode parent,
AS400Message[] messageList) |
Deprecated.
Constructs a VMessageList object.
|
Copyright © 2024. All rights reserved.