|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.File
com.sun.mail.mbox.UNIXFile
com.sun.mail.mbox.UNIXFolder
com.sun.mail.mbox.UNIXInbox
public class UNIXInbox
| Field Summary |
|---|
| Fields inherited from class com.sun.mail.mbox.UNIXFolder |
|---|
file |
| Fields inherited from class com.sun.mail.mbox.UNIXFile |
|---|
loaded |
| Fields inherited from class java.io.File |
|---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
|---|---|
UNIXInbox(java.lang.String user,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
closeLock()
|
boolean |
lock(java.lang.String mode)
|
boolean |
openLock(java.lang.String mode)
|
void |
touchlock()
|
void |
unlock()
|
| Methods inherited from class com.sun.mail.mbox.UNIXFolder |
|---|
getFD |
| Methods inherited from class com.sun.mail.mbox.UNIXFile |
|---|
lastAccessed, lastAccessed, lastAccessed0, lock |
| Methods inherited from class java.io.File |
|---|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.mail.mbox.MailFile |
|---|
getFD |
| 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 |
| Constructor Detail |
|---|
public UNIXInbox(java.lang.String user,
java.lang.String name)
| Method Detail |
|---|
public boolean lock(java.lang.String mode)
lock in interface MailFilelock in class UNIXFolderpublic void unlock()
unlock in interface MailFileunlock in class UNIXFolderpublic void touchlock()
touchlock in interface MailFiletouchlock in class UNIXFolderpublic boolean openLock(java.lang.String mode)
openLock in interface InboxFilepublic void closeLock()
closeLock in interface InboxFile
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||