Betty v1.1.0

christophedelory.interfaces
Interface LocalBaseHome

All Superinterfaces:
EJBLocalHome

public interface LocalBaseHome
extends EJBLocalHome

Local home interface for BaseEJB.

Version:
1.1.0
Author:
Christophe Delory

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalBase create()
           
 LocalBase findByPrimaryKey(Object pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COMP_NAME

static final String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

static final String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

LocalBase create()
                 throws CreateException
Throws:
CreateException

findByPrimaryKey

LocalBase findByPrimaryKey(Object pk)
                           throws FinderException
Throws:
FinderException

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.