Uses of Class
org.ow2.jonas.mail.MailServiceException

Packages that use MailServiceException
org.ow2.jonas.mail   
org.ow2.jonas.mail.internal   
 

Uses of MailServiceException in org.ow2.jonas.mail
 

Methods in org.ow2.jonas.mail that throw MailServiceException
 void MailService.createMailFactory(String name, Properties props)
          Create a mail factory with the specified properties and register it into the registry.
 void MailService.recreateJavaMailFactory(JavaMail factory)
          This method is used when a Mail Factory configuration is modified via jonasAdmin.
 void MailService.renameJavaMailFactory(String oldName, JavaMail factory)
          This method is used when a particular Mail Factory configuration operation is done via jonasAdmin : when the JNDI name of this resource is modified.
 void MailService.unbindMailFactories()
          Unregister all the binding factories on the server.
 

Uses of MailServiceException in org.ow2.jonas.mail.internal
 

Methods in org.ow2.jonas.mail.internal that throw MailServiceException
 void JOnASMailService.createMailFactory(String factoryName, Properties props)
          Create a mail factory with the specified properties and register it into the registry.
 void JOnASMailService.createMailFactoryMBean(String name, Properties props, Boolean loadFromFile)
          Create a mail factory with the specified properties and register it into the registry.
 void JOnASMailService.recreateJavaMailFactory(JavaMail factory)
          This method is used when a Mail Factory configuration is modified via jonasAdmin.
 void JOnASMailService.renameJavaMailFactory(String oldName, JavaMail factory)
          This method is used when a particular Mail Factory configuration operation is done via jonasAdmin : when the JNDI name of this resource is modified.
 void JOnASMailService.unbindMailFactories()
          Unregister all the binding factories on the server and in JMX Server.
 void JOnASMailService.unbindMailFactoryMBean(String factoryName)
          Unregister the factory with the given name.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.