|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.EventBundleImpl
public class EventBundleImpl
EventBundleImpl implements a serializable EventBundle.
| Constructor Summary | |
|---|---|
EventBundleImpl(java.util.Collection<Event> events,
boolean isLocal)
Creates a new event bundle with events. |
|
| Method Summary | |
|---|---|
java.util.Iterator<Event> |
getEvents()
|
boolean |
isLocal()
|
java.util.Iterator<Event> |
iterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventBundleImpl(java.util.Collection<Event> events,
boolean isLocal)
events.
events - the events for this bundle.isLocal - if this events were created due to a local change.| Method Detail |
|---|
public java.util.Iterator<Event> getEvents()
getEvents in interface EventBundlepublic boolean isLocal()
isLocal in interface EventBundlepublic java.util.Iterator<Event> iterator()
iterator in interface java.lang.Iterable<Event>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||