public interface RemoteInstrumentationService extends Service
| Modifier and Type | Method and Description |
|---|---|
ReinstrumentResult |
processXml(java.lang.String xml)
Parses the input XML, creates the new point cuts, and then reinstruments any classes matching the new point cuts.
|
getLogger, getName, isEnabled, isStarted, isStartedOrStarting, isStopped, isStoppedOrStopping, start, stopReinstrumentResult processXml(java.lang.String xml)
xml - Xml with new point cuts to be created for future instrumentation.