| FactoryBean that obtains a WebSphere
javax.management.MBeanServer reference through WebSphere's proprietary AdminServiceFactory API,
available on WebSphere 5.1 and higher.
Exposes the MBeanServer for bean references.
This FactoryBean is a direct alternative to
MBeanServerFactoryBean ,
which uses standard JMX 1.2 API to access the platform's MBeanServer.
author: Juergen Hoeller author: Rob Harrop since: 2.0.3 See Also: com.ibm.websphere.management.AdminServiceFactory.getMBeanFactory See Also: com.ibm.websphere.management.MBeanFactory.getMBeanServer See Also: javax.management.MBeanServer See Also: MBeanServerFactoryBean |