Class DummyAsyncRetryListener

java.lang.Object
org.nuxeo.ecm.core.storage.sql.listeners.DummyAsyncRetryListener
All Implemented Interfaces:
PostCommitEventListener

public class DummyAsyncRetryListener extends Object implements PostCommitEventListener
  • Field Details

  • Constructor Details

    • DummyAsyncRetryListener

      public DummyAsyncRetryListener()
  • Method Details

    • handleEvent

      public void handleEvent(EventBundle events)
      Description copied from interface: PostCommitEventListener
      Handles the set of events that were raised during the life of an user operation.

      The events are fired as a BundleEvent after the transaction is committed.

      Specified by:
      handleEvent in interface PostCommitEventListener
      Parameters:
      events - the events to handle
    • clear

      public static void clear()
    • getCountHandled

      public static int getCountHandled()
    • getCountOk

      public static int getCountOk()