com.ibm.btt.cha.ejb
Interface CHAControlLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface CHAControlLocalHome
- extends javax.ejb.EJBLocalHome
Local Home interface for Enterprise Bean: CHAControl
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
create
CHAControlLocal create(java.lang.Integer num)
throws javax.ejb.CreateException
- Creates an instance from a key for Entity Bean: CHAControl
- Throws:
javax.ejb.CreateException
findByPrimaryKey
CHAControlLocal findByPrimaryKey(java.lang.Integer primaryKey)
throws javax.ejb.FinderException
- Finds an instance using a key for Entity Bean: CHAControl
- Throws:
javax.ejb.FinderException
findAll
java.util.Collection findAll()
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
(c) Copyright IBM Corporation 1998, 2008