org.objectweb.jonas.webapp.jonasadmin
Class JonasBaseAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction
Direct Known Subclasses:
ApplyArchiveConfigAction, ApplyClusterAction, ApplyConfirmDestinationsAction, ApplyConfirmXaResourceAction, ApplyDatasourceAction, ApplyDatasourceStatAction, ApplyDestinationsAction, ApplyEjbSessionConfigurationAction, ApplyJonasServerAction, ApplyJonasServersAction, ApplyJonasServersConfirmAction, ApplyJonasServersConfirmMoveAction, ApplyJtmConfigurationAction, ApplyLoggersAction, ApplyLoggingJonasAction, ApplyMbeanFilteringAction, ApplyMemoryAction, ApplyMimePartMailFactoryAction, ApplyMonitoringAction, ApplyRealmsAction, ApplyResourceAdapterAction, ApplyResourceAdapterCFAction, ApplySessionMailFactoryAction, ApplyTopAction, BaseDeployAction, CmiClusterAction, CmiMemberAction, ConnectionFactoryEditAction, CreateClusterAction, CreateJonasServerAction, DaemonProxyClusterAction, DaemonProxyMemberAction, DestinationAddAction, DestinationAddConfirmAction, DestinationDeleteAction, DestinationDeleteConfirmAction, DestinationEditAction, DestinationsAction, DiscoveryServiceStartMasterAction, DisplayNodeInfoAction, EditContainerAction, EditContainerStatisticAction, EditDatasourceAction, EditDatasourcePropertiesAction, EditDatasourceRealmAction, EditDatasourceStatAction, EditDestinationAction, EditDomainAction, EditEarAction, EditEjbAction, EditEjbCsStatisticAction, EditJmsServiceAction, EditJmxServerAction, EditJonasServerAction, EditJtmServiceAction, EditJvmAction, EditLdapRealmAction, EditLoggingJonasAction, EditMailFactoryAction, EditMailServiceAction, EditMemoryAction, EditMonitoringAction, EditRarAction, EditRegistryAction, EditResourceAdapterAction, EditResourceAdapterAOAction, EditResourceAdapterASAction, EditResourceAdapterCFAction, EditResourceAdapterCFStatAction, EditResourceAdapterStatAction, EditSecurityCatalinaRealmAction, EditServiceDiscoveryAction, EditServiceSecurityAction, EditServletServerAction, EditTopAction, EditTransactionMonitorAction, EditTransactionRecoveryAction, EditTransactionStatisticAction, EjbHaClusterAction, EjbHaMemberAction, ExecuteEjbAction, HandlersDetailsAction, JkClusterAction, JkMemberAction, JonasMqConnectAction, JonasMqConnectPlatformAction, JonasServerRunGCAction, JonasServersMoveAction, JonasServerStopAction, JoramClusterAction, JoramMemberAction, ListAppContainersAction, ListConnectionFactoriesAction, ListContainersAction, ListDatabasesAction, ListDatasourcesAction, ListJ2eeMBeansAction, ListJmsResourcesAction, ListLoggersAction, ListMailFactoriesAction, ListMBeanDetailsAction, ListMBeansAction, ListMimePartMailFactoriesAction, ListOwnerMBeansAction, ListQueuesAction, ListRegistryAction, ListResourceAdaptersAction, ListServicesAction, ListSessionMailFactoriesAction, ListTopicsAction, ListUnknownMBeansAction, ListWebContainersAction, ListWebServiceAction, ListXaResourceAction, LogicalClusterAction, LogicalMemberAction, MdbEditAction, MdbsAction, PortComponentsDetailsAction, PresentConnectionFactoryAction, PresentQueueAction, PresentTopicAction, RemoveJoramDestinationsAction, RemoveJoramUsersAction, ResetCountersAction, ResetRecoveryAction, ResetTransactionsAction, SaveCatalinaAction, SaveDestinationAction, SaveDomainAction, SaveRealmAction, SetupWhereAreYouAction, StartAllJonasServersAction, StartClusterAction, StartClusterDaemonAction, StartJonasServerAction, StopAllJonasServersAction, StopClusterAction, StopClusterDaemonAction, StopJonasServerAction, TomcatClusterAction, TomcatMemberAction, ViewContainerAction, ViewContainerEjbsAction, ViewHandlersAction, ViewPortComponentsAction, WebServiceDetailsAction

public abstract class JonasBaseAction
extends org.apache.struts.action.Action

Author:
Michel-Ange ANTON, Florent Benoit (changes for struts 1.2.2)

