Interface CommandExecutor

All Known Implementing Classes:
CommandExecutorImpl

public interface CommandExecutor
The Command Executor - executes commands!
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(org.alfresco.jlan.server.SrvSession sess, org.alfresco.jlan.server.filesys.TreeConnection tree, Command command)
    Execute the command.
  • Method Details

    • execute

      Object execute(org.alfresco.jlan.server.SrvSession sess, org.alfresco.jlan.server.filesys.TreeConnection tree, Command command) throws IOException
      Execute the command.
      Parameters:
      command -
      Returns:
      an object for return or null if there is no return value.
      Throws:
      IOException