MailServiceHome Interface

com.bea.p13n.mail
MailServiceHome Interface

public interface MailServiceHome

    extends EJBHome

Home interface for the MailService.


All Superinterfaces
EJBHome, Remote

Method Summary

public MailService
create()
Create an instance of the MailService
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public MailService create()
throws CreateException, RemoteException
Create an instance of the MailService

Exceptions

CreateException
RemoteException