Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.clra.rowing
Interface IBoatingHome  view IBoatingHome download IBoatingHome.java

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