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

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

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

Methods in com.googlecode.jpattern.core.command with parameters of type ACommand
 void SimpleAsyncCommandExecutor.addCommandToPool(ACommand asyncCommand)
           
 void ICommandExecutor.addCommandToPool(ACommand aCommand)
           
 void UnconditionalCommandExecutor.addCommandToPool(ACommand aCommand)
           
 void ConditionalCommandExecutor.addCommandToPool(ACommand aCommand)
           
 void ReverseConditionalCommandExecutor.addCommandToPool(ACommand aCommand)
           
 void QueueAsyncCommandPoolExecutor.addCommandToPool(ACommand asyncCommand)
           
 

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

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

Subclasses of ACommand in com.googlecode.jpattern.core.textfiles
 class FileCopyCommand
           
 class FileCreateCommand
           
 class FileDeleteCommand
           
 class FileRenameCommand
           
 

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

Subclasses of ACommand in com.googlecode.jpattern.core.xml
 class XmlReaderCommand
           
 class XmlWriterCommand
           
 

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

Subclasses of ACommand in com.googlecode.jpattern.service.mail
 class SendMailCommand
           
 



Copyright © 2011. All Rights Reserved.