protected abstract class ChainingUserRegistrySynchronizer.BaseBatchProcessWorker extends java.lang.Object implements BatchProcessor.BatchProcessWorker
| Modifier | Constructor and Description |
|---|---|
protected |
ChainingUserRegistrySynchronizer.BaseBatchProcessWorker() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterProcess()
Callback to allow thread cleanup after the work entries have been
processed. |
void |
beforeProcess()
Callback to allow thread initialization before the work entries are
processed. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdentifier, processprotected ChainingUserRegistrySynchronizer.BaseBatchProcessWorker()
public final void beforeProcess()
throws java.lang.Throwable
BatchProcessor.BatchProcessWorkerprocessed. Typically, this will include authenticating
as a valid user and disbling or enabling any system flags that might affect the
entry processing.beforeProcess in interface BatchProcessor.BatchProcessWorkerjava.lang.Throwablepublic final void afterProcess()
throws java.lang.Throwable
BatchProcessor.BatchProcessWorkerprocessed.
Typically, this will involve cleanup of authentication and resetting any
system flags previously set.
This call is made regardless of the outcome of the entry processing.afterProcess in interface BatchProcessor.BatchProcessWorkerjava.lang.ThrowableCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.