public class EmbeddedJmxTransFactory extends Object implements org.springframework.beans.factory.FactoryBean<SpringEmbeddedJmxTrans>, org.springframework.beans.factory.BeanNameAware
EmbeddedJmxTrans factory for Spring Framework integration.
Default configurationUrls :
classpath:jmxtrans.json: expected to be provided by the applicationclasspath:org/jmxtrans/embedded/config/jmxtrans-internals.json: provided by jmxtrans jar for its internal monitoring| Constructor and Description |
|---|
EmbeddedJmxTransFactory(org.springframework.core.io.ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
SpringEmbeddedJmxTrans |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setBeanName(String beanName) |
void |
setConfigurationUrl(String configurationUrl) |
void |
setConfigurationUrls(List<String> configurationUrls) |
void |
setIgnoreConfigurationNotFound(boolean ignoreConfigurationNotFound) |
@Autowired public EmbeddedJmxTransFactory(org.springframework.core.io.ResourceLoader resourceLoader)
public SpringEmbeddedJmxTrans getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<SpringEmbeddedJmxTrans>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<SpringEmbeddedJmxTrans>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<SpringEmbeddedJmxTrans>public void setConfigurationUrl(String configurationUrl)
configurationUrl - coma delimited listpublic void setIgnoreConfigurationNotFound(boolean ignoreConfigurationNotFound)
public void setBeanName(String beanName)
setBeanName in interface org.springframework.beans.factory.BeanNameAwareCopyright © 2013. All Rights Reserved.