Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
QueuedMessage[] |
HistoryLog.getMessages(int listOffset,
int number) |
Returns a subset of the list of messages in the history log.
|
QueuedMessage[] |
JobLog.getMessages(int listOffset,
int number) |
Returns a subset of the list of messages in the job log.
|
QueuedMessage[] |
MessageQueue.getMessages(int listOffset,
int number) |
Returns a subset of the list of messages in the message queue.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
Enumeration<QueuedMessage> |
HistoryLog.getMessages() |
Returns the list of messages in the history log.
|
Enumeration<QueuedMessage> |
JobLog.getMessages() |
Returns the list of messages in the job log.
|
Enumeration<QueuedMessage> |
MessageQueue.getMessages() |
Returns the list of messages in the message queue.
|
Copyright © 2024. All rights reserved.