[Java programming language only]

Accessing Managed Beans (MBeans) programmatically

You can connect to MBeans with Java applications. These applications use the interfaces in the com.ibm.websphere.objectgrid.management package.

About this task

Programmatic methods for accessing MBeans vary depending on the type of server to which you are connecting.

Procedure

What to do next

For more examples on how to display statistics and perform administrative operations with MBeans, see the xsadmin sample application. You can look at the source code of the xsadmin sample application in the wxs_home/samples/xsadmin.jar file in a stand-alone installation, or in the wxs_home/xsadmin.jar file in a WebSphere Application Server installation. See Sample: xsadmin utility for more information about the operations you can complete with the xsAdmin sample application.

You can also find more information about MBeans in the com.ibm.websphere.objectgrid.management package.