Uses of Class
org.apache.jackrabbit.webdav.observation.EventDiscovery

Packages that use EventDiscovery
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.client.methods This package contains classes and utilities used to build a WebDAV client implementation. 
org.apache.jackrabbit.webdav.jcr.observation   
org.apache.jackrabbit.webdav.observation Contains interfaces and classes related to observation, which is not covered by the WebDAV protocol. 
 

Uses of EventDiscovery in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav with parameters of type EventDiscovery
 void WebdavResponseImpl.sendPollResponse(EventDiscovery eventDiscovery)
           
 

Uses of EventDiscovery in org.apache.jackrabbit.webdav.client.methods
 

Methods in org.apache.jackrabbit.webdav.client.methods that return EventDiscovery
 EventDiscovery PollMethod.getResponseAsEventDiscovery()
           
 

Uses of EventDiscovery in org.apache.jackrabbit.webdav.jcr.observation
 

Methods in org.apache.jackrabbit.webdav.jcr.observation that return EventDiscovery
 EventDiscovery SubscriptionManagerImpl.poll(String subscriptionId, long timeout, ObservationResource resource)
          Retrieve all event bundles accumulated since for the subscription specified by the given id.
 

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

Methods in org.apache.jackrabbit.webdav.observation that return EventDiscovery
 EventDiscovery ObservationResource.poll(String subscriptionId, long timeout)
          Retrieve the list of events that where recorded for the event listener with the given SubscriptionId.
 EventDiscovery SubscriptionManager.poll(String subscriptionId, long timeout, ObservationResource resource)
          Retrieve the list of events that occured since the last poll.
 

Methods in org.apache.jackrabbit.webdav.observation with parameters of type EventDiscovery
 void ObservationDavServletResponse.sendPollResponse(EventDiscovery eventdiscovery)
          Send the response to a sucessful POLL request.
 



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