public interface EmployeeHome
extends javax.ejb.EJBHome
| Modifier and Type | Method and Description |
|---|---|
Employee |
create(String lastname,
String firstName) |
Collection |
findAll() |
Employee |
findByPrimaryKey(Integer primkey) |
int |
sum(int one,
int two) |
Employee create(String lastname, String firstName) throws javax.ejb.CreateException, RemoteException
javax.ejb.CreateExceptionRemoteExceptionint sum(int one,
int two)
throws RemoteException
RemoteExceptionCollection findAll() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionEmployee findByPrimaryKey(Integer primkey) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.