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

Packages that use EventBundle
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.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 InternalEventListener.onEvent(EventBundle eventBundle)
          Gets called when an event occurs.
 void ObservationManagerImpl.onEvent(EventBundle eventBundle)
           
 

Uses of EventBundle in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return EventBundle
 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[] AbstractReadableRepositoryService.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(Subscription subscription, long timeout)
           
 

Uses of EventBundle in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return EventBundle
 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(Subscription subscription, long timeout)
          Retrieves the events that occurred since the last call to this method for the passed subscription.
 



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