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

Packages that use ObservationConstants
org.apache.jackrabbit.spi2dav   
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 ObservationConstants in org.apache.jackrabbit.spi2dav
 

Classes in org.apache.jackrabbit.spi2dav that implement ObservationConstants
 class EventImpl
          EventImpl...
 

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

Classes in org.apache.jackrabbit.webdav.client.methods that implement ObservationConstants
 class PollMethod
          PollMethod imple
 class SubscribeMethod
          SubscribeMethod...
 

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

Classes in org.apache.jackrabbit.webdav.jcr.observation that implement ObservationConstants
 class SubscriptionImpl
          The Subscription class encapsulates a single subscription with the following responsibilities: Providing access to the subscription info, Recording events this subscription is interested in, Providing access to the events.
 

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

Classes in org.apache.jackrabbit.webdav.observation that implement ObservationConstants
 class EventDiscovery
          EventDiscovery represents the request body of a successfull POLL request.
 class SubscriptionInfo
          SubscriptionInfo class encapsulates the subscription info that forms the request body of a SUBSCRIBE request.
 



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