org.openejb.webadmin
Interface HttpHome

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

public interface HttpHome
extends javax.ejb.EJBHome

This is the standard EJB Home interface for the webadmin. It contains the create method.

Author:
Tim Uberg, David Blevins

Method Summary
 HttpObject create()
          Creates a new EJB object for the web administration
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

HttpObject create()
                  throws java.rmi.RemoteException,
                         javax.ejb.CreateException
Creates a new EJB object for the web administration

Returns:
The HttpObject for this bean
Throws:
java.rmi.RemoteException - if an exception is thrown
javax.ejb.CreateException - if an exception is thrown


Copyright © 1999-2011 OpenEJB. All Rights Reserved.