Package | Description |
---|---|
de.esprit.common.concurrent |
Contains classes supporting async operations executing in Thread pools
|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultQueueHandler<T>
This class just collects the events to be handled.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingQueue.setHandler(QueueHandler handler)
Sets the
QueueHandler which processes every entry taken from the queue. |
Constructor and Description |
---|
ProcessingQueue(LogChannel logCh,
java.lang.String queueName,
QueueHandler queueHandler) |
ProcessingQueue(LogChannel logCh,
java.lang.String queueName,
QueueHandler queueHandler,
int capacity) |
Modifier and Type | Class and Description |
---|---|
class |
ClientMessageHandler
This handler processes incoming messages.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.