|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAction
org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction
org.objectweb.jonas.webapp.jonasadmin.service.ejb.EditEjbAction
Field Summary | |
protected java.lang.String |
ms_ParamFile
|
protected java.lang.String |
ms_ParamName
|
protected java.lang.String |
ms_ParamType
|
Fields inherited from class org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction |
m_Errors, m_Resources, m_Session |
Constructor Summary | |
EditEjbAction()
|
Method Summary | |
ActionForward |
executeAction(ActionMapping p_Mapping,
ActionForm p_Form,
javax.servlet.http.HttpServletRequest p_Request,
javax.servlet.http.HttpServletResponse p_Response)
Execute a action. |
protected void |
fillEjbDependencies(EjbForm p_Form,
javax.management.ObjectName p_ObjectName)
Fill all dependencies of EJB in the EjbForm instance. |
protected void |
fillEjbGlobalInfo(EjbForm p_Form,
javax.management.ObjectName p_ObjectName)
Fill all global infos of EJB in the EjbForm instance. |
protected abstract void |
fillEjbInfo(EjbForm p_Form,
javax.management.ObjectName p_ObjectName)
Fill all infos of EJB in the EjbForm instance. |
protected abstract EjbForm |
getEjbForm()
Return a EjbForm instance associate to the EJB. |
protected abstract java.lang.String |
getEjbForward()
The global forward to go. |
protected abstract javax.management.ObjectName |
getEjbObjectName()
Get a ObjectName instance for the Ejb given with the parameters of the HTPP request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String ms_ParamType
protected java.lang.String ms_ParamName
protected java.lang.String ms_ParamFile
Constructor Detail |
public EditEjbAction()
Method Detail |
public ActionForward executeAction(ActionMapping p_Mapping, ActionForm p_Form, javax.servlet.http.HttpServletRequest p_Request, javax.servlet.http.HttpServletResponse p_Response) throws java.io.IOException, javax.servlet.ServletException
executeAction
in class JonasBaseAction
p_Mapping
- ActionForward
instancep_Form
- ActionForm
instancep_Request
- HttpServletRequest
instancep_Response
- HttpServletResponse
instance
ActionForward
instance
java.io.IOException
javax.servlet.ServletException
protected abstract java.lang.String getEjbForward()
protected abstract EjbForm getEjbForm()
EjbForm
instance associate to the EJB.
protected abstract void fillEjbInfo(EjbForm p_Form, javax.management.ObjectName p_ObjectName) throws java.lang.Exception
EjbForm
instance.
p_Form
- Instance to fillp_ObjectName
- Instance to get infos
java.lang.Exception
protected abstract javax.management.ObjectName getEjbObjectName() throws java.lang.Exception
ObjectName
instance for the Ejb given with the parameters of the HTPP request.
java.lang.Exception
protected void fillEjbGlobalInfo(EjbForm p_Form, javax.management.ObjectName p_ObjectName) throws java.lang.Exception
EjbForm
instance.
p_Form
- Instance to fillp_ObjectName
- Instance to get infos
java.lang.Exception
protected void fillEjbDependencies(EjbForm p_Form, javax.management.ObjectName p_ObjectName) throws java.lang.Exception
EjbForm
instance.
p_Form
- Instance to fillp_ObjectName
- Instance to get infos
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |