|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 default Executor. |
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)
|
| 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 |
QueueAsyncCommandPoolExecutor.executeNext(ICommandResult result)
|
void |
IChainStrategy.globalExecEnd(ACommand aCommand,
ICommandResult result)
|
void |
ManagedChainStrategy.globalExecEnd(ACommand aCommand,
ICommandResult result)
|
void |
UnmanagedChainStrategy.globalExecEnd(ACommand aCommand,
ICommandResult result)
|
protected abstract void |
ACommand.internalRollBack(ICommandResult result)
|
void |
IChainStrategy.localExecEnd(ACommand aCommand,
ICommandResult localresult,
ICommandResult globalResult)
|
void |
ManagedChainStrategy.localExecEnd(ACommand aCommand,
ICommandResult localResult,
ICommandResult globalResult)
|
void |
UnmanagedChainStrategy.localExecEnd(ACommand aCommand,
ICommandResult localresult,
ICommandResult globalResult)
|
protected abstract void |
ACommand.result(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)
|
| Uses of ICommandResult in com.googlecode.jpattern.service.transaction |
|---|
| Methods in com.googlecode.jpattern.service.transaction with parameters of type ICommandResult | |
|---|---|
protected void |
TransactionRollbackCommand.internalRollBack(ICommandResult result)
|
protected void |
TransactionBeginCommand.internalRollBack(ICommandResult result)
|
protected void |
TransactionCommitCommand.internalRollBack(ICommandResult result)
|
protected void |
TransactionRollbackCommand.result(ICommandResult result)
|
protected void |
TransactionBeginCommand.result(ICommandResult result)
|
protected void |
TransactionCommitCommand.result(ICommandResult result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||