| org.objectweb.jonas.mail.factory.JavaMailResourceMBean
All known Subclasses: org.objectweb.jonas.mail.factory.JavaMailSessionResourceMBean, org.objectweb.jonas.mail.factory.JavaMailMimePartDSResourceMBean,
JavaMailResourceMBean | public class JavaMailResourceMBean extends BaseModelMBean (Code) | | This interface defines all the management methods provided by the JavaMailResource objects.
author: Florent Benoit author: Ludovic Bert author: Adriana Danes: author: - Refactor code: rename the management methods (use straightforward names, as they are to be used in a Management Console) author: - J2EEManagement conformance author: - Use jakarta-commons modeler |
getAuthenticationProperties | Properties getAuthenticationProperties()(Code) | | Get the authentication properties.
properties of the authentication. |
getFactoryName | String getFactoryName()(Code) | | Get the name of the factory.
name of the mail factory. |
getFactoryType | String getFactoryType()(Code) | | Get the type of the factory.
type of the mail factory. |
getName | String getName()(Code) | | Get the name of the factory.
name of the mail factory. |
getSessionProperties | Properties getSessionProperties()(Code) | | Get the session properties.
the properties of Session. |
saveConfig | void saveConfig()(Code) | | Save updated configuration
|
setAuthenticationProperties | void setAuthenticationProperties(Properties props)(Code) | | Set the authentication properties.
Parameters: props - the authentication properties. |
setName | void setName(String name)(Code) | | Set the name of the factory.
Parameters: name - name of the mail factory. |
setSessionProperties | void setSessionProperties(Properties props)(Code) | | Set the session properties.
Parameters: props - the Session properties. |
|
|