Package org.nuxeo.ecm.core.event.impl
Class ShallowEvent
java.lang.Object
org.nuxeo.ecm.core.event.impl.EventImpl
org.nuxeo.ecm.core.event.impl.ShallowEvent
- All Implemented Interfaces:
Serializable
,Event
Light Event implementation. Used to reduce memory footprint of
Event
stacked in EventBundle
.- Author:
- Thierry Delprat
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.event.impl.EventImpl
ctx, flags, name, rollbackException, rollbackMessage, time
Fields inherited from interface org.nuxeo.ecm.core.event.Event
FLAG_BUBBLE_EXCEPTION, FLAG_CANCEL, FLAG_COMMIT, FLAG_IMMEDIATE, FLAG_INLINE, FLAG_NONE, FLAG_ROLLBACK
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.core.event.impl.EventImpl
cancel, getContext, getFlags, getName, getRollbackException, getRollbackMessage, getTime, isBubbleException, isCanceled, isCommitEvent, isImmediate, isInline, isMarkedForRollBack, markBubbleException, markRollBack, markRollBack, setImmediate, setInline, setIsCommitEvent
-
Constructor Details
-
ShallowEvent
-
-
Method Details
-
create
-