public class JmxEndpointExporter extends Object implements InitializingBean, DisposableBean, BeanClassLoaderAware
JMX endpoints to a MBeanServer.| Constructor and Description |
|---|
JmxEndpointExporter(MBeanServer mBeanServer,
EndpointObjectNameFactory objectNameFactory,
JmxOperationResponseMapper responseMapper,
Collection<? extends ExposableJmxEndpoint> endpoints) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
void |
setBeanClassLoader(ClassLoader classLoader) |
public JmxEndpointExporter(MBeanServer mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, Collection<? extends ExposableJmxEndpoint> endpoints)
public void setBeanClassLoader(ClassLoader classLoader)
setBeanClassLoader in interface BeanClassLoaderAwarepublic void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanpublic void destroy()
throws Exception
destroy in interface DisposableBeanException