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