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

Packages that use ICommand
com.googlecode.jpattern.core   
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   
com.googlecode.jpattern.service.transaction   
 

Uses of ICommand in com.googlecode.jpattern.core
 

Methods in com.googlecode.jpattern.core with parameters of type ICommand
 void AApplicationProvider.accept(ICommand aCommand)
           
 void IProvider.accept(ICommand aCommand)
           
 void NullProvider.accept(ICommand command)
           
 

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

Subclasses of ICommand in com.googlecode.jpattern.core.command
 class ACommand
           
 class NullCommand
           
 

Methods in com.googlecode.jpattern.core.command that return ICommand
protected  ICommand ACommand.getPreviousCommand()
           
 

Methods in com.googlecode.jpattern.core.command with parameters of type ICommand
protected  void CommandResult.commandEndExecution(ICommand aCommand)
           
protected abstract  void ICommandResult.commandEndExecution(ICommand aCommand)
           
protected  void CommandResult.commandStartExecution(ICommand aCommand)
           
protected abstract  void ICommandResult.commandStartExecution(ICommand aCommand)
           
 

Constructors in com.googlecode.jpattern.core.command with parameters of type ICommand
ACommand(ICommand previousCommand)
           
 

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

Methods in com.googlecode.jpattern.core.commandfacade with parameters of type ICommand
protected  void ACommandFacade.accept(ICommand aCommand)
           
 

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

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

Constructors in com.googlecode.jpattern.core.textfiles with parameters of type ICommand
FileCopyCommand(StringBuffer sourceFileName, IResource source, StringBuffer destinationFileName, IResource destination, ICommand aSuccessor)
           
FileCreateCommand(IResource resource, StringBuffer fileName, StringBuffer fileContent, FileWrapper fileWrapper, ICommand aSuccessor)
           
FileDeleteCommand(IResource resource, StringBuffer fileName, ICommand aSuccessor)
           
FileRenameCommand(StringBuffer oldFileName, StringBuffer newFileName, IResource resource, ICommand aSuccessor)
           
 

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

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

Constructors in com.googlecode.jpattern.core.xml with parameters of type ICommand
XmlReaderCommand(StringBuffer xmlFilePath, GenericWrapper<Boolean> trimValues, IXmlReaderStrategy xmlParserStrategy, ICommand aSuccessor)
           
XmlWriterCommand(IXmlWriterStrategy xmlWriterStrategy, IXmlElement xmlElement, CharacterEncoding characterEncoding, ICommand aSuccessor)
           
 

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

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

Constructors in com.googlecode.jpattern.service.mail with parameters of type ICommand
SendMailCommand(StringBuffer from, StringBuffer to, StringBuffer subject, StringBuffer body, ICommand aSuccessor)
           
 

Uses of ICommand in com.googlecode.jpattern.service.transaction
 

Subclasses of ICommand in com.googlecode.jpattern.service.transaction
 class TransactionBeginCommand
           
 class TransactionCommitCommand
           
 class TransactionRollbackCommand
           
 

Constructors in com.googlecode.jpattern.service.transaction with parameters of type ICommand
TransactionBeginCommand(ATransactionDefinition transactionDefinition, ICommand previousCommand)
           
TransactionCommitCommand(ATransactionDefinition transactionDefinition, ICommand previousCommand)
           
TransactionRollbackCommand(ATransactionDefinition transactionDefinition, ICommand previousCommand)
           
 



Copyright © 2011. All Rights Reserved.