Class SpringEmbeddedJmxTrans

java.lang.Object
org.jmxtrans.embedded.EmbeddedJmxTrans
org.jmxtrans.embedded.spring.SpringEmbeddedJmxTrans
All Implemented Interfaces:
EmbeddedJmxTransMBean, SpringEmbeddedJmxTransMBean, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.jmx.export.naming.SelfNaming

public class SpringEmbeddedJmxTrans
extends EmbeddedJmxTrans
implements SpringEmbeddedJmxTransMBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.jmx.export.naming.SelfNaming
Author:
Cyrille Le Clerc
  • Constructor Details

    • SpringEmbeddedJmxTrans

      public SpringEmbeddedJmxTrans()
  • Method Details

    • afterPropertiesSet

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

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • getObjectName

      public ObjectName getObjectName() throws MalformedObjectNameException
      Specified by:
      getObjectName in interface org.springframework.jmx.export.naming.SelfNaming
      Throws:
      MalformedObjectNameException
    • setObjectName

      public void setObjectName​(String objectName)