public interface BasicBmp2DataSourcesHome
extends javax.ejb.EJBHome
| Modifier and Type | Method and Description |
|---|---|
BasicBmp2DataSourcesObject |
create(String name) |
BasicBmp2DataSourcesObject |
findByPrimaryKey(Integer primarykey) |
Collection |
findEmptyCollection() |
int |
sum(int x,
int y) |
BasicBmp2DataSourcesObject create(String name) throws javax.ejb.CreateException, RemoteException
javax.ejb.CreateExceptionRemoteExceptionBasicBmp2DataSourcesObject findByPrimaryKey(Integer primarykey) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection findEmptyCollection() 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.