| mailsb.SessionMailerHome
SessionMailerHome | public interface SessionMailerHome extends EJBHome(Code) | | Home interface for the bean Mailer
Work with javax.mail.Session
author: Florent Benoit author: Ludovic Bert |
Method Summary | |
SessionMailer | create(String name) Create a bean with a specific name
Parameters: name - the name of the bean throws: CreateException - if the bean creation failed. throws: RemoteException - if the call failed. |
create | SessionMailer create(String name) throws CreateException, RemoteException(Code) | | Create a bean with a specific name
Parameters: name - the name of the bean throws: CreateException - if the bean creation failed. throws: RemoteException - if the call failed. the "mailer" bean created |
|
|