public interface UnknownCmpHome
extends javax.ejb.EJBHome
| Modifier and Type | Method and Description |
|---|---|
UnknownCmpObject |
createObject(String name) |
Collection |
findByLastName(String lastName) |
UnknownCmpObject |
findByPrimaryKey(Object primarykey) |
Collection |
findEmptyCollection() |
int |
sum(int x,
int y) |
UnknownCmpObject createObject(String name) throws javax.ejb.CreateException, RemoteException
javax.ejb.CreateExceptionRemoteExceptionUnknownCmpObject findByPrimaryKey(Object 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.