Uses of Interface
org.apache.jackrabbit.webdav.observation.ObservationResource
-
Packages that use ObservationResource Package Description org.apache.jackrabbit.webdav.observation -
-
Uses of ObservationResource in org.apache.jackrabbit.webdav.observation
Methods in org.apache.jackrabbit.webdav.observation with parameters of type ObservationResource Modifier and Type Method Description SubscriptionDiscoverySubscriptionManager. getSubscriptionDiscovery(ObservationResource resource)Retrieve theSubscriptionDiscoveryobject for the given resource.EventDiscoverySubscriptionManager. poll(String subscriptionId, long timeout, ObservationResource resource)Retrieve the list of events that occurred since the last poll.SubscriptionSubscriptionManager. subscribe(SubscriptionInfo info, String subscriptionId, ObservationResource resource)Create a newSubscriptionor update an existingSubscription..voidSubscriptionManager. unsubscribe(String subscriptionId, ObservationResource resource)Unsubscribe theSubscriptionwith the given id.
-