Package | Description |
---|---|
javax.mail |
The JavaMailTM API
provides classes that model a mail system.
|
Modifier and Type | Field and Description |
---|---|
private EventQueue |
Service.q
The queue of events to be delivered.
|
private EventQueue |
Session.q |
private EventQueue |
Folder.q |
Modifier and Type | Field and Description |
---|---|
private static java.util.WeakHashMap<java.lang.ClassLoader,EventQueue> |
EventQueue.appq |
Modifier and Type | Method and Description |
---|---|
(package private) static EventQueue |
EventQueue.getApplicationEventQueue(java.util.concurrent.Executor ex)
Create (if necessary) an application-scoped event queue.
|
(package private) EventQueue |
Service.getEventQueue()
Package private method to allow Folder to get the EventQueue for a Store.
|
(package private) EventQueue |
Session.getEventQueue() |