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

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

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

Subinterfaces of ICommandResult in com.googlecode.jpattern.core.asynccommand
 interface IAsyncCommandResult
           
 

Classes in com.googlecode.jpattern.core.asynccommand that implement ICommandResult
 class AsyncCommandResult
           
 

Methods in com.googlecode.jpattern.core.asynccommand with parameters of type ICommandResult
protected abstract  void AAsyncCommand.result(ICommandResult result)
           
 

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

Classes in com.googlecode.jpattern.core.command that implement ICommandResult
 class CommandResult
           
 

Methods in com.googlecode.jpattern.core.command that return ICommandResult
 ICommandResult ICommand.exec()
           
 ICommandResult NullCommand.exec()
           
 ICommandResult ACommand.exec()
           
 ICommandResult ICommand.rollback()
           
 ICommandResult NullCommand.rollback()
           
 ICommandResult ACommand.rollback()
           
 ICommandResult ICommand.rollback(ICommandResult execResult)
           
 ICommandResult NullCommand.rollback(ICommandResult execResult)
           
 ICommandResult ACommand.rollback(ICommandResult execResult)
           
 

Methods in com.googlecode.jpattern.core.command with parameters of type ICommandResult
protected abstract  void ACommand.internalRollBack(ICommandResult rollBackResult)
           
protected abstract  void ACommand.result(ICommandResult result)
           
 ICommandResult ICommand.rollback(ICommandResult execResult)
           
 ICommandResult NullCommand.rollback(ICommandResult execResult)
           
 ICommandResult ACommand.rollback(ICommandResult execResult)
           
 

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.