Why and when to perform this task
This section describes how to use Java administrative APIs for customizing the WebSphere Application Server administrative system. WebSphere Application Server supports access to the administrative functions through a set of Java classes and methods. You can write a Java program that performs any of the administrative features of the WebSphere Application Server administrative tools. You can also extend the basic WebSphere Application Server administrative system to include your own managed resources. For more information, view the JMX Javadoc .Steps for this task
You might have management features for your application or operating environment that are not implemented in the basic WebSphere Application Server administrative system. In this case, you can use the administrative classes and methods to add newly managed objects to the administrative system. You can also incorporate WebSphere Application Server administration into other Java programs by using the Java administrative APIs.