Field Summary
static int DEPTH_DOMAIN
           
static int DEPTH_SERVER
           
protected  org.apache.struts.action.ActionMessages m_Errors
           
protected  org.apache.struts.util.MessageResources m_Resources
          The MessageResources we will be retrieving messages from.
protected  javax.servlet.http.HttpSession m_Session
           
protected  WhereAreYou m_WhereAreYou
           
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
JonasBaseAction()
           
 
Method Summary
protected  void addGlobalError(java.lang.Throwable p_Throwable)
          Add a global error in m_Errorsinstance of m_ErrorsActionMessages and log it.
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping p_Mapping, org.apache.struts.action.ActionForm p_Form, javax.servlet.http.HttpServletRequest p_Request, javax.servlet.http.HttpServletResponse p_Response)
          Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
abstract  org.apache.struts.action.ActionForward executeAction(org.apache.struts.action.ActionMapping p_Mapping, org.apache.struts.action.ActionForm p_Form, javax.servlet.http.HttpServletRequest p_Request, javax.servlet.http.HttpServletResponse p_Response)
           
protected  boolean getBooleanAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
protected  boolean getBooleanAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName)
          Properties accessor.
protected  boolean getBooleanAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName, boolean p_Default)
          Properties accessor.
protected  int getIntegerAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
protected  int getIntegerAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName)
          Properties accessor.
protected  int getIntegerAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName, int p_Default)
          Properties accessor.
protected  java.lang.String getJonasBase()
           
protected  java.util.List getListAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
protected  long getLongAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
protected  long getLongAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName)
          Properties accessor.
protected  long getLongAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName, long p_Default)
          Properties accessor.
protected  java.util.Properties getPropsFromString(java.lang.String ps_Props)
           
protected  long getShortAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
protected  java.lang.String[] getStringArrayAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
protected  java.lang.String getStringAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
protected  java.lang.String getStringAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName)
          Properties accessor.
protected  java.lang.String getStringAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName, java.lang.String p_Default)
          Properties accessor.
protected  java.lang.String getTreeBranchName(int p_Width)
          Return the name of the branch in the tree for the selected node.
protected  void initialize(javax.servlet.http.HttpServletRequest p_Request)
          Initialize the instance variables.
protected  void refreshDomainDeployTree(javax.servlet.http.HttpServletRequest p_Request)
          Refresh the domain deployment nodes of the tree.
protected  void refreshDomainMonitoringTree(javax.servlet.http.HttpServletRequest p_Request)
          Refresh the domain monitoring nodes of the tree.
protected  void refreshServerTree(javax.servlet.http.HttpServletRequest p_Request)
          Refresh the management tree.
protected static java.lang.String removeChar(java.lang.String string, char c)
          Remove a specific character in a String Do not use replaceAll as it is a JDK 1.4 method
protected  void setBooleanAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName, boolean p_Value)
          MBean ObjectName accessor.
protected  void setBooleanAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName, boolean p_Value)
          Properties accessor.
protected  void setIntegerAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName, int p_Value)
          MBean ObjectName accessor.
protected  void setIntegerAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName, java.lang.String p_Value)
          MBean ObjectName accessor.
protected  void setIntegerAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName, int p_Value)
          Properties accessor.
protected  void setLongAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName, long p_Value)
          MBean ObjectName accessor.
protected  void setLongAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName, long p_Value)
          Properties accessor.
protected  void setShortAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName, long p_Value)
          MBean ObjectName accessor.
protected  void setStringAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName, java.lang.String p_Value)
          MBean ObjectName accessor.
protected  void setStringAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName, java.lang.String p_Value)
          Properties accessor.
protected  void setStringAttribute(java.util.Properties p_Props, java.lang.String ps_AttrName, java.lang.String p_Value, java.lang.String p_Default)
          Properties accessor.
protected  java.lang.String toStringBooleanAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
protected  java.lang.String toStringIntegerAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
protected  java.lang.String toStringLongAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
protected  java.lang.String toStringShortAttribute(javax.management.ObjectName p_ObjectName, java.lang.String ps_AttrName)
          MBean ObjectName accessor.
 
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
 

Field Detail

DEPTH_DOMAIN

public static final int DEPTH_DOMAIN
See Also:
Constant Field Values

DEPTH_SERVER

public static final int DEPTH_SERVER
See Also:
Constant Field Values

m_Resources

protected org.apache.struts.util.MessageResources m_Resources
The MessageResources we will be retrieving messages from.


m_Session

