Interface JackrabbitEvent
- All Superinterfaces:
- Event
This is an extension of the event interface which provides
 a method to detect whether the changes happened on locally
 or remotely in a clustered environment.
- 
Field SummaryFields inherited from interface javax.jcr.observation.EventNODE_ADDED, NODE_MOVED, NODE_REMOVED, PERSIST, PROPERTY_ADDED, PROPERTY_CHANGED, PROPERTY_REMOVED
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn a flag indicating whether this is an externally generated event.Methods inherited from interface javax.jcr.observation.EventgetDate, getIdentifier, getInfo, getPath, getType, getUserData, getUserID
- 
Method Details- 
isExternalboolean isExternal()Return a flag indicating whether this is an externally generated event.- Returns:
- trueif this is an external event;- falseotherwise
 
 
-