|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeptLocalHome
The LocalHome Interface for the Dept CMP Sample.
Method Summary | |
---|---|
DeptLocal |
create(java.lang.Integer deptno)
This LocalHome Interface Method is responsible for the creation of a skeleton DeptLocal. |
DeptLocal |
create(java.lang.Integer deptno,
java.lang.String name,
double budget)
This LocalHome Interface Method is responsible for the creation of a DeptLocal. |
DeptLocal |
findByPrimaryKey(DeptKey primaryKey)
This LocalHome Interface Method is used to find a Dept by its primary key. |
Methods inherited from interface javax.ejb.EJBLocalHome |
---|
remove |
Method Detail |
---|
DeptLocal create(java.lang.Integer deptno) throws javax.ejb.CreateException
deptno
- java.lang.Integer
javax.ejb.CreateException.
- This exception is thrown to
indicate a failure to create the entity EJB.
javax.ejb.CreateException
DeptLocal create(java.lang.Integer deptno, java.lang.String name, double budget) throws javax.ejb.CreateException
deptno
- java.lang.Integername
- java.lang.Stringbudget
- double
javax.ejb.CreateException.
- This exception is thrown to
indicate a failure to create the entity EJB.
javax.ejb.CreateException
DeptLocal findByPrimaryKey(DeptKey primaryKey) throws javax.ejb.FinderException
primaryKey
- DeptKey
java.rmi.RemoteException.
- This exception is thrown to
indicate some sort of remote exception occurred.
javax.ejb.FinderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |