Skip navigation links


com.bea.p13n.mail
Interface MailServiceHome

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface MailServiceHome
extends javax.ejb.EJBHome

Home interface for the MailService.


Method Summary
 MailService create()
          Create an instance of the MailService

 

Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove

 

Method Detail

create

MailService create()
                   throws javax.ejb.CreateException,
                          RemoteException
Create an instance of the MailService
Throws
javax.ejb.CreateException
RemoteException

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.