com.googlecode.jpattern.core.asynccommand
Class SimpleAsyncCommandPool

java.lang.Object
  extended by com.googlecode.jpattern.core.asynccommand.SimpleAsyncCommandPool
All Implemented Interfaces:
IAsyncCommandPool

public class SimpleAsyncCommandPool
extends java.lang.Object
implements IAsyncCommandPool

Author:
Francesco Cina' 27/feb/2011 This implementation of IAsyncCommandPool is a pool which simply starts every command added in a new Thread. No controls exist on the total number of Threads running.

Constructor Summary
SimpleAsyncCommandPool()
           
 
Method Summary
 void addCommandToPool(AAsyncCommand asyncCommand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAsyncCommandPool

public SimpleAsyncCommandPool()
Method Detail

addCommandToPool

public void addCommandToPool(AAsyncCommand asyncCommand)
Specified by:
addCommandToPool in interface IAsyncCommandPool


Copyright © 2011. All Rights Reserved.