org.apache.openejb.test.entity.cmp
Interface EncCmpHome

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface EncCmpHome
extends javax.ejb.EJBHome

Author:
David Blevins, Richard Monson-Haefel

Method Summary
 EncCmpObject create(String name)
           
 EncCmpObject findByPrimaryKey(Integer primarykey)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

EncCmpObject create(String name)
                    throws javax.ejb.CreateException,
                           RemoteException
Throws:
javax.ejb.CreateException
RemoteException

findByPrimaryKey

EncCmpObject findByPrimaryKey(Integer primarykey)
                              throws javax.ejb.FinderException,
                                     RemoteException
Throws:
javax.ejb.FinderException
RemoteException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.