|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jpattern.core.asynccommand.QueueAsyncCommandPool
public class QueueAsyncCommandPool
| Constructor Summary | |
|---|---|
QueueAsyncCommandPool(java.lang.String name,
int maxWaitingCommands,
int maxConcurrentThreads,
ILoggerService loggerService)
|
|
| Method Summary | |
|---|---|
void |
addCommandToPool(AAsyncCommand asyncCommand)
|
protected void |
startPool()
|
protected void |
stopPool()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueAsyncCommandPool(java.lang.String name,
int maxWaitingCommands,
int maxConcurrentThreads,
ILoggerService loggerService)
| Method Detail |
|---|
public void addCommandToPool(AAsyncCommand asyncCommand)
addCommandToPool in interface IAsyncCommandPoolprotected void stopPool()
protected void startPool()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||