org.mortbay.jetty.plus
Class MailService
- Map, LifeCycle, Service
public class MailService
implements Map
MailService.java
Created: Fri May 30 09:25:47 2003
DEFAULT_MAIL_JNDI
public static final String DEFAULT_MAIL_JNDI
_objectFactory
protected ObjectFactory _objectFactory
_password
protected String _password
_sessionProperties
protected Properties _sessionProperties
_user
protected String _user
MailService
public MailService()
containsKey
public boolean containsKey(Object key)
containsValue
public boolean containsValue(Object value)
entrySet
public Set entrySet()
equals
public boolean equals(Object o)
get
public Object get(Object key)
getPassword
protected String getPassword()
getUser
public String getUser()
hashCode
public int hashCode()
isEmpty
public boolean isEmpty()
keySet
public Set keySet()
put
public Object put(Object key,
Object value)
putAll
public void putAll(Map t)
remove
public Object remove(Object key)
setPassword
public void setPassword(String pwd)
setUser
public void setUser(String user)
stop
public void stop()
throws InterruptedException
Stop the LifeCycle.
The LifeCycle may wait for current activities to complete
normally, but it can be interrupted.
- stop in interface Service
- stop in interface LifeCycle
- stop in interface AbstractService
values
public Collection values()
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.