|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpObject
The standard EJB Object interface for the webadmin
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.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
void onMessage(HttpRequest request, HttpResponse response) throws java.rmi.RemoteException
request
- the HTTP request objectresponse
- the HTTP response object
RemoteException
- if an exception is thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |