|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpBean
This is ejb interface for the webadmin. It contains one message which gets executed on each webadmin bean
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 |
---|
void onMessage(HttpRequest request, HttpResponse response) throws java.io.IOException
request
- the HTTP request objectresponse
- the HTTP response object
IOException
- if an exception is thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |