edu.rice.rubis.beans
Interface QueryLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface QueryLocalHome
extends javax.ejb.EJBLocalHome

This is the LocalHome interface of the Query Bean


Method Summary
 QueryLocal create()
          This method is used to create a new Region Bean.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public QueryLocal create()
                  throws javax.ejb.CreateException
This method is used to create a new Region Bean. Note that the region id is automatically generated by the database (AUTO_INCREMENT) on the primary key.
Returns:
session bean


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.