Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.event
Interface ReconnectedEventBundle

All Superinterfaces:
EventBundle, java.lang.Iterable<Event>, java.io.Serializable
All Known Implementing Classes:
ReconnectedEventBundleImpl, ReconnectedJMSEventBundle

public interface ReconnectedEventBundle
extends EventBundle

Because EventBundle can be processed asynchronously, they can be executed:

This interface is used to mark Bundles that supports this kind of processing. This basically means:

Author:
tiry

Method Summary
 boolean comesFromJMS()
          Marker for Bundles coming from JMS.
 void disconnect()
          Manage cleanup after processing.
 
Methods inherited from interface org.nuxeo.ecm.core.event.EventBundle
containsEventName, getName, getSourceVMID, hasRemoteSource, isEmpty, peek, push, size
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

disconnect

void disconnect()
Manage cleanup after processing.


comesFromJMS

boolean comesFromJMS()
Marker for Bundles coming from JMS.


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.