public class JmxReporterFactoryBean
extends <any>
| Constructor and Description |
|---|
JmxReporterFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected HybrisJmxReporter |
createInstance() |
void |
destroy() |
protected String |
getDomain() |
protected MetricRegistry |
getMetricRegistry() |
Class<HybrisJmxReporter> |
getObjectType() |
int |
getPhase() |
boolean |
isAutoStartup() |
protected boolean |
isEnabled() |
boolean |
isRunning() |
void |
setDomain(String domain) |
void |
setEnabled(boolean enabled) |
void |
setMetricRegistry(MetricRegistry metricRegistry) |
void |
start() |
void |
stop() |
void |
stop(Runnable runnable) |
public Class<HybrisJmxReporter> getObjectType()
protected HybrisJmxReporter createInstance()
public void start()
public void stop()
public boolean isRunning()
public boolean isAutoStartup()
public void stop(Runnable runnable)
public int getPhase()
public void setEnabled(boolean enabled)
protected boolean isEnabled()
public void setDomain(String domain)
protected String getDomain()
public void setMetricRegistry(MetricRegistry metricRegistry)
protected MetricRegistry getMetricRegistry()
Copyright © 2017 SAP SE. All Rights Reserved.