| Package | Description |
|---|---|
| com.cs.software.engine.queue |
| Modifier and Type | Method and Description |
|---|---|
QueueReader |
QueueMgr.getQueueReader(String aName,
int aUserProcessHashCode)
Attaches a QueueReader to the specified queue reference name
This reader can only read Messages in a No Wait State
|
QueueReader |
QueueMgr.getQueueReader(String aName,
int aUserProcessHashCode,
ServicesIntf aService)
Attaches a QueueReader to the specified queue reference name and starts
the reader on its own thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Queue.addReader(QueueReader aReader)
Synchronized - Will add a new Reader to the Queue
|
void |
Queue.removeReader(QueueReader aReader)
Synchronized - Will remove a Reader from the Queue
|
Copyright © 2020. All rights reserved.