com.ibm.websphere.samples.workarea.companycontextejb
Interface BeanHome

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

public interface BeanHome
extends javax.ejb.EJBHome

This is a Home interface for the Session Bean


Method Summary
 Bean create()
          create method for a session bean
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

Bean create()
            throws javax.ejb.CreateException,
                   java.rmi.RemoteException
create method for a session bean

Returns:
Bean
Throws:
javax.ejb.CreateException - The exception description.
java.rmi.RemoteException - The exception description.