com.ibm.portal.resolver.webdav.tree
Interface WebdavLockHandler


public interface WebdavLockHandler

Callback interface used to indicate locks held on a particular resource. The interface is used by the WebdavLockableTreeModel.visitLocks(WebdavLockHandler, Object) method to enumerate the available locks of a resource.

Since:
6.1.5
Note:
This interface is designed to be implemented by clients.

Method Summary
 void activeLock(WebdavLock aLock)
          Called to indicate an active lock
 

Method Detail

activeLock

void activeLock(WebdavLock aLock)
                throws org.xml.sax.SAXException
Called to indicate an active lock

Parameters:
aLock - the lock, not null
Throws:
org.xml.sax.SAXException