protected javax.servlet.http.HttpSession m_Session

m_Errors

protected org.apache.struts.action.ActionMessages m_Errors

m_WhereAreYou

protected WhereAreYou m_WhereAreYou
Constructor Detail

JonasBaseAction

public JonasBaseAction()
Method Detail

executeAction

public abstract org.apache.struts.action.ActionForward executeAction(org.apache.struts.action.ActionMapping p_Mapping,
                                                                     org.apache.struts.action.ActionForm p_Form,
                                                                     javax.servlet.http.HttpServletRequest p_Request,
                                                                     javax.servlet.http.HttpServletResponse p_Response)
                                                              throws java.io.IOException,
                                                                     javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping p_Mapping,
                                                      org.apache.struts.action.ActionForm p_Form,
                                                      javax.servlet.http.HttpServletRequest p_Request,
                                                      javax.servlet.http.HttpServletResponse p_Response)
                                               throws java.io.IOException,
                                                      javax.servlet.ServletException
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). Return an ActionForward instance describing where and how control should be forwarded, or null if the response has already been completed.

Overrides:
execute in class org.apache.struts.action.Action
Parameters:
p_Mapping - The ActionMapping used to select this instance
p_Form - The optional ActionForm bean for this request (if any)
p_Request - The HTTP request we are processing
p_Response - The HTTP response we are creating
Returns:
The forward where redirect
Throws:
java.io.IOException - if an input/output error occurs
javax.servlet.ServletException - if a servlet exception occurs

initialize

protected void initialize(javax.servlet.http.HttpServletRequest p_Request)
Initialize the instance variables.

Parameters:
p_Request - The HTTP request we are processing

getTreeBranchName

protected java.lang.String getTreeBranchName(int p_Width)
Return the name of the branch in the tree for the selected node.

Parameters:
p_Width - Depth of the branch
Returns:
The branch name

addGlobalError

protected void addGlobalError(java.lang.Throwable p_Throwable)
Add a global error in m_Errorsinstance of m_ErrorsActionMessages and log it.

Parameters:
p_Throwable - Error to add

getStringAttribute

