Package org.alfresco.filesys.repo
Interface CommandExecutor
-
- All Known Implementing Classes:
CommandExecutorImpl
public interface CommandExecutorThe Command Executor - executes commands!
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectexecute(org.alfresco.jlan.server.SrvSession sess, org.alfresco.jlan.server.filesys.TreeConnection tree, Command command)Execute the command.
-
-
-
Method Detail
-
execute
java.lang.Object execute(org.alfresco.jlan.server.SrvSession sess, org.alfresco.jlan.server.filesys.TreeConnection tree, Command command) throws java.io.IOExceptionExecute the command.- Parameters:
command-- Returns:
- an object for return or null if there is no return value.
- Throws:
java.io.IOException
-
-