Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.
|
Copyright © 2024. All rights reserved.