org.apache.geronimo.samples.daytrader.ejb
Interface LocalKeyGenHome
- All Superinterfaces:
- EJBLocalHome
public interface LocalKeyGenHome
- extends EJBLocalHome
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.