public class CoverageModule extends Object
LocationAccumulator| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.api.component.location.ConfigurationComponentLocator |
componentLocator |
protected LocationAccumulator |
locationAccumulator |
| Constructor and Description |
|---|
CoverageModule() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.component.location.ConfigurationComponentLocator |
getComponentLocator() |
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 LocationAccumulator locationAccumulator
public void setComponentLocator(org.mule.runtime.api.component.location.ConfigurationComponentLocator componentLocator)
public org.mule.runtime.api.component.location.ConfigurationComponentLocator getComponentLocator()
public LocationAccumulator getLocationAccumulator()
public void sendCoveredLocationsReport(Integer port)
public void sendAllLocationReport(Integer port)
protected void sendReport(Integer port, CoverageLocations report)
Copyright © 2018. All rights reserved.