example.cmp.transaction
Interface RegistrationSessionHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface RegistrationSessionHome
extends javax.ejb.EJBLocalHome

Home Interface for the RegistrationSession bean.


Method Summary
 RegistrationSession create()
          Returns a new RegistrationSessionBean.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public RegistrationSession create()
                           throws javax.ejb.CreateException
Returns a new RegistrationSessionBean.