com.ibm.websphere.samples.beenthere
Interface BeenThereHome

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

public interface BeenThereHome
extends javax.ejb.EJBHome

The home interface for the BeenThere stateless session EJB.


Method Summary
 BeenThere create()
          Creates a new instance of the BeenThere EJB.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

BeenThere create()
                 throws java.rmi.RemoteException,
                        javax.ejb.CreateException
Creates a new instance of the BeenThere EJB.

Returns:
BeenThere a BeenThere EJB object
Throws:
java.ejb.CreateException - if the method failed to create the EJB
java.rmi.RemoteException - if the method failed due to a system-level failure
javax.ejb.CreateException