org.openejb.webadmin
Interface HttpBean

All Superinterfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
All Known Implementing Classes:
CMPMappingBean, ConfigBean, DefaultHttpBean, DeployBean, DeploymentListBean, EJBGenBean, HomeBean, InvokeObjectBean, ListLogsBean, PropertiesBean, ViewClassBean, ViewEjbBean, ViewJndiBean, WebAdminBean

public interface HttpBean
extends javax.ejb.SessionBean

This is ejb interface for the webadmin. It contains one message which gets executed on each webadmin bean

Author:
David Blevins

Method Summary
 void onMessage(HttpRequest request, HttpResponse response)
          This is the main method for all the web admin beans.
 
Methods inherited from interface javax.ejb.SessionBean
ejbActivate, ejbPassivate, ejbRemove, setSessionContext
 

Method Detail

onMessage

void onMessage(HttpRequest request,
               HttpResponse response)
               throws java.io.IOException
This is the main method for all the web admin beans. It does all the processing and delegates work as necessary.

Parameters:
request - the HTTP request object
response - the HTTP response object
Throws:
IOException - if an exception is thrown


Copyright © 1999-2011 OpenEJB. All Rights Reserved.