com.ibm.websphere.samples.appprofile.accountmanagementejb
Interface AccountManagerHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface AccountManagerHome
extends javax.ejb.EJBHome

The Home Interfe for Application Profile Account Management Sample

Since:
04/15/2002

Method Summary
 AccountManager create()
          This Home Interface Method is responsible for the creation of an AccountManager.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

AccountManager create()
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException
This Home Interface Method is responsible for the creation of an AccountManager.

Returns:
AccountManager object created by this method
Throws:
javax.ejb.CreateException - This exception is thrown to indicate a failure to create the entity EJB.
RemoteException - Signals that a Remote exception of some sort has occurred.