org.jboss.test.cmp2.cmrtransaction.interfaces
Interface TreeLocalHome

All Superinterfaces:
EJBLocalHome (src)

public interface TreeLocalHome
extends EJBLocalHome (src)


Method Summary
 TreeLocal (src) create(java.lang.String id, TreeLocal (src)  parent)
           
 TreeLocal (src) findByPrimaryKey(java.lang.String id)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public TreeLocal (src)  create(java.lang.String id,
                        TreeLocal (src)  parent)
                 throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public TreeLocal (src)  findByPrimaryKey(java.lang.String id)
                           throws FinderException (src) 
Throws:
FinderException (src)