smbdav
Class SmbLockManager.SmbLock

java.lang.Object
  extended bysmbdav.LockInfo
      extended bysmbdav.Lock
          extended bysmbdav.DefaultLockManager.BasicLock
              extended bysmbdav.SmbLockManager.SmbLock
Enclosing class:
SmbLockManager

protected class SmbLockManager.SmbLock
extends DefaultLockManager.BasicLock


Constructor Summary
SmbLockManager.SmbLock(jcifs.smb.SmbFile resource, java.security.Principal principal, java.lang.String token, LockInfo lockInfo)
           
 
Method Summary
 void unlock()
           
 
Methods inherited from class smbdav.DefaultLockManager.BasicLock
getPrincipal, getResource, getToken, refresh, setTimeout
 
Methods inherited from class smbdav.Lock
toString
 
Methods inherited from class smbdav.LockInfo
getDepth, getOwner, getTimeout, isExclusive, setDepth, setExclusive, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SmbLockManager.SmbLock

public SmbLockManager.SmbLock(jcifs.smb.SmbFile resource,
                              java.security.Principal principal,
                              java.lang.String token,
                              LockInfo lockInfo)
                       throws java.io.IOException,
                              LockException
Method Detail

unlock

public void unlock()
            throws java.io.IOException
Overrides:
unlock in class DefaultLockManager.BasicLock
Throws:
java.io.IOException


Copyright © 2004 Eric Glass