org.mortbay.jetty.plus
public class MailService extends AbstractService implements Map
Version: 1.0
| Nested Class Summary | |
|---|---|
| class | MailService.MailAuthenticator |
| static class | MailService.SessionObjectFactory |
| Field Summary | |
|---|---|
| static String | DEFAULT_MAIL_JNDI |
| protected ObjectFactory | _objectFactory |
| protected String | _password |
| protected Properties | _sessionProperties |
| protected String | _user |
| Constructor Summary | |
|---|---|
| MailService() | |
| Method Summary | |
|---|---|
| void | clear() |
| boolean | containsKey(Object key) |
| boolean | containsValue(Object value) |
| Set | entrySet() |
| boolean | equals(Object o) |
| Object | get(Object key) |
| protected String | getPassword() |
| String | getUser() |
| int | hashCode() |
| boolean | isEmpty() |
| Set | keySet() |
| Object | put(Object key, Object value) |
| void | putAll(Map t) |
| Object | remove(Object key) |
| void | setPassword(String pwd) |
| void | setUser(String user) |
| int | size() |
| void | start()
Create a Session and bind to JNDI
|
| void | stop() |
| Collection | values() |
Throws: Exception