|
||||||||||
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.deploy.BaseDeployAction
org.objectweb.jonas.webapp.jonasadmin.service.container.BaseWebAppAction
Field Summary | |
protected WarForm |
m_WarForm
|
protected WebAppForm |
m_WebAppForm
|
Fields inherited from class org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction |
m_Errors, m_Resources, m_Session, m_WhereAreYou |
Constructor Summary | |
BaseWebAppAction()
|
Method Summary | |
protected WarForm |
createWarForm(ActionMapping p_Mapping,
javax.servlet.http.HttpServletRequest p_Request)
Create a new War form |
protected WebAppForm |
createWebAppForm(ActionMapping p_Mapping,
javax.servlet.http.HttpServletRequest p_Request)
Create a new WebApp form in function of Web Server. |
protected javax.management.ObjectName |
findJonasMbeanWar(java.lang.String p_PathContext)
Return the JOnAS MBean War. |
protected boolean |
initialize(ActionMapping p_Mapping,
javax.servlet.http.HttpServletRequest p_Request)
Initialize the forms and parameters. |
protected void |
populateWar(javax.management.ObjectName p_ObjectName,
WarForm p_Form)
Populate a form with the JOnAS War MBean given. |
protected void |
populateWar(java.lang.String p_Path,
WarForm p_Form)
Populate a form with the JOnAS War path given. |
protected void |
populateWebApp(java.lang.String p_PathContext,
java.lang.String p_host,
WebAppForm p_Form)
Populate a WebApp form in function of Web Server. |
protected void |
populateWebAppCatalina(java.lang.String p_PathContext,
java.lang.String p_host,
WebAppCatalinaForm p_Form)
Populate a form with the Catalina Context MBean and with the JOnAS War MBean if it's found. |
protected void |
populateWebAppJetty(java.lang.String p_PathContext,
WebAppJettyForm p_Form)
Populate a form with the Jetty Context MBean and with the JOnAS War MBean if it's found. |
Methods inherited from class org.objectweb.jonas.webapp.jonasadmin.deploy.BaseDeployAction |
deploy, deployDataSource, deployMailFactory, getCurrentJonasDeployment, getForwardEdit, getListDeployableFiles, getListDeployedFiles, refreshMBeansTree, refreshServiceTree, refreshTree, runGC, setCurrentJonasDeployment, undeploy, undeployDataSource, undeployMailFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected WebAppForm m_WebAppForm
protected WarForm m_WarForm
Constructor Detail |
public BaseWebAppAction()
Method Detail |
protected boolean initialize(ActionMapping p_Mapping, javax.servlet.http.HttpServletRequest p_Request)
p_Mapping
- Mapping to reset formp_Request
- Http request used
protected WebAppForm createWebAppForm(ActionMapping p_Mapping, javax.servlet.http.HttpServletRequest p_Request)
p_Mapping
- Mapping to reset formp_Request
- Http request used
protected WarForm createWarForm(ActionMapping p_Mapping, javax.servlet.http.HttpServletRequest p_Request)
p_Mapping
- Mapping to reset formp_Request
- Http request used
protected void populateWebApp(java.lang.String p_PathContext, java.lang.String p_host, WebAppForm p_Form) throws java.lang.Exception
p_PathContext
- The path contextp_Form
- The form to populate
java.lang.Exception
protected void populateWebAppCatalina(java.lang.String p_PathContext, java.lang.String p_host, WebAppCatalinaForm p_Form) throws java.lang.Exception
p_PathContext
- The path contextp_Form
- The form to populate
java.lang.Exception
protected void populateWebAppJetty(java.lang.String p_PathContext, WebAppJettyForm p_Form) throws java.lang.Exception
p_PathContext
- The path contextp_Form
- The form to populate
java.lang.Exception
protected javax.management.ObjectName findJonasMbeanWar(java.lang.String p_PathContext) throws java.lang.Exception
p_PathContext
- The path context to find
java.lang.Exception
protected void populateWar(javax.management.ObjectName p_ObjectName, WarForm p_Form) throws java.lang.Exception
p_Form
- The form to populatep_ObjectName
- The JOnAS War MBean
java.lang.Exception
protected void populateWar(java.lang.String p_Path, WarForm p_Form) throws java.lang.Exception
p_Path
- The JOnAS War MBean pathp_Form
- The form to populate
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |