public interface ComplexCmpHome
extends javax.ejb.EJBHome
| Modifier and Type | Method and Description |
|---|---|
ComplexCmpObject |
createObject(String name) |
Collection |
findByLastName(String lastName) |
ComplexCmpObject |
findByPrimaryKey(ComplexCmpBeanPk primarykey) |
Collection |
findEmptyCollection() |
int |
sum(int x,
int y) |
ComplexCmpObject createObject(String name) throws javax.ejb.CreateException, RemoteException
javax.ejb.CreateExceptionRemoteExceptionComplexCmpObject findByPrimaryKey(ComplexCmpBeanPk 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
RemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.