org.apache.geronimo.samples.daytrader.ejb
Interface LocalKeyGenHome

All Superinterfaces:
EJBLocalHome

public interface LocalKeyGenHome
extends EJBLocalHome


Method Summary
 LocalKeyGen create(String keyName)
           
 LocalKeyGen findByPrimaryKey(String keyName)
           
 LocalKeyGen findByPrimaryKeyForUpdate(String keyName)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

LocalKeyGen create(String keyName)
                   throws CreateException
Throws:
CreateException

findByPrimaryKey

LocalKeyGen findByPrimaryKey(String keyName)
                             throws FinderException
Throws:
FinderException

findByPrimaryKeyForUpdate

LocalKeyGen findByPrimaryKeyForUpdate(String keyName)
                                      throws FinderException
Throws:
FinderException


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.