com.googlecode.jpattern.core.command
Interface ICommandExecutor

All Superinterfaces:
Serializable
All Known Implementing Classes:
ConditionalCommandExecutor, QueueAsyncCommandPoolExecutor, SimpleAsyncCommandExecutor, UnconditionalCommandExecutor

public interface ICommandExecutor
extends Serializable

Author:
Francesco Cina' 27/feb/2011

Method Summary
 void addCommandToPool(ACommand aCommand)
           
 boolean executeNext(ICommandResult result)
           
 IChainStrategy getChainStrategy()
           
 

Method Detail

addCommandToPool

void addCommandToPool(ACommand aCommand)

executeNext

boolean executeNext(ICommandResult result)

getChainStrategy

IChainStrategy getChainStrategy()


Copyright © 2011. All Rights Reserved.