Update of /cvsroot/xdoclet/xdoclet/samples/src/java/test/jmx
In directory sc8-pr-cvs1:/tmp/cvs-serv31173/xdoclet/samples/src/java/test/jmx

Modified Files:
        JBossXMLExample.java 
Log Message:
Add ability  to  configure jmx interceptor chains from xmbean descriptor

Index: JBossXMLExample.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/samples/src/java/test/jmx/JBossXMLExample.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** JBossXMLExample.java        5 Mar 2003 00:00:56 -0000       1.13
--- JBossXMLExample.java        9 Mar 2003 21:52:41 -0000       1.14
***************
*** 42,45 ****
--- 42,64 ----
      *    notificationType="xd.example.third,xd.example.fourth"
      *
+     * @jmx.managed-attribute
+     *    name="ArtificialAttribute"
+     *    description="artificial attribute not impemeneted in class"
+     *    type="java.lang.String"
+     *
+     * @jmx.managed-operation
+     *    name="artificialOperation"
+     *    description="artificial operation not implemented in class"
+     *    return-type="java.lang.String"
+     *    interceptor-classes="org.jboss.TestMBeanInterceptor"
+     * @jmx.managed-parameter
+     *    managed-operation="artificialOperation"
+     *    name="firstParam"
+     *    type="java.lang.Integer"
+     * @jmx.managed-parameter
+     *    managed-operation="artificialOperation"
+     *    name="secondParam"
+     *    type="java.lang.String"
+     *
      * @jboss.service servicefile="jboss"
      * @jboss.xmbean



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to