|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SessionFacadeRemote
Simple interface for a session facade bean.
| Method Summary | |
|---|---|
void |
addEmployee(int id,
String name)
Adds an employee. |
Employee |
findEmployee(int id)
Finds the Employee with its given id. |
| Method Detail |
|---|
void addEmployee(int id,
String name)
id - of the employeename - of the employee
RemoteExceptionEmployee findEmployee(int id)
id - to find the employee
RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||