Package | Description |
---|---|
com.itko.lisaint | |
com.itko.lisaint.agent |
Modifier and Type | Class and Description |
---|---|
class |
TransInfo
The TransInfo class contains all the information that can be gathered about
the execution of a specific "transaction" of the system under test.
|
Modifier and Type | Method and Description |
---|---|
static CompInfo |
TestHarness.getCompInfoForCurrentThread()
For advanced users; This can be used to transmit very detailed
information back to the LISA instance such as internal exceptions (which
are normally hidden behind error pages), LISA log messages, etc.
|
CompInfo |
CompInfo.getCurrentComp()
Will return the current execution scope of this transaction.
|
CompInfo |
LisaCollector.getParent() |
CompInfo |
CompInfo.newChildComp(java.lang.String name)
This is how child-components are created.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CompInfo> |
LisaCollector.getChildren()
Returns the list of children maintained by this reporting object
|
Modifier and Type | Method and Description |
---|---|
void |
LisaCollector.addChild(CompInfo child) |
void |
LisaCollector.setParent(CompInfo parent) |
Constructor and Description |
---|
LisaCollector(CompInfo parentComp,
java.lang.String name) |
LisaCollector(CompInfo parentComp,
java.lang.String name,
Integrator integrator)
Constructor used when creating new reporting objects
|
Modifier and Type | Method and Description |
---|---|
static CompInfo |
AgentIntegrator.getTransactionFrame(java.lang.String frameId)
This method creates a CompInfo for the specified frame id.
|
Modifier and Type | Method and Description |
---|---|
static void |
AgentIntegrator.importTransactions(java.util.List<CompInfo> paths,
java.util.List<CompInfo> skipped,
java.util.Map<java.lang.Long,java.lang.String> agentMap,
java.io.InputStream inputStream,
boolean persist) |
static void |
AgentIntegrator.importTransactions(java.util.List<CompInfo> paths,
java.util.List<CompInfo> skipped,
java.util.Map<java.lang.Long,java.lang.String> agentMap,
java.io.InputStream inputStream,
boolean persist) |
Copyright © 1998-2014 CA, Inc. All Rights Reserved.