CLRA 0.1.2

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.2 2002/02/18 18:04:16 rphall Exp $
Author:
Rick Hall

Method Summary
 IBoating create(IRowingSession session, BoatView boat)
           
 IBoating create(IRowingSession session, BoatView boat, OarsetView oarset)
           
 Collection findAll()
           
 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 Collection findAll()
                   throws javax.ejb.FinderException,
                          java.rmi.RemoteException

findPrimaryKey

public Collection findPrimaryKey(int rowingId)
                          throws javax.ejb.FinderException,
                                 java.rmi.RemoteException

CLRA 0.1.2