|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.MailAccessWatcher
public final class MailAccessWatcher
MailAccessWatcher - Keeps track of connected instances of MailAccess and allows a forced close if connection time exceeds
allowed time
| Method Summary | |
|---|---|
static void |
addMailAccess(MailAccess<?,?> mailAccess)
Adds specified mail access to this watcher's tracing if not already added before. |
static int |
getNumberOfMailAccesses()
Gets the number of currently tracked mail accesses. |
static void |
removeMailAccess(MailAccess<?,?> mailAccess)
Removes specified mail access from this watcher's tracing |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void addMailAccess(MailAccess<?,?> mailAccess)
Watcher is established if not running, yet
mailAccess - The mail access to addpublic static void removeMailAccess(MailAccess<?,?> mailAccess)
mailAccess - The mail access to removepublic static int getNumberOfMailAccesses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||