| Package | Description |
|---|---|
| com.cs.software.engine.datastore | |
| com.cs.software.engine.datastore.database | |
| com.cs.software.engine.queue |
| Modifier and Type | Method and Description |
|---|---|
void |
DBAccessIntf.setQueueSQLWriter(QueueWriter aWriter) |
void |
DatabaseQuery.setQueueSQLWriter(QueueWriter aWriter) |
| Modifier and Type | Field and Description |
|---|---|
protected QueueWriter |
DBAccess.queueSQLWriter |
| Modifier and Type | Method and Description |
|---|---|
void |
DBAccess.setQueueSQLWriter(QueueWriter aWriter) |
| Modifier and Type | Method and Description |
|---|---|
QueueWriter |
QueueMgr.getQueueWriter(String aName,
int aUserProcessHashCode)
Attaches a QueueWriter to the specified queue reference name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Queue.addWriter(QueueWriter aWriter)
Synchronized - Will add a new Writer to the Queue
|
void |
Queue.removeWriter(QueueWriter aWriter)
Synchronized - Will remove a Writer from the Queue
|
Copyright © 2020. All rights reserved.