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

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface LocalKeyGenHome
extends javax.ejb.EJBLocalHome


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

Method Detail

create

public LocalKeyGen create(java.lang.String keyName)
                   throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKey

public LocalKeyGen findByPrimaryKey(java.lang.String keyName)
                             throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKeyForUpdate

public LocalKeyGen findByPrimaryKeyForUpdate(java.lang.String keyName)
                                      throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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