Date: 2004-12-03T06:12:48
   Editor: AchimHuegen <[EMAIL PROTECTED]>
   Wiki: Jakarta HiveMind Wiki
   Page: JmxPreview
   URL: http://wiki.apache.org/jakarta-hivemind/JmxPreview

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,4 +1,3 @@
-
 AchimHuegen, Dezember 3 2004
 
 This page describes an HiveMind extension for support of the Java Management 
Extension (JMX).
@@ -27,6 +26,39 @@
  * parameter values of constructor call
 
 You can find the tabular data (e.g. properties values) by double clicking the 
bold attribute value.
+A mbean that uses both constructor parameters and properties can be found as 
test.management.BuilderFactoryTarget
+
+== Export services as MBeans ==
+
+Services can be registered as MBean very easily by a contribution to "mbeans":
+{{{
+<contribution configuration-id="hivemind.management.mbeans" >
+    <mbean service-id="test.management.Calculator" />
+</contribution>
+}}}
+
+Now the complete service interface is available via jmx.
+(There are some datatype constraints and the servicemodel should be primitive 
or singleton)
+
+Have a look at the test.hivemind.Calculator MBean. You can do some 
calculations on the jconsole operations tab.
+Double click on the 'sum' attribute to get a graph of the sum over time.
+This is the corresponding service interface :
+
+{{{
+}}}
+
+== Performance interceptor ==
+
+== Monitor ==
+
+
+
+
+
+
+
+
+
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to