mx4j.examples.mbeans.legacy |
|
Java Source File Name | Type | Comment |
DynamicLegacyService.java | Class | The wrapper DynamicMBean for exposing the legacy service in a non-invasive way. |
LegacyExample.java | Class | This example aims to show how it is possible, with JMX, to write a non-invasive
wrapper for an existing legacy service in order to expose the functionality
of the legacy service with JMX. |
LegacyService.java | Class | This service wakes up every once in a while, and does an intensive job
spawning many threads to perform the given operation. |