public abstract class CollectorActionTransformer extends Object implements InstrumentActionTransformer
| Constructor and Description |
|---|
CollectorActionTransformer() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertToRuleAction(InstrumentAction action)
This method converts the supplied instrumentation action into a
ByteMan rule action.
|
protected abstract String |
getEntity()
This method identifies the entity being instrumented.
|
protected abstract String[] |
getParameters(CollectorAction invocation)
This method supplies the array of fixed parameters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionTypepublic String convertToRuleAction(InstrumentAction action)
InstrumentActionTransformerconvertToRuleAction in interface InstrumentActionTransformeraction - The instrument actionprotected abstract String getEntity()
protected abstract String[] getParameters(CollectorAction invocation)
invocation - The invocation detailsCopyright © 2015 Red Hat, Inc.. All rights reserved.