public class CoverageModule extends Object
LocationAccumulator| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.api.component.location.ConfigurationComponentLocator |
componentLocator |
protected LocationAccumulator |
locationAccumulator |
protected org.mule.runtime.core.api.interception.ProcessorInterceptorProvider |
processorInterceptorProvider |
| Constructor and Description |
|---|
CoverageModule(org.mule.runtime.core.api.interception.ProcessorInterceptorProvider processorInterceptorProvider) |
| Modifier and Type | Method and Description |
|---|---|
LocationAccumulator |
getLocationAccumulator() |
void |
sendAllLocationReport(Integer port) |
void |
sendCoveredLocationsReport(Integer port) |
protected void |
sendReport(Integer port,
CoverageLocations report) |
void |
setComponentLocator(org.mule.runtime.api.component.location.ConfigurationComponentLocator componentLocator) |
protected org.mule.runtime.api.component.location.ConfigurationComponentLocator componentLocator
protected org.mule.runtime.core.api.interception.ProcessorInterceptorProvider processorInterceptorProvider
protected LocationAccumulator locationAccumulator
public CoverageModule(org.mule.runtime.core.api.interception.ProcessorInterceptorProvider processorInterceptorProvider)
public void setComponentLocator(org.mule.runtime.api.component.location.ConfigurationComponentLocator componentLocator)
public LocationAccumulator getLocationAccumulator()
public void sendCoveredLocationsReport(Integer port)
public void sendAllLocationReport(Integer port)
protected void sendReport(Integer port, CoverageLocations report)
Copyright © 2017. All rights reserved.