org.alfresco.deployment.impl.fsr
Interface FileSystemReceiverService

All Known Implementing Classes:
FileSystemReceiverServiceImpl

public interface FileSystemReceiverService


Method Summary
 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.
 

Method Detail

getLogDirectory

java.lang.String getLogDirectory()
Get the directory to which log (as in journal) files will be written.

Returns:
the logDirectory

getDataDirectory

java.lang.String getDataDirectory()
Get the directory to which work phase files get written.

Returns:
the data directory

isErrorOnOverwrite

boolean isErrorOnOverwrite()
Should an error be generated on overwriting content ?


queueCommand

void queueCommand(java.lang.Runnable command)
Queue a command object for execution.


pollCommand

java.lang.Runnable pollCommand()
poll a queued command.

Returns:
the command or null if there is no command on the queue


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.