Uses of Interface
org.apache.jackrabbit.spi.EventBundle

Packages that use EventBundle
org.apache.jackrabbit.jcr2spi   
org.apache.jackrabbit.jcr2spi.hierarchy   
org.apache.jackrabbit.jcr2spi.observation   
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi.commons.logging   
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.spi2jcr   
 

Uses of EventBundle in org.apache.jackrabbit.jcr2spi
 

Methods in org.apache.jackrabbit.jcr2spi that return EventBundle
 EventBundle WorkspaceManager.getEvents(EventFilter filter, long after)
          Returns the events from the journal that occurred after a given date.
 

Uses of EventBundle in org.apache.jackrabbit.jcr2spi.hierarchy
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type EventBundle
 void HierarchyEventListener.onEvent(EventBundle eventBundle)
          Processes events and invalidates cached ItemStates accordingly.
 

Uses of EventBundle in org.apache.jackrabbit.jcr2spi.observation
 

Methods in org.apache.jackrabbit.jcr2spi.observation with parameters of type EventBundle
 void ObservationManagerImpl.onEvent(EventBundle eventBundle)
           
 void InternalEventListener.onEvent(EventBundle eventBundle)
          Gets called when an event occurs.
 

Uses of EventBundle in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return EventBundle
 EventBundle RepositoryService.getEvents(SessionInfo sessionInfo, EventFilter filter, long after)
          Returns events from the EventJournal after a given point in time.
 EventBundle[] RepositoryService.getEvents(Subscription subscription, long timeout)
          Retrieves the events that occurred since the last call to this method for the passed subscription.
 

Uses of EventBundle in org.apache.jackrabbit.spi.commons
 

Classes in org.apache.jackrabbit.spi.commons that implement EventBundle
 class EventBundleImpl
          EventBundleImpl implements a serializable EventBundle.
 

Methods in org.apache.jackrabbit.spi.commons that return EventBundle
 EventBundle AbstractRepositoryService.getEvents(SessionInfo sessionInfo, EventFilter filter, long after)
           
 EventBundle[] AbstractRepositoryService.getEvents(Subscription subscription, long timeout)
           
 

Uses of EventBundle in org.apache.jackrabbit.spi.commons.logging
 

Methods in org.apache.jackrabbit.spi.commons.logging that return EventBundle
 EventBundle RepositoryServiceLogger.getEvents(SessionInfo sessionInfo, EventFilter filter, long after)
           
 EventBundle[] RepositoryServiceLogger.getEvents(Subscription subscription, long timeout)
           
 

Uses of EventBundle in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return EventBundle
 EventBundle RepositoryServiceImpl.getEvents(SessionInfo sessionInfo, EventFilter filter, long after)
           
 EventBundle[] RepositoryServiceImpl.getEvents(Subscription subscription, long timeout)
           
 

Uses of EventBundle in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return EventBundle
 EventBundle RepositoryServiceImpl.getEvents(SessionInfo sessionInfo, EventFilter filter, long after)
          Returns events from the EventJournal after a given point in time.
 EventBundle[] RepositoryServiceImpl.getEvents(Subscription subscription, long timeout)
          Retrieves the events that occurred since the last call to this method for the passed subscription.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.