com.sun.mail.mbox
Interface MailFile

All Superinterfaces:
FileInterface
All Known Subinterfaces:
InboxFile
All Known Implementing Classes:
UNIXFolder, UNIXInbox

public interface MailFile
extends FileInterface


Method Summary
 java.io.FileDescriptor getFD()
           
 boolean lock(java.lang.String mode)
           
 void touchlock()
           
 void unlock()
           
 
Methods inherited from interface com.sun.mail.mbox.FileInterface
canRead, canWrite, delete, exists, getAbsolutePath, getName, getParent, getPath, isAbsolute, isDirectory, isFile, lastModified, length, list, list, mkdir, mkdirs, renameTo
 

Method Detail

lock

boolean lock(java.lang.String mode)

unlock

void unlock()

touchlock

void touchlock()

getFD

java.io.FileDescriptor getFD()