public class DummyAsyncRetryListener extends Object implements PostCommitEventListener
Modifier and Type | Field and Description |
---|---|
protected static int |
countHandled |
protected static int |
countOk |
Constructor and Description |
---|
DummyAsyncRetryListener() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static int |
getCountHandled() |
static int |
getCountOk() |
void |
handleEvent(EventBundle events)
Handles the set of events that were raised during the life of an user operation.
|
protected static int countHandled
protected static int countOk
public DummyAsyncRetryListener()
public void handleEvent(EventBundle events)
PostCommitEventListener
The events are fired as a BundleEvent
after the transaction is committed.
handleEvent
in interface PostCommitEventListener
events
- the events to handlepublic static void clear()
public static int getCountHandled()
public static int getCountOk()
Copyright © 2018 Nuxeo. All rights reserved.