public interface BasicCmpHome
extends javax.ejb.EJBHome
| Modifier and Type | Method and Description |
|---|---|
BasicCmpObject |
createObject(String name) |
Collection |
findByLastName(String lastName) |
BasicCmpObject |
findByPrimaryKey(Integer primarykey) |
Collection |
findEmptyCollection() |
int |
sum(int x,
int y) |
void |
voidSelect() |
BasicCmpObject createObject(String name) throws javax.ejb.CreateException, RemoteException
javax.ejb.CreateExceptionRemoteExceptionBasicCmpObject findByPrimaryKey(Integer primarykey) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection findEmptyCollection() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection findByLastName(String lastName) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionint sum(int x,
int y)
throws RemoteException
RemoteExceptionvoid voidSelect()
throws javax.ejb.FinderException,
RemoteException
javax.ejb.FinderExceptionRemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.