org.jboss.test.cts.interfaces
Interface CtsCmp2LocalHome

All Superinterfaces:
EJBLocalHome (src)

public interface CtsCmp2LocalHome
extends EJBLocalHome (src)


Method Summary
 CtsCmp2Local create(java.lang.String key, java.lang.String data)
           
 CtsCmp2Local findByPrimaryKey(java.lang.String key)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public CtsCmp2Local create(java.lang.String key,
                           java.lang.String data)
                    throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public CtsCmp2Local findByPrimaryKey(java.lang.String key)
                              throws FinderException (src) 
Throws:
FinderException (src)