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

Packages that use MailServiceException
org.ow2.jonas.mail   
 

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.
 void MailService.unbindMailFactory(String factoryName)
          Unregister the factory with the given name.
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.