Uses of Class
smbdav.LockException

Packages that use LockException
smbdav   
 

Uses of LockException in smbdav
 

Methods in smbdav that throw LockException
protected  DefaultLockManager.BasicLock SmbLockManager.createLock(jcifs.smb.SmbFile resource, java.security.Principal principal, java.lang.String lockToken, LockInfo lockInfo)
           
 java.lang.String LockManager.lock(jcifs.smb.SmbFile resource, java.security.Principal principal, LockInfo lockInfo)
          Locks the specified resource, using the provided lock information.
 void LockManager.refresh(jcifs.smb.SmbFile resource, java.security.Principal principal, java.lang.String[] lockTokens, long timeout)
          Refreshes the locks represented by the provided lock tokens on the specified resource.
 void LockManager.unlock(jcifs.smb.SmbFile resource, java.security.Principal principal, java.lang.String lockToken)
          Removes the lock on the specified resource represented by the provided lock token.
 java.lang.String DefaultLockManager.lock(jcifs.smb.SmbFile resource, java.security.Principal principal, LockInfo lockInfo)
           
 void DefaultLockManager.refresh(jcifs.smb.SmbFile resource, java.security.Principal principal, java.lang.String[] lockTokens, long timeout)
           
 void DefaultLockManager.unlock(jcifs.smb.SmbFile resource, java.security.Principal principal, java.lang.String lockToken)
           
protected  DefaultLockManager.BasicLock DefaultLockManager.createLock(jcifs.smb.SmbFile resource, java.security.Principal principal, java.lang.String lockToken, LockInfo lockInfo)
           
 

Constructors in smbdav that throw LockException
SmbLockManager.SmbLock(jcifs.smb.SmbFile resource, java.security.Principal principal, java.lang.String token, LockInfo lockInfo)
           
 



Copyright © 2004 Eric Glass