Class JmxAdapterWrapper

All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class JmxAdapterWrapper extends AdapterLifecycleWrapperBase implements org.springframework.beans.factory.InitializingBean
NOTE: Using the PlatformMBeanServer on WebSphere changes ObjectNames on registration.
  • Constructor Details

    • JmxAdapterWrapper

      public JmxAdapterWrapper()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • addAdapter

      public void addAdapter(Adapter adapter)
      Specified by:
      addAdapter in class AdapterLifecycleWrapperBase
    • removeAdapter

      public void removeAdapter(Adapter adapter)
      Specified by:
      removeAdapter in class AdapterLifecycleWrapperBase
    • setMBeanManager

      @Qualifier("MBeanManager") public void setMBeanManager(org.springframework.jmx.export.MBeanExporter mBeanManager)