public interface BasicBmpHome
extends javax.ejb.EJBHome
| Modifier and Type | Method and Description |
|---|---|
BasicBmpObject |
createObject(String name) |
Collection |
findByLastName(String lastName) |
BasicBmpObject |
findByPrimaryKey(Integer primarykey) |
Collection |
findEmptyCollection() |
Enumeration |
findEmptyEnumeration() |
int |
sum(int x,
int y) |
BasicBmpObject createObject(String name) throws javax.ejb.CreateException, RemoteException
javax.ejb.CreateExceptionRemoteExceptionBasicBmpObject 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.FinderExceptionRemoteExceptionEnumeration findEmptyEnumeration() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionint sum(int x,
int y)
throws RemoteException
RemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.