public interface FileSystemReceiverService
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataDirectory()
Get the directory to which work phase files get written.
|
java.lang.String |
getLogDirectory()
Get the directory to which log (as in journal) files will be written.
|
boolean |
isErrorOnOverwrite()
Should an error be generated on overwriting content ?
|
java.lang.Runnable |
pollCommand()
poll a queued command.
|
void |
queueCommand(java.lang.Runnable command)
Queue a command object for execution.
|
java.lang.String getLogDirectory()
java.lang.String getDataDirectory()
boolean isErrorOnOverwrite()
void queueCommand(java.lang.Runnable command)
java.lang.Runnable pollCommand()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.