com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb
Interface SampleBeanHome

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

public interface SampleBeanHome
extends javax.ejb.EJBHome

Home interface for Enterprise Bean: SampleBean


Method Summary
 SampleBean create()
          Creates a default instance of Session Bean: SampleBean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

SampleBean create()
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException
Creates a default instance of Session Bean: SampleBean.

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