Package javax.jcr.observation


package javax.jcr.observation
Provides interfaces and classes for content repository event observation functionality.
  • Interfaces
    Class
    Description
    An event fired by the observation mechanism.
    Allows easy iteration through a list of Events with nextEvent as well as a skip method inherited from RangeIterator.
    An EventJournal is an extension of EventIterator that provides the additional method EventJournal.skipTo(long).
    An event listener.
    Allows easy iteration through a list of EventListeners with nextEventListener as well as a skip method inherited from RangeIterator.
    The ObservationManager object.