protected java.lang.String getStringAttribute(javax.management.ObjectName p_ObjectName,
                                              java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

getStringArrayAttribute

protected java.lang.String[] getStringArrayAttribute(javax.management.ObjectName p_ObjectName,
                                                     java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

setStringAttribute

protected void setStringAttribute(javax.management.ObjectName p_ObjectName,
                                  java.lang.String ps_AttrName,
                                  java.lang.String p_Value)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
p_Value - Value to write

getIntegerAttribute

protected int getIntegerAttribute(javax.management.ObjectName p_ObjectName,
                                  java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

toStringIntegerAttribute

protected java.lang.String toStringIntegerAttribute(javax.management.ObjectName p_ObjectName,
                                                    java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

setIntegerAttribute

protected void setIntegerAttribute(javax.management.ObjectName p_ObjectName,
                                   java.lang.String ps_AttrName,
                                   int p_Value)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
p_Value - Value to write

setIntegerAttribute

protected void setIntegerAttribute(javax.management.ObjectName p_ObjectName,
                                   java.lang.String ps_AttrName,
                                   java.lang.String p_Value)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
p_Value - Value to write

getLongAttribute

protected long getLongAttribute(javax.management.ObjectName p_ObjectName,
                                java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

toStringLongAttribute

protected java.lang.String toStringLongAttribute(javax.management.ObjectName p_ObjectName,
                                                 java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

setLongAttribute

protected void setLongAttribute(javax.management.ObjectName p_ObjectName,
                                java.lang.String ps_AttrName,
                                long p_Value)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
p_Value - Value to write

getShortAttribute

protected long getShortAttribute(javax.management.ObjectName p_ObjectName,
                                 java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

toStringShortAttribute

protected java.lang.String toStringShortAttribute(javax.management.ObjectName p_ObjectName,
                                                  java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

setShortAttribute

protected void setShortAttribute(javax.management.ObjectName p_ObjectName,
                                 java.lang.String ps_AttrName,
                                 long p_Value)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
p_Value - Value to write

getBooleanAttribute

protected boolean getBooleanAttribute(javax.management.ObjectName p_ObjectName,
                                      java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

toStringBooleanAttribute

protected java.lang.String toStringBooleanAttribute(javax.management.ObjectName p_ObjectName,
                                                    java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

setBooleanAttribute

protected void setBooleanAttribute(javax.management.ObjectName p_ObjectName,
                                   java.lang.String ps_AttrName,
                                   boolean p_Value)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
p_Value - Value to write

getListAttribute

protected java.util.List getListAttribute(javax.management.ObjectName p_ObjectName,
                                          java.lang.String ps_AttrName)
MBean ObjectName accessor.

Parameters:
p_ObjectName - Instance of ObjectName to access to MBean
ps_AttrName - Attribute name of MBean
Returns:
The value of attribute

getStringAttribute

protected java.lang.String getStringAttribute(java.util.Properties p_Props,
                                              java.lang.String ps_AttrName)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
Returns:
The value of attribute

getStringAttribute

protected java.lang.String getStringAttribute(java.util.Properties p_Props,
                                              java.lang.String ps_AttrName,
                                              java.lang.String p_Default)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
p_Default - The returned value if the attribute don't exists in the properties
Returns:
The value of attribute

setStringAttribute

protected void setStringAttribute(java.util.Properties p_Props,
                                  java.lang.String ps_AttrName,
                                  java.lang.String p_Value)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
p_Value - Value to write

setStringAttribute

protected void setStringAttribute(java.util.Properties p_Props,
                                  java.lang.String ps_AttrName,
                                  java.lang.String p_Value,
                                  java.lang.String p_Default)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
p_Value - Value to write
p_Default - The forced value if the value is null or empty

getIntegerAttribute

protected int getIntegerAttribute(java.util.Properties p_Props,
                                  java.lang.String ps_AttrName)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
Returns:
The value of attribute (return 0 if attribute don't exists)

getIntegerAttribute

protected int getIntegerAttribute(java.util.Properties p_Props,
                                  java.lang.String ps_AttrName,
                                  int p_Default)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
p_Default - The returned value if the attribute don't exists in the properties
Returns:
The value of attribute

setIntegerAttribute

protected void setIntegerAttribute(java.util.Properties p_Props,
                                   java.lang.String ps_AttrName,
                                   int p_Value)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
p_Value - Value to write

getLongAttribute

protected long getLongAttribute(java.util.Properties p_Props,
                                java.lang.String ps_AttrName)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
Returns:
The value of attribute (return 0 if attribute don't exists)

getLongAttribute

protected long getLongAttribute(java.util.Properties p_Props,
                                java.lang.String ps_AttrName,
                                long p_Default)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
p_Default - The returned value if the attribute don't exists in the properties
Returns:
The value of attribute

setLongAttribute

protected void setLongAttribute(java.util.Properties p_Props,
                                java.lang.String ps_AttrName,
                                long p_Value)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
p_Value - Value to write

getBooleanAttribute

protected boolean getBooleanAttribute(java.util.Properties p_Props,
                                      java.lang.String ps_AttrName)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
Returns:
The value of attribute (return false if attribute don't exists)

getBooleanAttribute

protected boolean getBooleanAttribute(java.util.Properties p_Props,
                                      java.lang.String ps_AttrName,
                                      boolean p_Default)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
p_Default - The returned value if the attribute don't exists in the properties
Returns:
The value of attribute

setBooleanAttribute

protected void setBooleanAttribute(java.util.Properties p_Props,
                                   java.lang.String ps_AttrName,
                                   boolean p_Value)
Properties accessor.

Parameters:
p_Props - Instance of Properties
ps_AttrName - Attribute name of Properties
p_Value - Value to write

getPropsFromString

protected java.util.Properties getPropsFromString(java.lang.String ps_Props)

removeChar

protected static java.lang.String removeChar(java.lang.String string,
                                             char c)
Remove a specific character in a String Do not use replaceAll as it is a JDK 1.4 method

Parameters:
string - the given string
c - character to remove in the String
Returns:
a string

refreshServerTree

protected void refreshServerTree(javax.servlet.http.HttpServletRequest p_Request)
                          throws java.lang.Exception
Refresh the management tree.

Throws:
java.lang.Exception

refreshDomainDeployTree

protected void refreshDomainDeployTree(javax.servlet.http.HttpServletRequest p_Request)
                                throws java.lang.Exception
Refresh the domain deployment nodes of the tree.

Parameters:
p_Request -
Throws:
java.lang.Exception

refreshDomainMonitoringTree

protected void refreshDomainMonitoringTree(javax.servlet.http.HttpServletRequest p_Request)
                                    throws java.lang.Exception
Refresh the domain monitoring nodes of the tree.

Parameters:
p_Request -
Throws:
java.lang.Exception

getJonasBase

protected java.lang.String getJonasBase()
Returns:
the current server's JONAS_BASE