Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.event.tx
Class PostCommitSynchronousRunner

java.lang.Object
  extended by org.nuxeo.ecm.core.event.tx.PostCommitSynchronousRunner
Direct Known Subclasses:
BulkExecutor

public class PostCommitSynchronousRunner
extends Object

Runs synchronous Listeners in a separated thread in order to enable TX management

Author:
Thierry Delprat

Field Summary
static int DEFAULT_TIME_OUT_MS
           
 
Constructor Summary
PostCommitSynchronousRunner(List<EventListenerDescriptor> listeners, EventBundle event)
           
PostCommitSynchronousRunner(List<EventListenerDescriptor> listeners, EventBundle event, long timeout)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TIME_OUT_MS

public static final int DEFAULT_TIME_OUT_MS
See Also:
Constant Field Values
Constructor Detail

PostCommitSynchronousRunner

public PostCommitSynchronousRunner(List<EventListenerDescriptor> listeners,
                                   EventBundle event,
                                   long timeout)

PostCommitSynchronousRunner

public PostCommitSynchronousRunner(List<EventListenerDescriptor> listeners,
                                   EventBundle event)
Method Detail

run

public void run()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.