Package org.alfresco.filesys.repo
Class CommandExecutorImpl
java.lang.Object
org.alfresco.filesys.repo.CommandExecutorImpl
- All Implemented Interfaces:
CommandExecutor
Content Disk Driver Command Executor
Executes commands against the repository.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classA wrapper for checked exceptions to be passed through the retrying transaction handler. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.alfresco.jlan.server.SrvSession sess, org.alfresco.jlan.server.filesys.TreeConnection tree, Command command) Execute the command.voidinit()voidsetDiskInterface(ExtendedDiskInterface diskInterface) voidsetRepositoryDiskInterface(RepositoryDiskInterface repositoryDiskInterface) voidsetTransactionService(TransactionService transactionService)
-
Constructor Details
-
CommandExecutorImpl
public CommandExecutorImpl()
-
-
Method Details
-
init
public void init() -
execute
public Object execute(org.alfresco.jlan.server.SrvSession sess, org.alfresco.jlan.server.filesys.TreeConnection tree, Command command) throws IOException Description copied from interface:CommandExecutorExecute the command.- Specified by:
executein interfaceCommandExecutor- Returns:
- an object for return or null if there is no return value.
- Throws:
IOException
-
setTransactionService
-
getTransactionService
-
setRepositoryDiskInterface
-
getRepositoryDiskInterface
-
setDiskInterface
-
getDiskInterface
-