|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.webapp.jonasadmin.MBeanTreeBuilder
Implementation of TreeBuilder
that adds the nodes required
for administering the Jonas server.
Constructor Summary | |
MBeanTreeBuilder()
|
Method Summary | |
void |
buildTree(org.apache.webapp.admin.TreeControl treeControl,
org.apache.webapp.admin.ApplicationServlet servlet,
javax.servlet.http.HttpServletRequest request)
Add the required nodes to the specified treeControl
instance. |
protected void |
getMBeanInfo(org.apache.webapp.admin.TreeControlNode nodeMBean,
javax.management.ObjectName onMBean,
MessageResources resources)
Append nodes Attributes and Operations for a defined MBean. |
void |
getMBeans(org.apache.webapp.admin.TreeControlNode rootNode,
MessageResources resources)
Append nodes for all defined MBeans. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MBeanTreeBuilder()
Method Detail |
public void buildTree(org.apache.webapp.admin.TreeControl treeControl, org.apache.webapp.admin.ApplicationServlet servlet, javax.servlet.http.HttpServletRequest request)
treeControl
instance.
buildTree
in interface org.apache.webapp.admin.TreeBuilder
treeControl
- The TreeControl
to which we should
add our nodesservlet
- The controller servlet for the admin applicationrequest
- The servlet request we are processingpublic void getMBeans(org.apache.webapp.admin.TreeControlNode rootNode, MessageResources resources) throws java.lang.Exception
rootNode
- Root node for the tree controlresources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getMBeanInfo(org.apache.webapp.admin.TreeControlNode nodeMBean, javax.management.ObjectName onMBean, MessageResources resources) throws java.lang.Exception
nodeMBean
- The MBean nodeonMBean
- The MBean Object nameresources
- Resource
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |