Uses of Class
com.googlecode.jpattern.core.command.ICommandResult

Packages that use ICommandResult
com.googlecode.jpattern.core.command   
com.googlecode.jpattern.core.commandfacade   
com.googlecode.jpattern.core.textfiles   
com.googlecode.jpattern.core.xml   
com.googlecode.jpattern.service.mail   
 

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

Subclasses of ICommandResult in com.googlecode.jpattern.core.command
 class CommandResult
           
 

Methods in com.googlecode.jpattern.core.command that return ICommandResult
abstract  ICommandResult ICommand.exec()
          This method launch the execution of the command (or chain of commands) using the default DefaultCommandExecutor.
 ICommandResult NullCommand.exec()
           
 ICommandResult ACommand.exec()
           
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()
          This method launch the rollback of the command (or chain of commands) using the default DefaultCommandExecutor.
 ICommandResult NullCommand.rollback()
           
 ICommandResult ACommand.rollback()
           
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)
          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)
           
 ICommandResult ACommand.rollback(ICommandResult execResult)
           
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)
           
 

Methods in com.googlecode.jpattern.core.command with parameters of type ICommandResult
 boolean SimpleAsyncCommandExecutor.executeNext(ICommandResult result)
           
 boolean ICommandExecutor.executeNext(ICommandResult result)
           
 boolean UnconditionalCommandExecutor.executeNext(ICommandResult result)
           
 boolean ConditionalCommandExecutor.executeNext(ICommandResult result)
           
 boolean ReverseConditionalCommandExecutor.executeNext(ICommandResult result)
           
 boolean QueueAsyncCommandPoolExecutor.executeNext(ICommandResult result)
           
protected abstract  void ACommand.internalRollBack(ICommandResult rollBackResult)
           
protected abstract  void ACommand.result(ICommandResult result)
           
abstract  ICommandResult ICommand.rollback(ICommandResult execResult)
          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)
           
 ICommandResult ACommand.rollback(ICommandResult execResult)
           
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)
           
 

Constructors in com.googlecode.jpattern.core.command with parameters of type ICommandResult
ExecCommandExecutionStrategy(ACommand aCommand, ICommandResult result)
           
RollbackCommandExecutionStrategy(ACommand aCommand, ICommandResult result)
           
 

Uses of ICommandResult in com.googlecode.jpattern.core.commandfacade
 

Constructors in com.googlecode.jpattern.core.commandfacade with parameters of type ICommandResult
CommandFacadeResult(ICommandResult aResult, E aResultObject)
           
 

Uses of ICommandResult in com.googlecode.jpattern.core.textfiles
 

Methods in com.googlecode.jpattern.core.textfiles with parameters of type ICommandResult
protected  void FileCreateCommand.internalRollBack(ICommandResult result)
           
protected  void FileCopyCommand.internalRollBack(ICommandResult result)
           
protected  void FileDeleteCommand.internalRollBack(ICommandResult result)
           
protected  void FileRenameCommand.internalRollBack(ICommandResult result)
           
protected  void FileCreateCommand.result(ICommandResult result)
           
protected  void FileCopyCommand.result(ICommandResult result)
           
protected  void FileDeleteCommand.result(ICommandResult result)
           
protected  void FileRenameCommand.result(ICommandResult result)
           
 

Uses of ICommandResult in com.googlecode.jpattern.core.xml
 

Methods in com.googlecode.jpattern.core.xml with parameters of type ICommandResult
protected  void XmlReaderCommand.internalRollBack(ICommandResult result)
           
protected  void XmlWriterCommand.internalRollBack(ICommandResult result)
           
protected  void XmlReaderCommand.result(ICommandResult result)
           
protected  void XmlWriterCommand.result(ICommandResult result)
           
 

Uses of ICommandResult in com.googlecode.jpattern.service.mail
 

Methods in com.googlecode.jpattern.service.mail with parameters of type ICommandResult
protected  void SendMailCommand.createMessages(ICommandResult result, boolean valid)
           
protected  void SendMailCommand.internalRollBack(ICommandResult result)
           
protected  void SendMailCommand.result(ICommandResult result)
           
 



Copyright © 2011. All Rights Reserved.