Package org.fcrepo.kernel.impl.observer
Class EventAccumulatorImpl
- java.lang.Object
-
- org.fcrepo.kernel.impl.observer.EventAccumulatorImpl
-
- All Implemented Interfaces:
org.fcrepo.kernel.api.observer.EventAccumulator
@Component public class EventAccumulatorImpl extends Object implements org.fcrepo.kernel.api.observer.EventAccumulator
- Author:
- pwinckles
-
-
Constructor Summary
Constructors Constructor Description EventAccumulatorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearEvents(String transactionId)voidemitEvents(String transactionId, String baseUrl, String userAgent)voidrecordEventForOperation(String transactionId, org.fcrepo.kernel.api.identifiers.FedoraId fedoraId, org.fcrepo.kernel.api.operations.ResourceOperation operation)
-
-
-
Constructor Detail
-
EventAccumulatorImpl
public EventAccumulatorImpl()
-
-
Method Detail
-
recordEventForOperation
public void recordEventForOperation(String transactionId, org.fcrepo.kernel.api.identifiers.FedoraId fedoraId, org.fcrepo.kernel.api.operations.ResourceOperation operation)
- Specified by:
recordEventForOperationin interfaceorg.fcrepo.kernel.api.observer.EventAccumulator
-
emitEvents
public void emitEvents(String transactionId, String baseUrl, String userAgent)
- Specified by:
emitEventsin interfaceorg.fcrepo.kernel.api.observer.EventAccumulator
-
clearEvents
public void clearEvents(String transactionId)
- Specified by:
clearEventsin interfaceorg.fcrepo.kernel.api.observer.EventAccumulator
-
-