public class CommandExecutorImpl extends java.lang.Object implements CommandExecutor
Executes commands against the repository.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CommandExecutorImpl.PropagatingException
A wrapper for checked exceptions to be passed through the retrying transaction handler.
|
| Constructor and Description |
|---|
CommandExecutorImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(org.alfresco.jlan.server.SrvSession sess,
org.alfresco.jlan.server.filesys.TreeConnection tree,
Command command)
Execute the command.
|
ExtendedDiskInterface |
getDiskInterface() |
RepositoryDiskInterface |
getRepositoryDiskInterface() |
TransactionService |
getTransactionService() |
void |
init() |
void |
setDiskInterface(ExtendedDiskInterface diskInterface) |
void |
setRepositoryDiskInterface(RepositoryDiskInterface repositoryDiskInterface) |
void |
setTransactionService(TransactionService transactionService) |
public void init()
public java.lang.Object execute(org.alfresco.jlan.server.SrvSession sess,
org.alfresco.jlan.server.filesys.TreeConnection tree,
Command command)
throws java.io.IOException
CommandExecutorexecute in interface CommandExecutorjava.io.IOExceptionpublic void setTransactionService(TransactionService transactionService)
public TransactionService getTransactionService()
public void setRepositoryDiskInterface(RepositoryDiskInterface repositoryDiskInterface)
public RepositoryDiskInterface getRepositoryDiskInterface()
public void setDiskInterface(ExtendedDiskInterface diskInterface)
public ExtendedDiskInterface getDiskInterface()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.