edu.rice.rubis.beans
Interface IDManagerHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface IDManagerHome
extends javax.ejb.EJBHome

This is the Home interface of the IDManager Bean


Method Summary
 IDManager create()
          This method is used to create a new IDManager Bean.
 IDManager findByPrimaryKey(IDManagerPK id)
          This method is used to retrieve a IDManager Bean from its primary key, that is to say its id (in that case 0).
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public IDManager create()
                 throws javax.ejb.CreateException,
                        java.rmi.RemoteException,
                        javax.ejb.RemoveException
This method is used to create a new IDManager Bean.
Returns:
entity bean

findByPrimaryKey

public IDManager findByPrimaryKey(IDManagerPK id)
                           throws javax.ejb.FinderException,
                                  java.rmi.RemoteException
This method is used to retrieve a IDManager Bean from its primary key, that is to say its id (in that case 0).
Parameters:
id - IDManager id (primary key)
Returns:
the IDManager if found else null


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.