| |
|
| org.jboss.mail.MailService
MailService | public class MailService extends ServiceMBeanSupport implements MailServiceMBean(Code) | | MBean that gives support for JavaMail. Object of class javax.mail.Session will be bound
in JNDI with the name provided with method
MailService.setJNDIName .
version: $Revision: 57210 $ author: Simone Bordet author: Jason Dillon author: Scott.Stark@jboss.org |
mMail | ObjectName mMail(Code) | | Object Name of the JSR-77 representant of this service
|
getConfiguration | public Element getConfiguration()(Code) | | Configuration for the mail service.
|
getPassword | protected String getPassword()(Code) | | Password is write only.
|
getTransportProtocol | public String getTransportProtocol()(Code) | | |
setConfiguration | public void setConfiguration(Element element)(Code) | | Configuration for the mail service.
|
setJNDIName | public void setJNDIName(String name)(Code) | | The JNDI name under which javax.mail.Session objects are bound.
|
|
|
|