|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.connector.base.command.AbstractTransactionalResourceCommand
org.ikasan.connector.basefiletransfer.outbound.command.AbstractBaseFileTransferTransactionalResourceCommand
org.ikasan.connector.basefiletransfer.outbound.command.ChecksumDeliveredCommand
public class ChecksumDeliveredCommand
Command for comparing the calculated checksum of a delivered file with that provided by the remote system, if any
| Field Summary |
|---|
| Fields inherited from class org.ikasan.connector.basefiletransfer.outbound.command.AbstractBaseFileTransferTransactionalResourceCommand |
|---|
CURRENT_DIRECTORY, EOL, fileSeparator |
| Fields inherited from class org.ikasan.connector.base.command.AbstractTransactionalResourceCommand |
|---|
COMMIT_IN_PROGRESS, COMPLETED_COMMITTING, EXECUTED_STATE, EXECUTION_IN_PROGRESS, executionContext, INITIALISED_STATE, ROLLBACK_IN_PROGRESS, ROLLED_BACK_STATE, transactionalResource |
| Constructor Summary | |
|---|---|
ChecksumDeliveredCommand()
Constructor TODO Check that we should actually be calling super as that reloads state to be initial and we might not want that on reload of command from DB |
|
| Method Summary | |
|---|---|
protected void |
doCommit()
|
protected void |
doRollback()
|
protected ExecutionOutput |
performExecute()
execute method for subclasses to implement |
| Methods inherited from class org.ikasan.connector.basefiletransfer.outbound.command.AbstractBaseFileTransferTransactionalResourceCommand |
|---|
changeDirectory, deleteDir, deleteFile, doExecute, findFile, getClient, getContentAsStream, getFile, getFile, listDirectory, logFileList, printWorkingDirectoryName, putFile, putWithOutputStream, renameFile |
| Methods inherited from class org.ikasan.connector.base.command.AbstractTransactionalResourceCommand |
|---|
commit, execute, getBeanFactory, getExecutionTimestamp, getId, getState, getXid, rollback, setBeanFactory, setExecutionContext, setTransactionalResource, setTransactionJournal, setXid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChecksumDeliveredCommand()
| Method Detail |
|---|
protected void doCommit()
doCommit in class AbstractTransactionalResourceCommand
protected ExecutionOutput performExecute()
throws javax.resource.ResourceException
AbstractBaseFileTransferTransactionalResourceCommand
performExecute in class AbstractBaseFileTransferTransactionalResourceCommandjavax.resource.ResourceException - -protected void doRollback()
doRollback in class AbstractTransactionalResourceCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||