public class CompInfo extends LisaCollector
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMP_INFO |
debug, LISA_NODEMSG_TESTEVENT, method, STATUS_ALL, STATUS_EXTERNALERROR, STATUS_FAIL_CODES, STATUS_FAILED, STATUS_INPUTERROR, STATUS_NONFAIL_CODES, STATUS_OK_CODES, STATUS_SUCCESS, STATUS_UNKNOWN, TYPE_AGENT_CLIENT, TYPE_BW, TYPE_BW_INBOUND, TYPE_BW_OUTBOUND, TYPE_BW_WS, TYPE_EJB, TYPE_EJB_INBOUND, TYPE_EJB_OUTBOUND, TYPE_FRAMEWORK, TYPE_HTTP, TYPE_HTTP_INBOUND, TYPE_HTTP_OUTBOUND, TYPE_HTTPS, TYPE_IBM_MQ, TYPE_IBM_WPS, TYPE_JDBC, TYPE_JMS, TYPE_JMS_INBOUND, TYPE_JMS_OUTBOUND, TYPE_REST_HTTP, TYPE_RMI, TYPE_UNKNOWN, TYPE_WMBROKER, TYPE_WMBROKER_INBOUND, TYPE_WMBROKER_OUTBOUND, TYPE_WMIS, TYPE_WMIS_INBOUND, TYPE_WMIS_OUTBOUND, TYPE_WS, TYPE_WS_INBOUND, TYPE_WS_OUTBOUND
Constructor and Description |
---|
CompInfo()
Used to allow proper serialization; not used in practice
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAllChildResponses()
This method is used to build a flat list of responses from all the decendents of this
component info object.
|
CompInfo |
getCurrentComp()
Will return the current execution scope of this transaction.
|
CompInfo |
newChildComp(java.lang.String name)
This is how child-components are created.
|
void |
readXML(org.w3c.dom.Element e) |
java.lang.String |
toString() |
java.lang.String |
toXML() |
void |
writeXML(java.io.PrintWriter pw) |
addBatch, addBatch, addChild, addEjbEvent, addLoggedSql, addLogMessage, addSql, addSql, assertFailTrans, assertFailTrans, assertLog, finished, finished, getAgentId, getAgentName, getBuildStatus, getBuildStatusMsg, getBuildTime, getChildren, getClassName, getCompContent, getContentUsed, getEjbEvents, getEndTime, getException, getExceptionList, getJvmInfo, getLISAProps, getLISATestEvents, getLoggedMessages, getLoggedSqls, getMethod, getMissingContent, getName, getOutboundAddress, getParent, getPropsMissing, getPropsUsed, getReceivingAddress, getRequest, getResponse, getSqls, getStartTime, getState, getTotalExecutionTime, getTotalSqlBatchCount, getTotalSqlExecCount, getTotalSqlExecCount, getTotalSqlExecTimeMs, getTransactionId, getType, getUniqueSqls, getUnqiueId, isTransFailed, log, notifyContentMissing, notifyContentUsed, notifyPropMissing, notifyPropUsed, readIntoList, resultSetNext, sendLISATestEvent, setAgentId, setAgentName, setBuildStatus, setBuildTime, setClassName, setCompContent, setEndTime, setException, setJvmInfo, setLISAProp, setLISAProp, setMethod, setName, setOutboundAddress, setParent, setReceivingAddress, setRequest, setResponse, setStartTime, setState, setTotalExecutionTime, setTransactionid, setType, setUnqiueId, toLongString, toShortString
public static final java.lang.String COMP_INFO
public CompInfo()
public CompInfo newChildComp(java.lang.String name)
name
- used to identify this componentpublic CompInfo getCurrentComp()
public java.util.List<java.lang.String> getAllChildResponses()
comp
- the comp to add the sub responses for.list
- the list to add them to.public void writeXML(java.io.PrintWriter pw)
writeXML
in interface IReport
writeXML
in class LisaCollector
public void readXML(org.w3c.dom.Element e)
readXML
in interface IReport
readXML
in class LisaCollector
public java.lang.String toXML()
public java.lang.String toString()
toString
in class LisaCollector
Copyright © 1998-2014 CA, Inc. All Rights Reserved.