|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.struts.action.Action
org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction
org.objectweb.jonas.webapp.jonasadmin.service.ejb.EditEjbAction
public abstract class EditEjbAction
| Field Summary |
|---|
| Fields inherited from class org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction |
|---|
DEPTH_DOMAIN, DEPTH_SERVER, m_Errors, m_Resources, m_Session, m_WhereAreYou |
| Fields inherited from class org.apache.struts.action.Action |
|---|
defaultLocale, servlet |
| Constructor Summary | |
|---|---|
EditEjbAction()
|
|
| Method Summary | |
|---|---|
org.apache.struts.action.ActionForward |
executeAction(org.apache.struts.action.ActionMapping pMapping,
org.apache.struts.action.ActionForm pForm,
javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse)
Execute a action. |
protected void |
fillEjbDependencies(EjbForm pForm,
javax.management.ObjectName pObjectName,
java.lang.String serverName)
Fill all dependencies of EJB in the EjbForm instance. |
protected void |
fillEjbGlobalInfo(EjbForm pForm,
javax.management.ObjectName pObjectName)
Fill all global infos of EJB in the EjbForm instance. |
protected abstract void |
fillEjbInfo(EjbForm pForm,
javax.management.ObjectName pObjectName,
java.lang.String serverName)
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 javax.management.ObjectName |
getEjbObjectName()
Get a ObjectName instance for the Ejb given with the parameters of the HTPP request. |
| Methods inherited from class org.apache.struts.action.Action |
|---|
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditEjbAction()
| Method Detail |
|---|
public org.apache.struts.action.ActionForward executeAction(org.apache.struts.action.ActionMapping pMapping,
org.apache.struts.action.ActionForm pForm,
javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse)
executeAction in class JonasBaseActionpMapping - ActionForward instancepForm - ActionForm instancepRequest - HttpServletRequest instancepResponse - HttpServletResponse instance
ActionForward instanceprotected abstract java.lang.String getEjbForward()
protected abstract EjbForm getEjbForm()
EjbForm instance associate to the EJB.
protected abstract void fillEjbInfo(EjbForm pForm,
javax.management.ObjectName pObjectName,
java.lang.String serverName)
throws java.lang.Exception
EjbForm instance.
pForm - Instance to fillpObjectName - Instance to get infos
java.lang.Exception - Could not fill info
protected javax.management.ObjectName getEjbObjectName()
throws java.lang.Exception
ObjectName instance for the Ejb given with the parameters of the HTPP request.
java.lang.Exception - Could not construct ObjectName
protected void fillEjbGlobalInfo(EjbForm pForm,
javax.management.ObjectName pObjectName)
EjbForm instance.
pForm - Instance to fillpObjectName - Instance to get infos
protected void fillEjbDependencies(EjbForm pForm,
javax.management.ObjectName pObjectName,
java.lang.String serverName)
EjbForm instance.
pForm - Instance to fillpObjectName - Instance to get infos
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||