Uses of Interface
com.googlecode.jpattern.core.command.ICommandExecutor

Packages that use ICommandExecutor
com.googlecode.jpattern.core.command   
 

Uses of ICommandExecutor in com.googlecode.jpattern.core.command
 

Classes in com.googlecode.jpattern.core.command that implement ICommandExecutor
 class ConditionalCommandExecutor
           
 class QueueAsyncCommandPoolExecutor
           
 class ReverseConditionalCommandExecutor
           
 class SimpleAsyncCommandExecutor
           
 class UnconditionalCommandExecutor
           
 

Methods in com.googlecode.jpattern.core.command with parameters of type ICommandExecutor
abstract  ICommandResult ICommand.exec(ICommandExecutor aCommandExecutor)
          This method launch the execution of the command (or chain of commands).
 ICommandResult NullCommand.exec(ICommandExecutor asyncCommandPool)
           
 ICommandResult ACommand.exec(ICommandExecutor aCommandExecutor)
           
abstract  ICommandResult ICommand.rollback(ICommandExecutor aCommandExecutor)
          This method launch the rollback of the command (or chain of commands).
 ICommandResult NullCommand.rollback(ICommandExecutor aCommandExecutor)
           
 ICommandResult ACommand.rollback(ICommandExecutor aCommandExecutor)
           
abstract  ICommandResult ICommand.rollback(ICommandResult execResult, ICommandExecutor aCommandExecutor)
          This method launch the rollback of the command (or chain of commands) only if the ICommandExecutor passed as parameter is not valid.
 ICommandResult NullCommand.rollback(ICommandResult execResult, ICommandExecutor aCommandExecutor)
           
 ICommandResult ACommand.rollback(ICommandResult execResult, ICommandExecutor aCommandExecutor)
           
 



Copyright © 2011. All Rights Reserved.