Uses of Class
org.apache.webdav.lib.Subscription

Packages that use Subscription
org.apache.webdav.lib   
 

Uses of Subscription in org.apache.webdav.lib
 

Methods in org.apache.webdav.lib that return Subscription
 Subscription WebdavResource.subscribeMethod(java.lang.String path, java.lang.String notificationType, java.lang.String callback, long notificationDelay, int depth, long lifetime)
          Subscribes for notifications for modifications of WebDAV resources.
 

Methods in org.apache.webdav.lib with parameters of type Subscription
 boolean WebdavResource.pollMethod(Subscription subscription)
          Asks the server whether events for a given subscription are fired.
 boolean WebdavResource.subscribeMethod(Subscription subscription)
          Refreshes a subscription.
 boolean WebdavResource.unsubscribeMethod(Subscription subscription)
          Cancels a subscription.
 



Copyright © {inceptionYear}-2006 null. All Rights Reserved.