public class EventBundleImpl extends Object implements org.apache.jackrabbit.spi.EventBundle, Serializable
EventBundleImpl implements a serializable EventBundle.| Constructor and Description |
|---|
EventBundleImpl(Collection<org.apache.jackrabbit.spi.Event> events,
boolean isLocal)
Creates a new event bundle with
events. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<org.apache.jackrabbit.spi.Event> |
getEvents() |
boolean |
isLocal() |
Iterator<org.apache.jackrabbit.spi.Event> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic EventBundleImpl(Collection<org.apache.jackrabbit.spi.Event> events, boolean isLocal)
events.events - the events for this bundle.isLocal - if this events were created due to a local change.public Iterator<org.apache.jackrabbit.spi.Event> getEvents()
getEvents in interface org.apache.jackrabbit.spi.EventBundlepublic boolean isLocal()
isLocal in interface org.apache.jackrabbit.spi.EventBundleCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.