|
| |
"Managing J2EE Systems with JMX and JUnit"
Vol. 8, Issue 11, p. 18
Listing 1 Code template for a custom task
1 <EXECUTEXML>
2 <JMXREMOTE host="localhost" \
3 port="1099">
4 <TRY>
5 <CREATEMBEAN
6
class="org.jmx4odp.junitRunner.\
7 EventRunner" objectName=\
8 "MONITOR:name=EventRunner"
/>
9
10 <COMMAND objectName=\
11 "MONITOR:name=EventRunner"
12 method="setErrorTopic">
13 <ARG
type="java.lang.String"
14 value="error" />
15 </COMMAND>
16 ...
|
|
All Rights Reserved
Copyright © 2004 SYS-CON Media, Inc.
E-mail: info@sys-con.com
Java and Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. SYS-CON Publications, Inc. is independent of Sun Microsystems, Inc.
|