public interface LockFile
| Modifier and Type | Method and Description | 
|---|---|
| String | getDirectory() | 
| String | getFileName() | 
| void | lock() | 
| boolean | unlock() | 
void lock()
          throws IOException
IOExceptionboolean unlock()
               throws IOException
IOExceptionString getFileName()
String getDirectory()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.