com.sun.mail.mbox
Interface InboxFile

All Superinterfaces:
FileInterface, MailFile
All Known Implementing Classes:
UNIXInbox

public interface InboxFile
extends MailFile


Method Summary
 void closeLock()
           
 boolean openLock(java.lang.String mode)
           
 
Methods inherited from interface com.sun.mail.mbox.MailFile
getFD, lock, touchlock, 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

openLock

boolean openLock(java.lang.String mode)

closeLock

void closeLock()