edu.rice.rubis.beans
Interface IDManagerLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface IDManagerLocalHome
- extends javax.ejb.EJBLocalHome
This is the Home interface of the IDManager Bean
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
create
public IDManagerLocal create()
throws javax.ejb.CreateException,
javax.ejb.RemoveException
- This method is used to create a new IDManager Bean.
- Returns:
- entity bean
findByPrimaryKey
public IDManagerLocal findByPrimaryKey(IDManagerPK id)
throws javax.ejb.FinderException
- This method is used to retrieve a IDManager Bean from its primary key,
that is to say its id (in that case 0).
- Parameters:
id
- IDManager id (primary key)- Returns:
- the IDManager if found else null
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.