edu.rice.rubis.beans
Interface QueryHome

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

public interface QueryHome
extends javax.ejb.EJBHome

This is the Home interface of the Query Bean


Method Summary
 Query create()
          This method is used to create a new Region Bean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Query create()
             throws javax.ejb.CreateException,
                    java.rmi.RemoteException
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.