Class SpringApplicationAdminMXBeanRegistrar

  • All Implemented Interfaces:
    EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.context.EnvironmentAware, org.springframework.context.event.GenericApplicationListener, org.springframework.core.Ordered

    public class SpringApplicationAdminMXBeanRegistrar
    extends Object
    implements org.springframework.context.ApplicationContextAware, org.springframework.context.event.GenericApplicationListener, org.springframework.context.EnvironmentAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    Register a SpringApplicationAdminMXBean implementation to the platform MBeanServer.
    Since:
    1.3.0
    • Method Detail

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • setEnvironment

        public void setEnvironment​(org.springframework.core.env.Environment environment)
        Specified by:
        setEnvironment in interface org.springframework.context.EnvironmentAware
      • supportsEventType

        public boolean supportsEventType​(org.springframework.core.ResolvableType eventType)
        Specified by:
        supportsEventType in interface org.springframework.context.event.GenericApplicationListener
      • supportsSourceType

        public boolean supportsSourceType​(@Nullable
                                          Class<?> sourceType)
        Specified by:
        supportsSourceType in interface org.springframework.context.event.GenericApplicationListener
      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.context.ApplicationEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.context.event.GenericApplicationListener
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • 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