Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Class | Description |
---|---|---|
class |
KeyedDataQueueEntry |
The KeyedDataQueueEntry class represents an entry on a keyed data queue.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.
|
Copyright © 2024. All rights reserved.