Class CommandExecutorImpl

  • All Implemented Interfaces:
    CommandExecutor

    public class CommandExecutorImpl
    extends java.lang.Object
    implements CommandExecutor
    Content Disk Driver Command Executor

    Executes commands against the repository.

    • Constructor Detail

      • CommandExecutorImpl

        public CommandExecutorImpl()
    • Method Detail

      • init

        public void init()
      • execute

        public java.lang.Object execute​(org.alfresco.jlan.server.SrvSession sess,
                                        org.alfresco.jlan.server.filesys.TreeConnection tree,
                                        Command command)
                                 throws java.io.IOException
        Description copied from interface: CommandExecutor
        Execute the command.
        Specified by:
        execute in interface CommandExecutor
        Returns:
        an object for return or null if there is no return value.
        Throws:
        java.io.IOException
      • setTransactionService

        public void setTransactionService​(TransactionService transactionService)
      • setRepositoryDiskInterface

        public void setRepositoryDiskInterface​(RepositoryDiskInterface repositoryDiskInterface)