public abstract static class BatchProcessor.BatchProcessWorkerAdaptor extends java.lang.Object implements BatchProcessor.BatchProcessWorker
BatchProcessor.BatchProcessWorker.process(Object)| Constructor and Description |
|---|
BatchProcessor.BatchProcessWorkerAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterProcess()
No-op
|
void |
beforeProcess()
No-op
|
java.lang.String |
getIdentifier(java.lang.Object entry)
Gets an identifier for the given entry (for monitoring / logging purposes).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic BatchProcessor.BatchProcessWorkerAdaptor()
public java.lang.String getIdentifier(java.lang.Object entry)
BatchProcessor.BatchProcessWorkergetIdentifier in interface BatchProcessor.BatchProcessWorkerentry - the entrytoString() of the entrypublic void beforeProcess()
throws java.lang.Throwable
beforeProcess in interface BatchProcessor.BatchProcessWorkerjava.lang.Throwablepublic void afterProcess()
throws java.lang.Throwable
afterProcess in interface BatchProcessor.BatchProcessWorkerjava.lang.ThrowableCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.