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


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.