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
SpringApplicationAdminMXBean implementation to the platform
 MBeanServer.| Constructor and Description | 
|---|
| SpringApplicationAdminMXBeanRegistrar(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| void | destroy() | 
| int | getOrder() | 
| void | onApplicationEvent(org.springframework.context.ApplicationEvent event) | 
| void | setApplicationContext(org.springframework.context.ApplicationContext applicationContext) | 
| void | setEnvironment(org.springframework.core.env.Environment environment) | 
| boolean | supportsEventType(org.springframework.core.ResolvableType eventType) | 
| boolean | supportsSourceType(Class<?> sourceType) | 
public SpringApplicationAdminMXBeanRegistrar(String name) throws MalformedObjectNameException
MalformedObjectNameExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwarepublic boolean supportsEventType(org.springframework.core.ResolvableType eventType)
supportsEventType in interface org.springframework.context.event.GenericApplicationListenerpublic boolean supportsSourceType(Class<?> sourceType)
supportsSourceType in interface org.springframework.context.event.GenericApplicationListenerpublic void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>public int getOrder()
getOrder in interface org.springframework.context.event.GenericApplicationListenergetOrder in interface org.springframework.core.Orderedpublic void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2020 Pivotal Software, Inc.. All rights reserved.