Inheritance diagram for org.objectweb.jonas.mail.MailServiceImplMBean:

Public Member Functions | |
| void | createMailFactoryMBean (String name, Properties props, Boolean loadFromFile) throws MailServiceException |
Package Functions | |
| Integer | getCurrentNumberOfMailFactories () |
| Integer | getCurrentNumberOfMimeMailFactories () |
| Integer | getCurrentNumberOfSessionMailFactories () |
| Properties | getMailFactoryPropertiesFile (String configFile) throws Exception |
| List | getMailFactoryPropertiesFiles () throws Exception |
| List | getMimePartMailFactoryPropertiesFiles () throws Exception |
| List | getSessionMailFactoryPropertiesFiles () throws Exception |
| void | unbindMailFactoryMBean (String name) throws MailServiceException |
Florent Benoit
Definition at line 38 of file MailServiceImplMBean.java.
|
||||||||||||||||
|
Create a mail factory with the specified properties and register it into the registry.
Implemented in org.objectweb.jonas.mail.MailServiceImpl. |
|
|
Implemented in org.objectweb.jonas.mail.MailServiceImpl. |
|
|
Implemented in org.objectweb.jonas.mail.MailServiceImpl. |
|
|
Implemented in org.objectweb.jonas.mail.MailServiceImpl. |
|
|
Gets the mail factory configuration properties from a local file
Implemented in org.objectweb.jonas.mail.MailServiceImpl. |
|
|
Implemented in org.objectweb.jonas.mail.MailServiceImpl. |
|
|
Implemented in org.objectweb.jonas.mail.MailServiceImpl. |
|
|
Implemented in org.objectweb.jonas.mail.MailServiceImpl. |
|
|
Unregister the factory binded with the given name.
Implemented in org.objectweb.jonas.mail.MailServiceImpl. |
1.3.9.1