|
TPTP 4.2.0 Tracing and Profiling Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.trace.arm.internal.model.spi.InstrumentServiceFactory
The InstrumentServiceFactory class acts as the entry point to the transaction data object. This class lets you query and access InstrumentDataProvider that are assoicated with a transaction type.
| Method Summary | |
|---|---|
static InstrumentDataProvider |
getTransactionDataProvider(java.lang.Object object,
java.lang.String className,
java.lang.String methodName,
java.lang.Object[] methodArguments)
Instantiates and returns a concrete class that implements the InstrumentDataProvider interface. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static InstrumentDataProvider getTransactionDataProvider(java.lang.Object object,
java.lang.String className,
java.lang.String methodName,
java.lang.Object[] methodArguments)
InstrumentDataProvider interface.
object - the objectclassName - the name of the classmethodName - the name of the methodmethodArguments - the method arguments
|
TPTP 4.2.0 Tracing and Profiling Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||