|
TPTP 4.6.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.impl.AbstractDataImpl
public abstract class AbstractDataImpl
AbstractDataImpl represents the data needed to created a completed transaction.
| Field Summary | |
|---|---|
static java.lang.String |
CONTEXT_NAME_COMPONENT
|
static java.lang.String |
CONTEXT_NAME_DISPLAY_NAME
|
static java.lang.String |
CONTEXT_NAME_PROTOCOL
|
static java.lang.String |
CONTEXT_NAME_SERVER_PORT
|
| Constructor Summary | |
|---|---|
AbstractDataImpl()
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
addMethodArguments(java.util.List contextValues)
|
java.lang.String |
getClassName()
Returns the class name |
org.opengroup.arm40.transaction.ArmCorrelator |
getCorrelator()
Returns the parent correlator. |
java.lang.Object[] |
getMethodArguments()
Retuns an array of method arguments |
java.lang.String |
getMethodName()
Returns the method name |
java.lang.Object |
getObject()
Returns the object |
java.lang.String |
getTransactionName()
Returns the transaction name |
java.lang.String |
getUserName()
Returns the user name |
void |
setClassName(java.lang.String className)
Sets the class name |
void |
setCorrelator(org.opengroup.arm40.transaction.ArmCorrelator checkCorObject)
Retrieves the parent correlator from the object. |
void |
setMethodArguments(java.lang.Object[] methodArguments)
Sets the array of method arguments |
void |
setMethodName(java.lang.String methodName)
Sets the method name |
void |
setObject(java.lang.Object object)
Sets the object |
void |
setUserName(java.lang.String userName)
Sets the user name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.tptp.trace.arm.internal.model.InstrumentDataProvider |
|---|
getContextTypes, getContextValues, getTransactionObjectType, objectInstanceOfClass |
| Field Detail |
|---|
public static final java.lang.String CONTEXT_NAME_PROTOCOL
public static final java.lang.String CONTEXT_NAME_SERVER_PORT
public static final java.lang.String CONTEXT_NAME_DISPLAY_NAME
public static final java.lang.String CONTEXT_NAME_COMPONENT
| Constructor Detail |
|---|
public AbstractDataImpl()
| Method Detail |
|---|
public java.lang.String getClassName()
getClassName in interface InstrumentDataProviderpublic org.opengroup.arm40.transaction.ArmCorrelator getCorrelator()
getCorrelator in interface InstrumentDataProviderpublic java.lang.Object[] getMethodArguments()
getMethodArguments in interface InstrumentDataProviderpublic java.lang.String getMethodName()
getMethodName in interface InstrumentDataProviderpublic java.lang.Object getObject()
getObject in interface InstrumentDataProviderpublic java.lang.String getTransactionName()
getTransactionName in interface InstrumentDataProviderpublic java.lang.String getUserName()
getUserName in interface InstrumentDataProviderpublic void setClassName(java.lang.String className)
setClassName in interface InstrumentDataProviderclassName - the class namepublic void setCorrelator(org.opengroup.arm40.transaction.ArmCorrelator checkCorObject)
setCorrelator in interface InstrumentDataProvidercheckCorObject - The object that holds the parent correltorpublic void setMethodArguments(java.lang.Object[] methodArguments)
setMethodArguments in interface InstrumentDataProvidermethodArguments - the method argumentsprotected void addMethodArguments(java.util.List contextValues)
public void setMethodName(java.lang.String methodName)
setMethodName in interface InstrumentDataProvidermethodName - the method namepublic void setObject(java.lang.Object object)
setObject in interface InstrumentDataProviderobject - the objectpublic void setUserName(java.lang.String userName)
setUserName in interface InstrumentDataProvideruserName - the user name
|
TPTP 4.6.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 | ||||||||