Uses of Class
org.apache.jackrabbit.webdav.observation.EventDiscovery
-
Packages that use EventDiscovery Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.client.methods Provides classes for use with the Apache HttpClient, supporting WebDAV request methods.org.apache.jackrabbit.webdav.jcr.observation org.apache.jackrabbit.webdav.observation -
-
Uses of EventDiscovery in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav with parameters of type EventDiscovery Modifier and Type Method Description 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 Modifier and Type Method Description EventDiscovery
BaseDavRequest. getResponseBodyAsEventDiscovery(HttpResponse response)
Return response body asEventDiscovery
object. -
Uses of EventDiscovery in org.apache.jackrabbit.webdav.jcr.observation
Methods in org.apache.jackrabbit.webdav.jcr.observation that return EventDiscovery Modifier and Type Method Description 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 Modifier and Type Method Description static EventDiscovery
EventDiscovery. createFromXml(Element eventDiscoveryElement)
Build aEventDiscovery
from the specified xml element.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 occurred since the last poll.Methods in org.apache.jackrabbit.webdav.observation with parameters of type EventDiscovery Modifier and Type Method Description void
ObservationDavServletResponse. sendPollResponse(EventDiscovery eventDiscovery)
Send the response to a successful POLL request.
-