Java Dynamic Management Kit 3.2 Programming Guide
[ Previous ][ Fast Back ][ Fast Forward ][ Next ]

Appendix D. Java Beans Development Kit Example

This example shows how any JavaBeans component can be made manageable by a Java Dynamic Management agent. To make a JavaBeans component manageable, all you need to do is add code required to enable it to register itself with the Core Management Framework. You do not need to modify any existing code.

The example shows an agent and an m-bean that are designed to be loaded into the BeanBox as .jar files. Once these objects have been instantiated, you can manage the agent through an adaptor client, such as the Java Dynamic Management M-Bean Browser.


[ Previous ][ Home ][ Next ]
Tools Packages[ Up ]Directories and Files