|
|||||||||
| Home >> All >> com >> clra >> [ rowing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.clra.rowing
Interface IBoatingHome

- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface IBoatingHome
- extends javax.ejb.EJBHome
Factory class for IBoating instances.
- Version:
- $Id: IBoatingHome.java,v 1.3 2003/02/26 03:38:45 rphall Exp $
| Method Summary | |
IBoating |
create(IRowingSession session,
BoatView boat)
|
IBoating |
create(IRowingSession session,
BoatView boat,
OarsetView oarset)
|
java.util.Collection |
findAll()
|
java.util.Collection |
findPrimaryKey(int rowingId)
|
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
| Method Detail |
create
public IBoating create(IRowingSession session, BoatView boat) throws javax.ejb.CreateException, java.rmi.RemoteException
create
public IBoating create(IRowingSession session, BoatView boat, OarsetView oarset) throws javax.ejb.CreateException, java.rmi.RemoteException
findAll
public java.util.Collection findAll() throws javax.ejb.FinderException, java.rmi.RemoteException
findPrimaryKey
public java.util.Collection findPrimaryKey(int rowingId) throws javax.ejb.FinderException, java.rmi.RemoteException
|
|||||||||
| Home >> All >> com >> clra >> [ rowing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC