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

Packages that use ObservationResource
org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations. 
org.apache.jackrabbit.webdav.jcr.observation   
org.apache.jackrabbit.webdav.jcr.version Contains JCR specific implementations for the following interfaces: VersionableResource VersionControlledResource VersionResource VersionHistoryResource  
org.apache.jackrabbit.webdav.observation Contains interfaces and classes related to observation, which is not covered by the WebDAV protocol. 
 

Uses of ObservationResource in org.apache.jackrabbit.webdav.jcr
 

Classes in org.apache.jackrabbit.webdav.jcr that implement ObservationResource
 class DefaultItemCollection
          DefaultItemCollection represents a JCR node item.
 class DefaultItemResource
          DefaultItemResource represents JCR property item.
 class VersionControlledItemCollection
          VersionControlledItemCollection represents a JCR node item and covers all functionality related to versioning of Nodes.
 

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

Methods in org.apache.jackrabbit.webdav.jcr.observation with parameters of type ObservationResource
 SubscriptionDiscovery SubscriptionManagerImpl.getSubscriptionDiscovery(ObservationResource resource)
          Retrieve the SubscriptionDiscovery object for the given resource.
 EventDiscovery SubscriptionManagerImpl.poll(String subscriptionId, long timeout, ObservationResource resource)
          Retrieve all event bundles accumulated since for the subscription specified by the given id.
 Subscription SubscriptionManagerImpl.subscribe(SubscriptionInfo info, String subscriptionId, ObservationResource resource)
          Create a new Subscription or update an existing Subscription and add it as eventlistener to the ObservationManager.
 void SubscriptionManagerImpl.unsubscribe(String subscriptionId, ObservationResource resource)
          Unsubscribe the Subscription with the given id and remove it from the ObservationManager as well as from the internal map.
 

Constructors in org.apache.jackrabbit.webdav.jcr.observation with parameters of type ObservationResource
SubscriptionImpl(SubscriptionInfo info, ObservationResource resource)
          Create a new Subscription with the given SubscriptionInfo and resource.
 

Uses of ObservationResource in org.apache.jackrabbit.webdav.jcr.version
 

Classes in org.apache.jackrabbit.webdav.jcr.version that implement ObservationResource
 class VersionHistoryItemCollection
          VersionHistoryItemCollection represents a JCR version history.
 class VersionItemCollection
          VersionItemCollection represents a JCR version.
 

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

Methods in org.apache.jackrabbit.webdav.observation with parameters of type ObservationResource
 SubscriptionDiscovery SubscriptionManager.getSubscriptionDiscovery(ObservationResource resource)
          Retrieve the SubscriptionDiscovery object for the given resource.
 EventDiscovery SubscriptionManager.poll(String subscriptionId, long timeout, ObservationResource resource)
          Retrieve the list of events that occured since the last poll.
 Subscription SubscriptionManager.subscribe(SubscriptionInfo info, String subscriptionId, ObservationResource resource)
          Create a new Subscription or update an existing Subscription..
 void SubscriptionManager.unsubscribe(String subscriptionId, ObservationResource resource)
          Unsubscribe the Subscription with the given id.
 



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