Uses of Interface
org.apache.jackrabbit.webdav.observation.EventBundle

Packages that use EventBundle
org.apache.jackrabbit.webdav.observation Contains interfaces and classes related to observation, which is not covered by the WebDAV protocol. 
 

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

Methods in org.apache.jackrabbit.webdav.observation that return types with arguments of type EventBundle
 Iterator<EventBundle> EventDiscovery.getEventBundles()
          Returns an iterator over the event bundles currently present on this discovery.
 

Methods in org.apache.jackrabbit.webdav.observation with parameters of type EventBundle
 void EventDiscovery.addEventBundle(EventBundle eventBundle)
          Add the Xml representation of an single 'eventBundle' listing the events that resulted from a change in the server, filtered by the restrictions present in the corresponding subscription.
 



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