A B C D E F G H I J K L M N O P Q R S T U V W _ 

A

Abend - Class in com.itko.lisa.test
This class implements the abnormal termination of a test node.
Abend() - Constructor for class com.itko.lisa.test.Abend
 
ABORT_NODE - Static variable in class com.itko.lisa.test.TestCase
 
ABORT_NODE_LABEL - Static variable in class com.itko.lisa.test.TestCase
 
AboutInfoMBean - Interface in com.itko.lisa.coordinator
Our About MBean interface.
aboutToZoom() - Method in class com.itko.lisa.editor.CustomEditor
A default implementation -- developer can override This method is called just before you get zoomed.
acceptsURL(String) - Method in class com.itko.lisaint.LisaJdbcDriver
 
addAll(ParameterList) - Method in class com.itko.util.ParameterList
Method to bulk-append another list to this one.
addAll(ParameterList, boolean) - Method in class com.itko.util.ParameterList
Method to bulk-append another list to this one.
addAll(Map<?, ?>) - Method in class com.itko.util.ParameterList
Method to bulk-append a Map to this one.
addAssertion(Controller) - Method in class com.itko.lisa.editor.TestNodeInfo
 
addAssociatedResource(String, String) - Method in class com.itko.lisa.test.TestCase
 
addAssociatedResources(String, Iterable<String>) - Method in class com.itko.lisa.test.TestCase
 
addBatch(Statement, String, String, long) - Method in class com.itko.lisaint.LisaCollector
Called by the LisaJdbcDriver each time a batch is added to a JDBC statement.
addBatch(String, Statement, String, String, long) - Method in class com.itko.lisaint.LisaCollector
 
addChild(CompInfo) - Method in class com.itko.lisaint.LisaCollector
 
addChildIntegrationObject(Object) - Method in class com.itko.lisaint.TransInfo
 
addChildNodes(Element) - Method in class com.itko.util.ParameterList
Given a parent XML DOM Element, this method will add all the child nodes' attributes as parameters, plus any child text elements as Parameters with the key of the element name and the value of the child text.
addClientTransaction(String, String, Object[], Object, long) - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
addClientTransaction(String, Map, String, String, Object[], Object, long) - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
addCollector(MetricCollector) - Method in interface com.itko.lisa.stats.MetricController
Maybe the most important method here, you use this guy to put a MetricCollector into my list of things to collect.
addConfigListener(ConfigListener) - Method in class com.itko.lisa.editor.TestCaseInfo
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.itko.lisaint.LisaPooledConnection
 
addEjbEvent(String) - Method in class com.itko.lisaint.LisaCollector
Add an ejb event.
addExceptionEvent(Throwable) - Static method in class com.itko.lisaint.TestHarness
Tell lisa that an exception has occurred.
addExceptionEvent(Throwable, boolean) - Static method in class com.itko.lisaint.TestHarness
Tell lisa that an exception has occurred.
addFilter(int[], int) - Static method in class com.itko.lisa.test.TestEventMgr
add an event id to an existing filter. if it's already there, leave it alone
addGlobalDataSet(DataSet) - Method in class com.itko.lisa.test.TestCase
Adds a global dataset
addInstancesToSimulator(String, int) - Method in interface com.itko.lisa.coordinator.TestCoordinator
This is how you can change the number of instances currently running a test before or during execution.
addLisaIntToSoapMessage(MessageContext) - Method in class com.itko.lisaint.wshandler.CapeClearInterceptor
Override the superclass here..
addLisaIntToSoapMessage(MessageContext) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
 
addListener(TestEventListener, int[]) - Method in class com.itko.lisa.test.TestEventMgr
This method adds a listener to the collection of listeners.
addListener(TestEventListener, int[], boolean) - Method in class com.itko.lisa.test.TestEventMgr
This method adds a listener to the collection of listeners.
addLoggedSql(LoggedSql) - Method in class com.itko.lisaint.LisaCollector
 
addLogMessage(String, String, String) - Method in class com.itko.lisaint.LisaCollector
Take note of a server-side log message.
addMetric(String) - Method in class com.itko.lisa.stats.MetricData
This method is called to create a logical "column" if you will to store data in via subsequent calls to setValue().
addNewCollectors(Component) - Method in interface com.itko.lisa.stats.MetricIntegration
This is the method used by the MetricsPanel UI when the user asks to add a Metric of your type.
addNode(TestNodeInfo, int) - Method in class com.itko.lisa.editor.TestCaseInfo
 
addNode(TestNodeInfo, int, boolean) - Method in class com.itko.lisa.editor.TestCaseInfo
 
addNode(int, TestNode) - Method in class com.itko.lisa.test.TestCase
Get list of nodes; the real one you can manipulate
addNodeAttributes(Element) - Method in class com.itko.util.ParameterList
This method will add every attribute in the given XML DOM Element to this list
addParameter(int, Parameter) - Method in class com.itko.util.ParameterList
 
addParameter(Parameter) - Method in class com.itko.util.ParameterList
Adds a new Parameter to the end of the list
addParameters(String) - Method in class com.itko.util.ParameterList
Adds the set of Parameter objects that can be parsed from the given String.
addParameters(String, boolean) - Method in class com.itko.util.ParameterList
Adds the set of Parameter objects that can be parsed from the given String.
addRegressions(String) - Method in class com.itko.lisa.testing.StagedSuite
This method is called to initialize the suite from a suite file.
addResultSetRow(String, String) - Method in class com.itko.lisaint.LoggedSql
 
addResultSetRow(ResultSet, String) - Method in class com.itko.lisaint.LoggedSql
 
addRow(String) - Method in class com.itko.lisaint.LoggedResultSet
 
addSimulator(String, int) - Method in interface com.itko.lisa.coordinator.TestCoordinator
This method provides a means for you to add a simulator to the existing list of simulators executing a test.
addSimulator(String, int, int) - Method in interface com.itko.lisa.coordinator.TestCoordinator
This method provides a means for you to add a simulator to the existing list of simulators executing a test.
addSingleRegression(String, String, String, String) - Method in class com.itko.lisa.testing.StagedSuite
Want to add a test to the suite dynamically at run time before the testing starts?
addSingleRegression(String) - Method in class com.itko.lisa.testing.StagedSuite
This allows you to add a single test to the suite with a name/value pair semantic.
addSingleRegression(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
addSql(Statement, String, String, long) - Method in class com.itko.lisaint.LisaCollector
Called by the LisaJdbcDriver each time a SQL is issued.
addSql(String, Statement, String, String, long) - Method in class com.itko.lisaint.LisaCollector
 
addStatementEventListener(StatementEventListener) - Method in class com.itko.lisaint.LisaPooledConnection
 
addSuiteEntry(SuiteEntry) - Method in class com.itko.lisa.testing.SuiteInfo
 
addTerm(Parameter) - Method in class com.itko.util.ParameterList
Deprecated.
use addParameter() instead
addTestByMARInfo(String) - Method in class com.itko.lisa.testing.StagedSuite
This allows you to add a single test referenced via a MAR info file to the suite.
addTestEventListener(TestEventListener, int[]) - Method in interface com.itko.lisa.coordinator.Coordinator
Use this method to hook into the event mechanism LOCALLY; use the RMI version for adding remote listeners.
addValue(Object, Object) - Method in class com.itko.lisa.stats.MetricData
How you append your metric's data to the logical table.
adjustName(Controller) - Static method in class com.itko.lisa.editor.ControllerBase
 
AgentIntegrator - Class in com.itko.lisaint.agent
This is the class which interfaces with the com.itko.lisa.remote.client
AgentSummary - Class in com.itko.lisaint.agent
 
AgentSummary(String, Map, List) - Constructor for class com.itko.lisaint.agent.AgentSummary
 
alertCheck(MetricCollector, double) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
AlertEmail - Class in com.itko.lisa.perfmgr
 
AlertEmail(String) - Constructor for class com.itko.lisa.perfmgr.AlertEmail
 
AlertEmail(String, double, double, String, String, String, String, List) - Constructor for class com.itko.lisa.perfmgr.AlertEmail
 
AlertEmail(String, double, double, String, String, String, String, List, String, String, String) - Constructor for class com.itko.lisa.perfmgr.AlertEmail
 
allTestsPassed() - Method in class com.itko.lisa.perfmgr.FileReportKey
always returns null (we don't know)
allTestsPassed() - Method in class com.itko.lisa.perfmgr.ReportKey
 
almostNoFilter - Static variable in class com.itko.lisa.test.TestEvent
This filter should be used when you want all but the most obnoxious events.
AMETRIC_TAG - Static variable in class com.itko.lisa.stats.MetricData
 
ANINTERVAL_TAG - Static variable in class com.itko.lisa.stats.MetricData
 
APP_COORDINATOR - Static variable in class com.itko.lisa.test.Environment
 
APP_ENTERPRISE_DASHBOARD - Static variable in class com.itko.lisa.test.Environment
 
APP_JUNIT - Static variable in class com.itko.lisa.test.Environment
 
APP_OTHER - Static variable in class com.itko.lisa.test.Environment
 
APP_PATHFINDER_BROKER - Static variable in class com.itko.lisa.test.Environment
 
APP_PATHFINDER_CMD_LINE_TOOL - Static variable in class com.itko.lisa.test.Environment
 
APP_PATHFINDER_DEV_CONSOLE - Static variable in class com.itko.lisa.test.Environment
 
APP_REGISTRY - Static variable in class com.itko.lisa.test.Environment
 
APP_SERVICE_IMAGE_MANAGER - Static variable in class com.itko.lisa.test.Environment
 
APP_SERVICE_MANAGER - Static variable in class com.itko.lisa.test.Environment
 
APP_SIMULATOR - Static variable in class com.itko.lisa.test.Environment
 
APP_TESTMANAGER - Static variable in class com.itko.lisa.test.Environment
 
APP_TESTRUNNER - Static variable in class com.itko.lisa.test.Environment
 
APP_VSE - Static variable in class com.itko.lisa.test.Environment
 
APP_VSE_GUIMANAGER - Static variable in class com.itko.lisa.test.Environment
 
APP_VSE_MANAGER - Static variable in class com.itko.lisa.test.Environment
 
APP_WS_SIMULATOR - Static variable in class com.itko.lisa.test.Environment
 
append(LoggingEvent) - Method in class com.itko.lisaint.Log4JLisaAppender
 
asRunDocument() - Method in class com.itko.lisa.coordinator.RunInfo
 
assertEndTest(boolean, String) - Method in class com.itko.lisaint.TransInfo
Provides a mechanism to end the Lisa test in a normal, non-failed, mode if the given expression is false.
assertFailTest(boolean, String) - Method in class com.itko.lisaint.TransInfo
Provides an assertion mechanism that will report to Lisa to fail the test if the assertion is false.
assertFailTrans(boolean) - Method in class com.itko.lisaint.LisaCollector
Provides a handy way for you to quickly make an assertion that LISA should consider this transaction failed if the following is not true.
assertFailTrans(boolean, String) - Method in class com.itko.lisaint.LisaCollector
Provides a handy way for you to quickly make an assertion that LISA should consider this transaction failed if the following is not true.
assertGotoNode(boolean, String) - Method in class com.itko.lisaint.TransInfo
Provides a mechansim to make an assertion, and if that assertion is false, report to Lisa that the given node must now be executed next in the workflow.
assertions - Variable in class com.itko.lisa.editor.TestCaseInfo
 
assertLog(boolean, String) - Method in class com.itko.lisaint.LisaCollector
Provides the server component author with a mechansim to validate an assertion and log a message into the test event collection system within Lisa if the given assertion is false.
ASSOC_FILE_TAG - Static variable in class com.itko.lisa.test.TestCase
 
ASSOC_RES_TAG - Static variable in class com.itko.lisa.test.TestCase
 
ASSOC_RES_TYPE_ATTR - Static variable in class com.itko.lisa.test.TestCase
 
asXml() - Method in class com.itko.lisaint.LoggedResultSet
 
ATEND - Static variable in interface com.itko.lisa.test.DataSet
 
atend - Variable in class com.itko.lisa.test.DataSetImpl
 
attachEventConsumers(Coordinator, List) - Static method in class com.itko.lisa.coordinator.ReportGenerator
Used internally once a test is staged to make sure they are all hooked into the Coordinator
ATTRIB_PARAM_TYPE - Static variable in class com.itko.lisa.test.TestExec
 
ATTRIB_PARAM_TYPE_OPT - Static variable in class com.itko.lisa.test.TestExec
 
ATTRIBS_TAG - Static variable in class com.itko.lisaint.Integrator
 
authenticateAndAuthorizeUser(String, String) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method will authenticate the user ID passed in.
authenticateUser(String, String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Deprecated.
AUTO_CS_NAME - Static variable in interface com.itko.lisa.coordinator.CoordinatorServer
 
AUTO_SCALE - Static variable in class com.itko.lisa.stats.MetricCollector
 
AUTO_SCALE_STRING - Static variable in class com.itko.lisa.stats.MetricCollector
 
AUTO_SIMULATOR - Static variable in interface com.itko.lisa.coordinator.Coordinator
name of the "auto" Simulator that will cause the TestRegistry to find Simulators
AUTOGENLIST_TAG - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
autoGenReports(ReportKey) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
auxData - Variable in class com.itko.lisa.test.TestCase
 

B

banner(String) - Static method in class com.itko.lisa.test.Environment
Banner used throughout LISA to provide a consistent copyright message that you are displaying a banner for
banner(PrintWriter, String) - Static method in class com.itko.lisa.test.Environment
Streams the LISA banner message to the PrintStream given.
base64EncodedLisaTag(String) - Static method in class com.itko.lisaint.TestHarness
Takes a garden-variety LISAInt xml string and base64 encodes it.
baseInit(Element) - Method in interface com.itko.lisa.test.DataSet
This method is called to setup the properties of every data set.
baseInit(Element) - Method in class com.itko.lisa.test.DataSetImpl
 
BASELINE_TAG - Static variable in class com.itko.lisa.testing.SuiteInfo
 
betweenTerms() - Static method in class com.itko.util.Parameter
Returns the char to smash between parameters if you want a default
bind(String) - Method in class com.itko.lisa.stats.TestRunInfo
 
BRAND_KEY - Static variable in class com.itko.lisa.test.Environment
 
bringDownCloudLabs(String, String) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
BUILD_INFO - Static variable in class com.itko.lisa.test.Environment
name of the LISA build info file
BUILD_NUMBER_KEY - Static variable in class com.itko.lisa.test.Environment
 
BUILD_TEXT_KEY - Static variable in class com.itko.lisa.test.Environment
 
buildDefaultScheme(boolean, boolean, boolean) - Static method in class com.itko.lisa.test.Environment
 
buildFailureSummary(PrintWriter) - Method in class com.itko.lisa.testing.StagedSuite
 
buildSslScheme(SslCertInfo, boolean) - Static method in class com.itko.lisa.test.Environment
 
buildTempUnmergedList() - Method in class com.itko.util.ParameterList
 

C

calcThinkTimeFromSpec(TestExec, String) - Method in class com.itko.lisa.test.TestNode
 
calculatePace() - Method in class com.itko.lisa.coordinator.RunInfo
 
cancelProcessing() - Method in interface com.itko.lisa.test.DataSet
Called by the DataSetBaseInfoEditor to cancel current processing.
cancelProcessing() - Method in class com.itko.lisa.test.DataSetImpl
 
canConvert(Class) - Method in class com.itko.lisa.test.TestEvent.TestEventConverter
 
canDeployToCS() - Method in class com.itko.lisa.test.TestCase
This method returns whether or not this test case can be deployed to a coordinator server.
canDeployToCS() - Method in class com.itko.lisa.test.TestNode
This method returns whether or not this test step can be deployed to a coordinator server.
canDeployToVSE() - Method in class com.itko.lisa.test.TestCase
This method returns whether or not this test case can be deployed to a virtual service environment.
canDeployToVSE() - Method in class com.itko.lisa.test.TestNode
This method returns whether or not this test step can be deployed to a virtual environment.
capacity() - Method in class com.itko.util.ParameterList
This returns the capacity of our underlying vector.
CapeClearInterceptor - Class in com.itko.lisaint.wshandler
CapeClear web service interceptors are really just regular JaxRpcHandlers but CapeClear munges the response headers in a way that causes LISA to not be able to read the pathfinder response headers, so we do it slightly differently.
CapeClearInterceptor() - Constructor for class com.itko.lisaint.wshandler.CapeClearInterceptor
 
cat - Static variable in class com.itko.lisa.coordinator.ServiceManager
 
cat - Static variable in class com.itko.lisa.editor.CustJavaNodeEditor
 
cat - Static variable in class com.itko.lisa.editor.TestCaseInfo
 
cat - Static variable in class com.itko.lisa.editor.TestNodeInfo
 
cat - Static variable in class com.itko.lisa.test.Environment
 
cat - Static variable in class com.itko.lisa.test.NormalEnd
 
cat - Static variable in class com.itko.lisa.test.RandSet
 
cat - Static variable in class com.itko.lisa.test.TestNode
 
cat - Static variable in class com.itko.lisa.testing.StagedSuite
 
cat - Static variable in class com.itko.util.ParameterList
 
changeHotDeployPath(String) - Static method in class com.itko.lisa.test.Environment
 
CharResponseWrapper - Class in com.itko.lisaint.servlet.filter
 
CharResponseWrapper(HttpServletResponse) - Constructor for class com.itko.lisaint.servlet.filter.CharResponseWrapper
 
checkPathfinderEnvironment() - Static method in class com.itko.lisaint.agent.AgentIntegrator
Convenience method for making sure the environment is OK.
CheckResult - Class in com.itko.lisa.test
This is a deprecated class used to avoid code changes.
CheckResult() - Constructor for class com.itko.lisa.test.CheckResult
 
childEnumerator(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Deprecated.
please use the Iterator instead, there's an extra collection here...
CLASS - Static variable in class com.itko.lisa.editor.CustJavaNodeEditor
 
CLASS_TYPE_TAG - Static variable in class com.itko.util.Parameter
 
clear() - Method in class com.itko.util.ParameterList
 
clearBundledBuffer() - Method in class com.itko.lisa.test.DataSetImpl
Do this if you don't need to re-open in the future so we can let go of the memory.
clearEditor() - Method in class com.itko.lisa.editor.ControllerBase
This method allows subclasses to clear out our cached editor instance, if there is one.
clearModelExecHistory() - Method in class com.itko.lisa.test.TestExec
Also internal use only
CLIENT_ALIAS - Static variable in class com.itko.lisa.test.Environment
 
CLIENT_CERT_PASSWD - Static variable in class com.itko.lisa.test.Environment
 
CLIENT_CERT_PASSWD_ENCRYPT - Static variable in class com.itko.lisa.test.Environment
 
CLIENT_CERT_PATH - Static variable in class com.itko.lisa.test.Environment
 
CLIENT_KEY_PASSWD - Static variable in class com.itko.lisa.test.Environment
 
CLIENT_KEY_PASSWD_ENCRYPT - Static variable in class com.itko.lisa.test.Environment
 
clone() - Method in class com.itko.lisa.stats.TestRunInfo
Clones the object with an exact dupe of the state.
clone() - Method in class com.itko.lisa.test.TestNode
 
clone() - Method in interface com.itko.util.CloneImplemented
 
clone() - Method in class com.itko.util.Parameter
Will return a replica of this Parameter
clone() - Method in class com.itko.util.ParameterList
Does a deep copy of the current object into a new ParameterList object.
CloneImplemented - Interface in com.itko.util
Created by IntelliJ IDEA.
cloneQuick() - Method in class com.itko.util.ParameterList
Does a shallow copy of the current object into a new ParameterList object.
close() - Method in class com.itko.lisa.stats.MetricCollector
 
close(MessageContext) - Method in class com.itko.lisaint.javaee.DelegatingJaxWsHandler
 
close(MessageContext) - Method in class com.itko.lisaint.javaee.JaxWsClientHandler
 
close(MessageContext) - Method in class com.itko.lisaint.javaee.JaxWsHandler
 
close() - Method in class com.itko.lisaint.LisaPooledConnection
 
close() - Method in class com.itko.lisaint.Log4JLisaAppender
 
closeOnCurrentThread() - Static method in class com.itko.lisaint.TestHarness
If you have opened a LISA context you need to close it.
closeOnCurrentThread(Message) - Static method in class com.itko.lisaint.TestHarness
Closes the current LISA context and adds a LISA integration property to the message.
closePanel(boolean) - Method in class com.itko.lisa.testing.StageRegressionRun
This method is used to close this panel, removing as a tab from the UI.
collectDataSetElements(Element) - Static method in class com.itko.lisa.test.DataSetImpl
Returns a map of the DOM elements of each DataSet tag in the test case.
collectLocalDataSetElements(Element) - Static method in class com.itko.lisa.test.DataSetImpl
This method will return a Map object of name, com.w3c.dom.Element objects of all the local data sets in this this test.
com.itko.lisa.coordinator - package com.itko.lisa.coordinator
 
com.itko.lisa.editor - package com.itko.lisa.editor
 
com.itko.lisa.perfmgr - package com.itko.lisa.perfmgr
 
com.itko.lisa.stats - package com.itko.lisa.stats
 
com.itko.lisa.test - package com.itko.lisa.test
 
com.itko.lisa.testing - package com.itko.lisa.testing
 
com.itko.lisaint - package com.itko.lisaint
 
com.itko.lisaint.agent - package com.itko.lisaint.agent
 
com.itko.lisaint.ejb - package com.itko.lisaint.ejb
 
com.itko.lisaint.java - package com.itko.lisaint.java
 
com.itko.lisaint.javaee - package com.itko.lisaint.javaee
 
com.itko.lisaint.servlet - package com.itko.lisaint.servlet
 
com.itko.lisaint.servlet.filter - package com.itko.lisaint.servlet.filter
 
com.itko.lisaint.utils - package com.itko.lisaint.utils
 
com.itko.lisaint.webservice - package com.itko.lisaint.webservice
 
com.itko.lisaint.wshandler - package com.itko.lisaint.wshandler
 
com.itko.util - package com.itko.util
 
COMMON - Static variable in class com.itko.lisa.test.TestEvent
Used with the eventFilterSet array to choose the event filter that will provide most common events that include node execution time
COMMUNITY_EDITION - Static variable in class com.itko.lisa.test.Environment
 
COMP_INFO - Static variable in class com.itko.lisaint.CompInfo
 
COMPANION_TAG - Static variable in interface com.itko.lisa.test.CompanionInterface
The constant for the tag name for every companion you define in XML
CompanionInterface - Interface in com.itko.lisa.test
Companions are used to do any kind of per-test execution initialization and cleanup that you might need.
companions - Variable in class com.itko.lisa.editor.TestCaseInfo
 
compare(Object, Object) - Method in class com.itko.lisaint.agent.IntegratorComparator
 
compareTo(Object) - Method in class com.itko.lisaint.UniqueSql
 
compensateForLastResponseTime(TestExec, long) - Method in class com.itko.lisa.test.TestNode
Shorten the think based on the time we took since the last step response was received (unless we are VSE) At least one subclass of TestNode - the VSE BaseRespondStep - overrides this method...
CompInfo - Class in com.itko.lisaint
This class contains the component-level information that Lisa enables servers to report and for Lisa test case authors to access.
CompInfo() - Constructor for class com.itko.lisaint.CompInfo
Used to allow proper serialization; not used in practice
compressZlib(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
configs - Variable in class com.itko.lisa.editor.TestCaseInfo
 
configureForLoadTest() - Method in interface com.itko.lisa.coordinator.Coordinator
Tells the coord to prepare for a load test.
configureForLoadTest() - Method in class com.itko.lisa.testing.RegressionRunner
 
configureForLoadTest() - Method in class com.itko.lisa.testing.StagedSuite
 
confirmDelete() - Method in interface com.itko.lisa.editor.Controller
You can question/challenge/prevent deletes
confirmDelete() - Method in class com.itko.lisa.editor.ControllerBase
 
confirmDelete() - Method in class com.itko.lisa.editor.TestNodeInfo
 
confirmJavaSupportedVersion() - Static method in class com.itko.lisa.test.Environment
 
confirmLicenseRoom(int) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method needs to remain in place for backward compatibility
confirmValid() - Method in class com.itko.lisa.editor.TestCaseInfo
The point here is to make sure that the test case in its current form is valid.
connect(String, Properties) - Method in class com.itko.lisaint.LisaJdbcDriver
 
containsKey(String) - Method in class com.itko.util.ParameterList
 
containsNode(TestNode) - Method in class com.itko.lisa.test.TestCase
 
CONTINUE_NODE - Static variable in class com.itko.lisa.test.TestCase
 
CONTINUE_NODE_LABEL - Static variable in class com.itko.lisa.test.TestCase
 
CONTINUE_NODE_QUIET - Static variable in class com.itko.lisa.test.TestCase
 
CONTINUE_NODE_QUIET_LABEL - Static variable in class com.itko.lisa.test.TestCase
 
Controller - Interface in com.itko.lisa.editor
Within the LISA Test Manager, every editable object has a Controller.
ControllerBase - Class in com.itko.lisa.editor
Base class for all known Controller implementations
ControllerBase() - Constructor for class com.itko.lisa.editor.ControllerBase
 
convertStateBoolean(Object, boolean) - Static method in class com.itko.lisa.test.TestExec
Figures out if the given Object evaluates to a true or false
convertStateInt(Object, int) - Static method in class com.itko.lisa.test.TestExec
Figures out if the given Object evaluates to an int
convertStateString(Object, String) - Static method in class com.itko.lisa.test.TestExec
Figures out if the given Object evaluates to a String
convertValueType(String) - Static method in class com.itko.lisa.stats.MetricCollector
 
Coordinator - Interface in com.itko.lisa.coordinator
This is the interface for a Coordinator.
CoordinatorServer - Interface in com.itko.lisa.coordinator
The CoordinatorServer interface provides the interface inheritance needed for custom Coordinator factories as well as the RMI indirection needed to generate remote CoordinatorServer stubs and skeletons.
copyrightNotice - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
copyrightNotice - Static variable in interface com.itko.lisa.coordinator.TestRegistry
 
copyrightNotice - Static variable in class com.itko.lisa.coordinator.TestRunner
 
copyrightNotice - Static variable in class com.itko.lisa.editor.TestCaseInfo
 
copyrightNotice - Static variable in class com.itko.lisa.editor.TestNodeInfo
 
copyrightNotice - Static variable in class com.itko.lisa.perfmgr.AlertEmail
 
copyrightNotice - Static variable in class com.itko.lisa.stats.StatKeeper
 
copyrightNotice - Static variable in class com.itko.lisa.stats.TestRunInfo
 
copyrightNotice - Static variable in class com.itko.lisa.test.Environment
 
copyrightNotice - Static variable in class com.itko.lisa.test.TestExec
 
copyrightNotice - Static variable in class com.itko.lisa.test.TestNode
 
copyrightNotice - Static variable in class com.itko.lisa.testing.StagedSuite
 
copyrightNotice - Static variable in class com.itko.util.ParameterList
 
CORPORATE_EDITION - Static variable in class com.itko.lisa.test.Environment
 
createAuditLogEntry(String, String, IActivity, boolean) - Method in interface com.itko.lisa.coordinator.TestRegistry
Creates an entry in the audit log, for example based upon a user action that results in an allowed/denied permission check.
createAuditLogEntry(AuditLog) - Method in interface com.itko.lisa.coordinator.TestRegistry
Creates an entry in the audit log, for example based upon a user action that results in an allowed/denied permission check.
createReportMetric(int, int) - Method in class com.itko.lisa.stats.MetricCollector
 
createTestCase(InputStream, String, TestCaseTypeData) - Static method in class com.itko.lisa.editor.TestCaseInfo
Designed to be use as a two step creation process.
createTestCaseInfo(TestCase) - Static method in class com.itko.lisa.editor.TestCaseInfo
Designed to be used as a two step creation process.
createTestCaseInfoReadOnlyDatasets(TestCase) - Static method in class com.itko.lisa.editor.TestCaseInfo
 
createUniqueFile(AutoGenReport) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
createUniqueName(String) - Method in class com.itko.lisa.editor.ControllerBase
 
createUniqueName(Collection<?>, String) - Method in class com.itko.lisa.editor.ControllerBase
 
createUniqueName(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
createUniqueName(String) - Method in interface com.itko.lisa.test.NamedObject
This method ensures the uniqueness of the input name.
createUserSession(User) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method is used to create a user session with the registry.
createUserSession(User, String, String, String) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
CRLF - Static variable in class com.itko.lisa.perfmgr.AlertEmail
 
cs - Variable in class com.itko.lisa.perfmgr.ReportKey
 
CURRENT_VERSION - Static variable in class com.itko.lisa.test.TestCase
 
curTrans - Variable in class com.itko.lisaint.Integrator
 
CustJavaNodeEditor - Class in com.itko.lisa.editor
This Editor knows how to edit and generate com.itko.lisa.test.CustJavaNode TestNodes.
CustJavaNodeEditor() - Constructor for class com.itko.lisa.editor.CustJavaNodeEditor
 
CustJavaNodeInterface - Interface in com.itko.lisa.test
This interface defines the contract that custom java classes must implement to be valid for the CustJavaNode to invoke.
CustomCompanionEditor - Class in com.itko.lisa.editor
Any custom Companion that has specific state that must be edited needs a class that subclasses this guy.
CustomCompanionEditor() - Constructor for class com.itko.lisa.editor.CustomCompanionEditor
 
CustomEditor - Class in com.itko.lisa.editor
This is the heart of how you extend Lisa for your own Test components.
CustomEditor() - Constructor for class com.itko.lisa.editor.CustomEditor
 
CustomFilterEditor - Interface in com.itko.lisa.editor
Abstract class that any custom Filter editors must implement.
CustomResultEditor - Class in com.itko.lisa.editor
Abstract class that any custom CheckResult editors must implement.
CustomResultEditor() - Constructor for class com.itko.lisa.editor.CustomResultEditor
 

D

DataSet - Interface in com.itko.lisa.test
This interface is the RMI-enabled server contract for all DataSets.
dataSetFactory(boolean, Element, Map<String, ?>) - Static method in class com.itko.lisa.test.DataSetImpl
This method constructs an individual data set; locals get made and returned as DataSetImpl objects and remotes get registered in the middleware layer and you get a DataSetClient instance.
DataSetImpl - Class in com.itko.lisa.test
This is an abstract class that provides most of the context support for LISA Data Sets.
DataSetImpl() - Constructor for class com.itko.lisa.test.DataSetImpl
 
DataSetImpl.DataType - Enum in com.itko.lisa.test
 
dataSets - Variable in class com.itko.lisa.editor.TestCaseInfo
 
dataSets - Variable in class com.itko.lisa.editor.TestNodeInfo
 
DATASETTAG - Static variable in interface com.itko.lisa.test.DataSet
 
debug() - Method in class com.itko.lisa.test.TestExec
Answers the question: Is debug turned on?
debug - Static variable in class com.itko.lisaint.LisaCollector
 
decodeParamsFromUnicode() - Method in class com.itko.util.ParameterList
 
decodeString(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
Companion to encodeString, not appropriate for anything but Strings
decodeStringToObject(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
DEF_AUDIT_DOC - Static variable in class com.itko.lisa.testing.SuiteInfo
 
DEF_AUDIT_TAG - Static variable in class com.itko.lisa.testing.SuiteInfo
 
DEF_CS_TARGET - Static variable in interface com.itko.lisa.coordinator.CoordinatorServer
 
DEF_MERGE_DUPE_VALUES_DELIM - Static variable in class com.itko.util.ParameterList
 
DEF_MERGE_DUPE_VALUES_DELIM_URLENC - Static variable in class com.itko.util.ParameterList
 
DEF_REGISTRY_TARGET - Static variable in interface com.itko.lisa.coordinator.TestRegistry
 
DEF_STAGING_TAG - Static variable in class com.itko.lisa.testing.SuiteInfo
 
DEF_SYS_THINK_SPEC - Static variable in class com.itko.lisa.test.TestNode
default think spec for system steps (continue, fail, end, subprocess)
DEF_TARGET_NAME - Static variable in interface com.itko.lisa.coordinator.SimulatorServer
 
DEF_TARGET_PROP_KEY - Static variable in interface com.itko.lisa.coordinator.SimulatorServer
 
DEF_THINK_SPEC - Static variable in class com.itko.lisa.test.TestNode
default think spec for most steps
DEFAULT_LASTNODE_RESPONSE_TIME - Static variable in class com.itko.lisa.test.TestExec
 
DEFAULT_LOG_FILE - Static variable in class com.itko.lisa.test.Environment
 
DEFAULT_MAX_ERRORS - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
defaultFilter - Static variable in class com.itko.lisa.test.TestEvent
This is the default filter that will be used if you pass in either an empty filter or null; to truly get it all, use noFilter
defaultMakeNewOne(Intersections, Component, String, TestCaseInfo, TestNodeInfo) - Static method in class com.itko.lisa.editor.ControllerBase
 
defaultOnGraph() - Method in class com.itko.lisa.stats.MetricCollector
Some callers to this class might want to know if we think this particular metric should be showing by default Subclasses should override this and return true if they think so
defaultOnSummary() - Method in class com.itko.lisa.stats.MetricCollector
Some callers to this class might want to know if we think this particular metric should be showing in the summary by default Subclasses should override this and return true if they think so
DelegatingJaxWsHandler - Class in com.itko.lisaint.javaee
Some appservers and IDEs (eg Netbeans) only allow you to add web service Handlers if you have the source code.
DelegatingJaxWsHandler() - Constructor for class com.itko.lisaint.javaee.DelegatingJaxWsHandler
 
DELETED_PROPS - Static variable in class com.itko.lisa.test.TestCase
 
deleteNode(String) - Method in class com.itko.lisa.test.TestCase
How to remove a node from the Model
deleteReport() - Method in class com.itko.lisa.perfmgr.FileReportKey
 
deleteReport() - Method in class com.itko.lisa.perfmgr.ReportKey
 
deleteStepInformation(TestNodeInfo) - Method in class com.itko.lisa.editor.TestCaseInfo
This method is used to delete the specified step from the model.
Dependencies - Class in com.itko.util
Created by IntelliJ IDEA.
Dependencies() - Constructor for class com.itko.util.Dependencies
 
DESIGNTIME_INFO - Static variable in class com.itko.lisa.editor.TestCaseInfo
 
destroy() - Method in interface com.itko.lisa.coordinator.Coordinator
Call this method to ensure that the Coordinator will release resources and not remain in any network collections.
destroy() - Method in interface com.itko.lisa.editor.Controller
When we're shutting down the whole thing, we'll want to clean up model and viewer This is your chance to make sure you aren't doing anything to leak memory
destroy() - Method in class com.itko.lisa.editor.ControllerBase
When we're shutting down the whole thing, we'll want to clean up model and viewer.
destroy(List<? extends Controller>) - Static method in class com.itko.lisa.editor.ControllerBase
This is a helper method for destroying the controlers given in the specified list.
destroy() - Method in class com.itko.lisa.editor.CustomEditor
Called when we are no longer needed (when used in the UI).
destroy() - Method in class com.itko.lisa.editor.TestCaseInfo
 
destroy() - Method in class com.itko.lisa.editor.TestNodeInfo
 
destroy() - Method in interface com.itko.lisa.test.DataSet
Called by the framework to give you a chance to clean up after youself, like close your DB connection!
destroy() - Method in class com.itko.lisa.test.DataSetImpl
Feel free to override this method if you need to clean up yourself.
destroy(TestExec) - Method in class com.itko.lisa.test.TestCase
This method, like prepare() _must_ be called by any engine that is going to execute the test.
destroy(TestExec) - Method in class com.itko.lisa.test.TestNode
This method gives the test node the ability to do final cleanup of resources when the test has ended and will no longer be calling the node.
destroy() - Method in class com.itko.lisa.testing.StagedSuite
 
destroy() - Method in class com.itko.lisaint.servlet.filter.ServerSideFilter
 
destroyLocalDataSets() - Method in class com.itko.lisa.test.TestExec
 
destroyUserSession(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method is used to destroy a user session with the registry.
determineThinkTimeDelay(TestExec, String) - Method in class com.itko.lisa.test.TestNode
This method provides the means for determining how much to actually delay by converting the given think time spec into a think time, adjusting it by the staging doc's think time percentage and the starting time of the current step.
didRegressionAbort() - Method in class com.itko.lisa.testing.RegressionRunner
This method returns whether the test was aborted or not.
didRegressionFail() - Method in class com.itko.lisa.testing.RegressionRunner
The simple way to figure out of a failing condition was encountered
disconnectTestRegistry() - Static method in class com.itko.lisa.test.Environment
Disconnect from the current test registry.
display() - Method in class com.itko.lisa.editor.CustJavaNodeEditor
 
display() - Method in class com.itko.lisa.editor.CustomEditor
Called to refresh whatever you've got in state to the screen.
display() - Method in interface com.itko.lisa.editor.CustomFilterEditor
Called to refresh whatever you've got in state to the screen.
display() - Method in interface com.itko.lisa.editor.NodeUIInterface
 
DOC_TAG - Static variable in class com.itko.lisa.coordinator.RunInfo
 
DOC_TAG - Static variable in class com.itko.lisa.test.TestCase
 
DOC_TAG - Static variable in class com.itko.lisa.test.TestNode
 
docs - Variable in class com.itko.lisa.test.TestNode
 
docToFormattedXML(Document) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
 
doesStringHaveSubString(String, String[]) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
Searches the array of possible sub strings to see if one is contained in the given String s "This is a test" and { "nope", "test", "no way" } would return true
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.itko.lisaint.servlet.filter.ServerSideFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.itko.lisaint.servlet.Example
 
DOM_KEY - Static variable in class com.itko.lisa.test.TestExec
 
DoNotUseThisRegexUtil - Class in com.itko.lisaint.utils
Created by IntelliJ IDEA.
DoNotUseThisRegexUtil() - Constructor for class com.itko.lisaint.utils.DoNotUseThisRegexUtil
 
DoNotUseThisStrUtil - Class in com.itko.lisaint.utils
StrUtil
DoNotUseThisStrUtil() - Constructor for class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
DoNotUseThisXMLUtils - Class in com.itko.lisaint.utils
DoNotUseThisXMLUtils
DoNotUseThisXMLUtils() - Constructor for class com.itko.lisaint.utils.DoNotUseThisXMLUtils
 
doRemoteInit(String, String[]) - Static method in class com.itko.lisa.coordinator.ServiceManager
remotely initializes the given serviceName with the given commandLineArgs
doRun() - Method in class com.itko.lisa.testing.StageRegressionRun
 
doStagedRegressionSetup() - Static method in class com.itko.lisa.testing.StageRegressionRun
 
DS_MAX_ITEMS - Static variable in interface com.itko.lisa.test.DataSet
 
dumpAllServerThreads(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Diagnostic tool, internal use only.
dumpHeap(String) - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
Creates a heap dump file of live objects in this service JVM.
dumpThreads(String) - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
Dumps a list of thread running in this service JVM.

E

EJBIntegrator - Class in com.itko.lisaint.ejb
The EJBIntegrator is a subclass of the JavaIntegrator.
EJBIntegrator() - Constructor for class com.itko.lisaint.ejb.EJBIntegrator
 
elseNode - Variable in class com.itko.lisa.test.TestNode
 
EMAIL_ADDR_KEY - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
EMAIL_ADDR_KEY - Static variable in class com.itko.lisa.perfmgr.AlertEmail
 
EMAIL_BODY_KEY - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
EMAIL_BODY_MIME_KEY - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
EMAIL_HOST_KEY - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
EMAIL_HOSTS_KEY - Static variable in class com.itko.lisa.perfmgr.AlertEmail
 
EMAIL_PORT_KEY - Static variable in class com.itko.lisa.perfmgr.AlertEmail
 
EMAIL_SUBJECT_KEY - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
enableServerFeatures() - Static method in class com.itko.lisa.test.Environment
Deprecated.
- use FeatureMatrix.canBeAServer()
ENC_SUFFIX - Static variable in class com.itko.lisa.test.TestExec
 
ENC_SUFFIX - Static variable in class com.itko.util.Parameter
 
ENC_VALUE_TAG - Static variable in class com.itko.util.Parameter
 
encodeParamsToUnicode() - Method in class com.itko.util.ParameterList
 
encodeString(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
Will encode a String for storage in XML/HTML type fields.
encodeString(String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
This method encodes a String for storage in XML/HXML type fields.
encodeString(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
clean a string, converting entities and characters which might reasonably trip up an XML parser or XSL processor.
END_NODE - Static variable in class com.itko.lisa.test.TestCase
 
END_NODE_LABEL - Static variable in class com.itko.lisa.test.TestCase
 
endTest(boolean) - Method in interface com.itko.lisa.coordinator.Coordinator
This method will stop execution of the test.
endTest() - Method in class com.itko.lisa.test.TestExec
This will set up the state of this test case to end the test.
endTest(boolean) - Method in class com.itko.lisa.testing.StagedSuite
How the LISA execution framework ends the suite execution.
endTest(String) - Method in class com.itko.lisaint.TransInfo
The server component calls this method to notify Lisa to end this test execution.
EntityListener - Class in com.itko.lisaint.javaee
 
EntityListener() - Constructor for class com.itko.lisaint.javaee.EntityListener
 
Environment - Class in com.itko.lisa.test
This class performs all the basic initialization that's needed to get LISA running.
Environment(String) - Constructor for class com.itko.lisa.test.Environment
Constructs this Environment object, causes the initializations to occur
Environment(String, boolean) - Constructor for class com.itko.lisa.test.Environment
Constructs this Environment object, causes the initializations to occur
Environment(String, int) - Constructor for class com.itko.lisa.test.Environment
Constructs this Environment object, causes the initializations to occur
Environment(String, int, boolean) - Constructor for class com.itko.lisa.test.Environment
 
Environment(String, int, boolean, boolean) - Constructor for class com.itko.lisa.test.Environment
Constructs this Environment object, causes the initializations to occur
equals(Object) - Method in class com.itko.lisa.perfmgr.ReportKey
 
equals(Object) - Method in class com.itko.lisa.stats.TestRunInfo
 
equals(Object) - Method in class com.itko.lisa.testing.SuiteInfo
Determines equality based on the ID of the suite.
equals(Object) - Method in class com.itko.lisaint.UniqueSql
 
equals(Object) - Method in class com.itko.util.Parameter
Does a comparison of the given Object.
equals(Object) - Method in class com.itko.util.ParameterList
 
EVAL_LIC_KEY - Static variable in class com.itko.lisa.test.Environment
 
EVENT_ABEND - Static variable in class com.itko.lisa.test.TestEvent
This Event ID indicates that this test execution failed.
EVENT_ABORT - Static variable in class com.itko.lisa.test.TestEvent
This event ends a test in a "cannot finish" state.
EVENT_AGGREGATE_ENDED - Static variable in class com.itko.lisa.test.TestEvent
 
EVENT_AGGREGATE_START - Static variable in class com.itko.lisa.test.TestEvent
 
EVENT_ASSERT - Static variable in class com.itko.lisa.test.TestEvent
 
EVENT_ASSERT_EVALUATED - Static variable in class com.itko.lisa.test.TestEvent
Every non-embedded assert will emit either this event if it did not fire, or the EVENT_ASSERT if it did fire.
EVENT_BANDWIDTH - Static variable in class com.itko.lisa.test.TestEvent
This event will approximate how much data was sent and received from the system under test for a given node's execution.
EVENT_CALL - Static variable in class com.itko.lisa.test.TestEvent
When a call (in Object exec) is made this is the string rep of the call
EVENT_CALLRESULT - Static variable in class com.itko.lisa.test.TestEvent
Any call (in Object exec) will report it's result as this (in XML)
EVENT_CHECKRESULT - Static variable in class com.itko.lisa.test.TestEvent
This event is fired when a Result node has been asserted.
EVENT_COMPANION_EXECUTED - Static variable in class com.itko.lisa.test.TestEvent
Companions/Hook emit an event that makes it clear when it get executed, which could be before or/and after the test case execution
EVENT_CONFIGURED_FOR_LOAD_TEST - Static variable in class com.itko.lisa.test.TestEvent
If the coordinator decides this is a load test it may optionally reconfigure the system for load testing.
EVENT_COORDSERVERCREATED - Static variable in class com.itko.lisa.test.TestEvent
The CoordinatorServer was created, short desc is the name
EVENT_CYCLE_HISTORY - Static variable in class com.itko.lisa.test.TestEvent
Every model that runs will generate one of these.
EVENT_DATA_SET_READ - Static variable in class com.itko.lisa.test.TestEvent
Data sets emit an event that makes it clear what values are about to be used
EVENT_ERROR - Static variable in class com.itko.lisa.test.TestEvent
This event occurs when the Node believes that an error has ocurred not as a result of a test case error but b/c of an error in the system under test.
EVENT_EXECTIME - Static variable in class com.itko.lisa.test.TestEvent
This Event ID records the amount of time a transaction took to execute against the system under test.
EVENT_FILTER_EXECUTED - Static variable in class com.itko.lisa.test.TestEvent
Filters emit an event that makes it clear when it get executed, which could be before (pre) or/and after (post) the node execution
EVENT_FILTER_SETS_TAG - Static variable in class com.itko.lisa.coordinator.RunInfo
 
EVENT_FILTER_TAG - Static variable in class com.itko.lisa.coordinator.RunInfo
 
EVENT_HTTP_PERFSTATS - Static variable in class com.itko.lisa.test.TestEvent
This is emmitted for every HTTP transaction LISA executes so we can capture the perf stats
EVENT_INIT - Static variable in class com.itko.lisa.test.TestEvent
This Event ID indicates that the test has been initialized (loaded)
EVENT_INSTANCEEND - Static variable in class com.itko.lisa.test.TestEvent
Sent when a Simulator instance has finished
EVENT_INSTANCESTART - Static variable in class com.itko.lisa.test.TestEvent
Sent when a Simulator creates an instance
EVENT_INTEGRATION - Static variable in class com.itko.lisa.test.TestEvent
Test-enabled applications raise this event on the application side.
EVENT_LOGMSG - Static variable in class com.itko.lisa.test.TestEvent
This Event ID records basic logging data that LISA considers valuable to record, but can be turned off to minimize overhead.
EVENT_METRIC_START - Static variable in class com.itko.lisa.test.TestEvent
Metrics that are collected generate real-time events of their values Short is the staging unique we are collecting for.
EVENT_METRIC_VALUE - Static variable in class com.itko.lisa.test.TestEvent
Metrics that are collected generate real-time events of their values Short is the staging unique we are collecting for.
EVENT_METRICALERT - Static variable in class com.itko.lisa.test.TestEvent
When a metric goes over/below its alert threshold, we fire this event The short info is the metric and long is the message that you need to hear
EVENT_NEWCOORDINATOR - Static variable in class com.itko.lisa.test.TestEvent
Creating a new Coordinator named in the short desc
EVENT_NODE_HISTORY - Static variable in class com.itko.lisa.test.TestEvent
Every node has a history event that fires of type com.itko.lisa.test.NodeExecHistory in it's long info.
EVENT_NODE_TARGET - Static variable in class com.itko.lisa.test.TestEvent
Every step has a target, like the URL for a web request or the JNDI name of an EJB
EVENT_NODEEXEC - Static variable in class com.itko.lisa.test.TestEvent
This Event ID indicates that we are about to execute the node referened in the short description field of this event.
EVENT_NODEFAILED - Static variable in class com.itko.lisa.test.TestEvent
Deprecated.
use EVENT_ERROR instead
EVENT_NODEMSG - Static variable in class com.itko.lisa.test.TestEvent
This Event ID records basic logging data that LISA considers valuable to record, but can be turned off to minimize overhead.
EVENT_NODERESPONSE - Static variable in class com.itko.lisa.test.TestEvent
This Event ID indicates that we have completed a transaction against the system under test.
EVENT_NORMALEND - Static variable in class com.itko.lisa.test.TestEvent
This Event ID indicates that this test execution completed in a successful state.
EVENT_PROFILE - Static variable in class com.itko.lisa.test.TestEvent
A profiling event measures the wall clock time, thread CPU time and heap delta for internal LISA operations.
EVENT_REMOVECOORDINATOR - Static variable in class com.itko.lisa.test.TestEvent
Coordinator named in the short desc has been removed
EVENT_REMOVECOORDSERVER - Static variable in class com.itko.lisa.test.TestEvent
The CoordinatorServer named in the short desc is ended
EVENT_REQUEST - Static variable in class com.itko.lisa.test.TestEvent
Nodes report the request(s) that they make on the system under test
EVENT_REQUEST_BANDWIDTH - Static variable in class com.itko.lisa.test.TestEvent
If the node is quiet then we do NOT publish this event.
EVENT_RESPONSE_BANDWIDTH - Static variable in class com.itko.lisa.test.TestEvent
If the node is quiet then we do NOT publish this event.
EVENT_SCREEN_CAPTURE - Static variable in class com.itko.lisa.test.TestEvent
When a test of a suite aborts
EVENT_SERVICE_RESET - Static variable in class com.itko.lisa.test.TestEvent
Deprecated.
EVENT_SERVICE_STOP - Static variable in class com.itko.lisa.test.TestEvent
Deprecated.
EVENT_SETPROP - Static variable in class com.itko.lisa.test.TestEvent
LISA will send this event whenever a test execution sets a property.
EVENT_SIMENDED - Static variable in class com.itko.lisa.test.TestEvent
Sent when a Simulator has ended
EVENT_SIMSTARTED - Static variable in class com.itko.lisa.test.TestEvent
Sent when a Simulator has started
EVENT_START - Static variable in class com.itko.lisa.test.TestEvent
This Event ID indicates that this test instance & cycle have just started.
EVENT_STOPTESTSIGNAL - Static variable in class com.itko.lisa.test.TestEvent
Last Event ID sent to the event listeners that indicates that the instances have been told to stop testing.
EVENT_SUBPROCESS - Static variable in class com.itko.lisa.test.TestEvent
A subprocess (subtest) was started
EVENT_SUBPROCESS_ENDED - Static variable in class com.itko.lisa.test.TestEvent
A subprocess has finished executing.
EVENT_SUITE_FINISHED - Static variable in class com.itko.lisa.test.TestEvent
When the test suite is finished you'll get this
EVENT_SUITE_HISTORY - Static variable in class com.itko.lisa.test.TestEvent
Every suite that runs will generate one of these.
EVENT_SUITE_SETUPTEARDOWN - Static variable in class com.itko.lisa.test.TestEvent
When a test suite's setup or teardown test is executed successfully The short info is the suite and the long is the test case name (not file!)
EVENT_SUITE_SKIPPED - Static variable in class com.itko.lisa.test.TestEvent
When the test suite is finished you'll get this
EVENT_SUITE_STARTING - Static variable in class com.itko.lisa.test.TestEvent
When a suite of tests is starting
EVENT_SUITE_TESTABORTED - Static variable in class com.itko.lisa.test.TestEvent
When a test of a suite aborts
EVENT_SUITE_TESTABORTED_AND_COMPLETE - Static variable in class com.itko.lisa.test.TestEvent
When a test of a suite has been aborted, then value will be committed to DB
EVENT_SUITE_TESTFAILED - Static variable in class com.itko.lisa.test.TestEvent
When a test of a suite fails then the message will be the error message
EVENT_SUITE_TESTFAILED_AND_COMPLETE - Static variable in class com.itko.lisa.test.TestEvent
When a test of a suite fails, then value will be committed to DB
EVENT_SUITE_TESTPASSED - Static variable in class com.itko.lisa.test.TestEvent
When a test of a suite has passed, the long info is the test that did pass
EVENT_SUITE_TESTPASSED_AND_COMPLETE - Static variable in class com.itko.lisa.test.TestEvent
When a test of a suite has passed, then value will be committed to DB
EVENT_SUITE_TESTSTAGED - Static variable in class com.itko.lisa.test.TestEvent
When a test has been staged and is about to run, the long info is the name of that test
EVENT_SUITE_TESTSTAGED_AND_COMPLETE - Static variable in class com.itko.lisa.test.TestEvent
When a test of a suite is staged, then value will be committed to DB
EVENT_TAG - Static variable in class com.itko.lisa.test.TestEvent
 
EVENT_TEST_NOT_ACTIVE - Static variable in class com.itko.lisa.test.TestEvent
This is emmitted when a test is marked inactive in a suite.
EVENT_TEST_NOT_ACTIVE_AND_COMPLETE - Static variable in class com.itko.lisa.test.TestEvent
When a test of a suite is not active, then value will be committed to DB
EVENT_TESTDEFERROR - Static variable in class com.itko.lisa.test.TestEvent
This Event ID indicates that a test case error was discovered during the execution of a test.
EVENT_TESTENDED - Static variable in class com.itko.lisa.test.TestEvent
Sent when the Coordinator stops the test
EVENT_TESTRUNERROR - Static variable in class com.itko.lisa.test.TestEvent
Used whenever we get some kind of quite abnormal LISA type of error (not a test run thing).
EVENT_TESTSTARTED - Static variable in class com.itko.lisa.test.TestEvent
Sent when the Coordinator starts the test
EVENT_TRANSACTION - Static variable in class com.itko.lisa.test.TestEvent
 
EVENT_TRANSFAILED - Static variable in class com.itko.lisa.test.TestEvent
Deprecated.
use EVENT_ERROR instead
EVENT_VIRTUAL_SERVICE_START - Static variable in class com.itko.lisa.test.TestEvent
Deprecated.
EVENT_VIRTUAL_SERVICE_STOP - Static variable in class com.itko.lisa.test.TestEvent
Deprecated.
EVENT_VS_ENV_SHUTDOWN - Static variable in class com.itko.lisa.test.TestEvent
Deprecated.
EVENT_VS_TRANSACTION_FINISHED - Static variable in class com.itko.lisa.test.TestEvent
A virtual service finished processing a transaction request (notes when the transaction counters are bumped).
EVENT_VSE_LOG - Static variable in class com.itko.lisa.test.TestEvent
VSE internal logging
EVENT_VSE_NO_TRANS_MATCH - Static variable in class com.itko.lisa.test.TestEvent
A virtual service did NOT match a transaction request to at least one recorded response
EVENT_VSE_SERVER_RESET - Static variable in class com.itko.lisa.test.TestEvent
A service reset request was made of a server.
EVENT_VSE_SERVER_SHUTDOWN - Static variable in class com.itko.lisa.test.TestEvent
A virtual service environment was asked to shut down.
EVENT_VSE_SERVER_STOP - Static variable in class com.itko.lisa.test.TestEvent
A service stop request was made of a server.
EVENT_VSE_SERVICE_START - Static variable in class com.itko.lisa.test.TestEvent
A virtual service was started.
EVENT_VSE_SERVICE_STOP - Static variable in class com.itko.lisa.test.TestEvent
A virtual service was stopped.
EVENT_VSE_TRANS_MATCH - Static variable in class com.itko.lisa.test.TestEvent
A virtual service matched a transaction request to at least one recorded response
EVENT_WARNING - Static variable in class com.itko.lisa.test.TestEvent
A warning was emmitted, like a filter that took the default value b/c it couldn't find the current value
eventFields - Static variable in class com.itko.lisa.test.TestEvent
The following statics help you figure out how to render events
eventFilterSet - Static variable in class com.itko.lisa.test.TestEvent
Here's a set of filters that can be used to select the right level of event detail.
eventFilterSetNames - Static variable in class com.itko.lisa.test.TestEvent
To aid in naming the different event filter levels, here's a set of human names for them.
eventNames - Static variable in class com.itko.lisa.test.TestEvent
There are the human names for the event ids for convenient logging Another use of these names is that each can be defined in the current test execution state (basically, it is the key of a property), and a boolean associated with it that answers the question "Do you want this event ignored?"
eventNamesNonNls - Static variable in class com.itko.lisa.test.TestEvent
 
EVENTSREPORT_KEY - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
everythingFilter() - Static method in class com.itko.lisa.test.TestEvent
Everything is filtered, nothing gets through.
evMgr - Variable in class com.itko.lisa.editor.TestNodeInfo
 
Example - Class in com.itko.lisaint.servlet
This servlet is intended to provide an unrealistic but useful example of how to leverage the power of the Lisa Integrator in your servlet applications.
Example() - Constructor for class com.itko.lisaint.servlet.Example
 
ExceptionInfo - Class in com.itko.lisaint
This class is a wrapper for Exceptions that are reported by the system under test You will not generally need to access this class directly.
ExceptionInfo() - Constructor for class com.itko.lisaint.ExceptionInfo
 
ExceptionInfo(Throwable) - Constructor for class com.itko.lisaint.ExceptionInfo
Constructor used by reporting objects.
exceptionToString(String, String, String, Throwable) - Static method in exception com.itko.lisa.test.LisaException
This is a utility method that will create the boxed-border style strings that are used by TestRunException and TestDefException.
exceptionToString(String, String, String, Throwable, boolean) - Static method in exception com.itko.lisa.test.LisaException
This is a utility method that will create the boxed-border style strings that are used by TestRunException and TestDefException.
exececuteExpression(String) - Method in class com.itko.lisa.test.TestExec
Deprecated.
exececuteScript(String) - Method in class com.itko.lisa.test.TestExec
Deprecated.
execSuite(String, boolean) - Static method in class com.itko.lisa.coordinator.TestRunner
Provides a single-method interface into execution of a test suite.
execSuite(String, String, boolean) - Static method in class com.itko.lisa.coordinator.TestRunner
Provides a single-method interface into execution of a test suite.
execute(TestExec) - Method in class com.itko.lisa.test.Abend
 
execute(TestExec) - Method in class com.itko.lisa.test.NormalEnd
 
execute(TestExec, String) - Method in class com.itko.lisa.test.TestCase
This method, again only needed if you are not going to call executeTest(), will execute the next TestNode in the test, then return.
execute(TestExec) - Method in class com.itko.lisa.test.TestNode
This is the method called by TestNode when all pre-processing related to node execution is complete and LISA is prepared for the custom node logic to be performed.
execute() - Method in class com.itko.lisa.testing.RegressionRunner
Run the initialized test.
executeExpression(String) - Method in class com.itko.lisa.test.TestExec
 
executeNextNode(TestExec) - Method in class com.itko.lisa.test.TestCase
 
executeNode(TestCase, Map<Object, Object>, String, Map<String, DataSet>) - Method in interface com.itko.lisa.coordinator.SimulatorServer
Support for remote invocation of a Node in LISA
executeNode(TestExec) - Method in class com.itko.lisa.test.TestNode
public void executeNode( TestExec ts ) Method that is called internally by LISA to execute a node.
executeNodeLogic(TestExec, Map) - Method in interface com.itko.lisa.test.CustJavaNodeInterface
This is the biggy.
executeScript(String) - Method in class com.itko.lisa.test.TestExec
 
executeTest(TestExec) - Method in class com.itko.lisa.test.TestCase
This is the typical way you run a test.
executeTestRunnerPlugin(String, String[]) - Static method in class com.itko.lisa.coordinator.TestRunner
 
executeTestRunnerPlugin(TestRunnerConfiguration, String[]) - Static method in class com.itko.lisa.coordinator.TestRunner
 
exit(TestRunner.ExecutionMode, int, String) - Static method in class com.itko.lisa.coordinator.TestRunner
 
EXIT_STATUS_BADCRED - Static variable in class com.itko.lisa.test.Environment
Exit constant: bad security credentials
EXIT_STATUS_BADPARAM - Static variable in class com.itko.lisa.test.Environment
Exit constant: Bad parameter error
EXIT_STATUS_LICBAD - Static variable in class com.itko.lisa.test.Environment
Exit constant: bad license or attempt to dupe
EXIT_STATUS_NAMEBINDFAILED - Static variable in class com.itko.lisa.test.Environment
Exit constant: Name binding failed
EXIT_STATUS_NOPERM - Static variable in class com.itko.lisa.test.Environment
Exit constant: Security error, permission denied
EXIT_STATUS_OK - Static variable in class com.itko.lisa.test.Environment
Exit constant: OK
expandLab(String, String, int, int, int, Lab, String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Takes an existing test lab and expands it's load generating capacity
exportAssets() - Method in interface com.itko.lisa.editor.Controller
 
exportAssets() - Method in class com.itko.lisa.editor.ControllerBase
 
exportAssets() - Method in class com.itko.lisa.editor.CustomEditor
 
exportAssets(AssetContext, TestExec) - Method in class com.itko.lisa.test.TestNode
 
exportTransactions(List<String>, OutputStream) - Static method in class com.itko.lisaint.agent.AgentIntegrator
This method creates a zip file (written to the outputStream) containing the exported transactions specified by the parents in the roots list.
EXTRAS_TAG - Static variable in class com.itko.lisa.test.TestNode
 

F

factory(Class<?>) - Static method in class com.itko.lisa.editor.TestNodeInfo
 
factory - Variable in class com.itko.lisaint.wshandler.JaxRpcHandler
 
FAIL_NODE - Static variable in class com.itko.lisa.test.TestCase
 
FAIL_NODE_LABEL - Static variable in class com.itko.lisa.test.TestCase
 
FAIL_ON_LOGGED_EXCEPTION - Static variable in class com.itko.lisaint.wshandler.JaxRpcHandler
 
failTest(TestExec, String) - Static method in class com.itko.lisa.test.Abend
This is a handy way to end a test the same way this node would do it
failTest(String) - Static method in class com.itko.lisaint.TestHarness
Tell lisa that the current node has failed and that the entire test script should fail.
failTest(String) - Method in class com.itko.lisaint.TransInfo
Server components can instruct Lisa to end the test running with a failure.
fetchMetricValue() - Method in class com.itko.lisa.stats.MetricCollector
Called by the parent to fetch the current metric value
fetchReport() - Method in class com.itko.lisa.perfmgr.FileReportKey
This method will load the report into buffer than be be an XML Document object and return it.
fetchReport() - Method in class com.itko.lisa.perfmgr.ReportKey
 
FileReportKey - Class in com.itko.lisa.perfmgr
 
FileReportKey(Date) - Constructor for class com.itko.lisa.perfmgr.FileReportKey
 
fillInitAndResultState(Element, ParameterList, ParameterList) - Static method in class com.itko.lisa.test.TestCase
While editing certain properties may be defined as required.
fillInitAndResultState(Element, ParameterList, ParameterList, Set<String>) - Static method in class com.itko.lisa.test.TestCase
While editing certain properties may be defined as required.
fillListWithValues(List, Object, int) - Method in class com.itko.lisa.stats.MetricData
A convenience method for filling a List with the most recent 'rows' number of values for the given metric.
fillValidationErrors(TestCaseInfo, Collection) - Method in class com.itko.lisa.editor.TestNodeInfo
 
filter - Variable in class com.itko.lisa.test.TestEventMgr.TestListener
 
FILTER_TAG - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
FilterInterface - Interface in com.itko.lisa.test
NOTE: Filters should now extend FilterBaseImpl.java and implement subPreFilter and subPostFilter methods

Filters are used to do any kind of result parsing or custom validation you might require.

filters - Variable in class com.itko.lisa.editor.TestCaseInfo
 
filters - Variable in class com.itko.lisa.editor.TestNodeInfo
 
filterToStringList(int[]) - Static method in class com.itko.lisa.test.TestEventMgr
 
findAbortNode() - Method in class com.itko.lisa.editor.TestCaseInfo
 
findAnErrorNode() - Method in class com.itko.lisa.editor.TestCaseInfo
 
findChildElement(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Returns the first XML Element within the Parent of the given tag name.
findChildGetItsFirstCDATAText(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Finds the first child element of the given parent and returns the first CDATA element as a string or null if none there.
findChildGetItsText(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Finds the first child element of the given parent and returns the text element as a String.
findCoordinator(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method is used to locate a coordinator by its locator descriptor.
findDataSet(String) - Method in class com.itko.lisa.editor.TestCaseInfo
Finds a data set of the given name regardless of name case
findLisaIntChildElement(SOAPHeaderElement) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
The WLS RpcHandler overrides this method to avoid a stupido IncompataibleClassChangeException
findLisaIntChildElement(SOAPHeaderElement) - Method in class com.itko.lisaint.wshandler.Wls81JaxRpcHandler
 
findMatchResult(String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisRegexUtil
Convenience method for simply finding the first occurrence of a particular regex in the target string
findMatchResult(Pattern, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisRegexUtil
Convenience method for simply finding the first occurrence of a particular pattern in the target string
findNode(String) - Method in class com.itko.lisa.editor.TestCaseInfo
Finds a node by it's name regardless of its case
findNodeByUid(String) - Method in class com.itko.lisa.editor.TestCaseInfo
Finds a node by its uid
findRandDataSet(String) - Method in class com.itko.lisa.editor.TestCaseInfo
Finds a random data set of the given name regardless of name case
findSimulatorsForLoad(Integer, String, Configuration) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method will work with all known simulators to get the given number of instances placed on the running Simulators The default implementation of the TestRegistry does not attempt to atomically stage tests, it would be too expensive.
finishDataCollection() - Method in class com.itko.lisa.stats.MetricData
 
finished() - Method in class com.itko.lisa.coordinator.ReportGenerator
When the report generator is convinced that we are done here and all we need to capture has been captured, then we are ready to wrap it up.
finished() - Method in class com.itko.lisaint.JvmInfo
 
finished() - Method in class com.itko.lisaint.LisaCollector
Tells us we've completed processing this component, and takes defaults for all end-status kinds of things.
finished(String, String, Throwable, String) - Method in class com.itko.lisaint.LisaCollector
This method is called when the compnent (trans or comp) is finished processing.
finishedZoom() - Method in class com.itko.lisa.editor.CustomEditor
* A default implementation -- developer can override This method is called so you can put yourself back and repaint your UI properly
fireTestEvent(TestEvent) - Method in interface com.itko.lisa.coordinator.Coordinator
Simulators use this method to propogate events back to the coordinator so that they can be reported as requested.
fireTestEvents(TestEvent[]) - Method in interface com.itko.lisa.coordinator.Coordinator
This method allows you to send multiple events in one method invocation, which is a cool thing to do for reducing RMI/threading noise.
fixupRemoteReferences(Coordinator) - Method in class com.itko.lisa.test.TestCase
if we haven't yet resolved remote connectivity to Coordinator assets, ala the DSM, do it now
FORCE_GC - Static variable in class com.itko.lisaint.wshandler.JaxRpcHandler
 
forceLicReset() - Static method in class com.itko.lisa.test.Environment
 
FROM_PARENT_TEST_MARKER_KEY - Static variable in class com.itko.lisa.test.TestExec
 
fromXML(String) - Static method in class com.itko.lisaint.Integrator
 
fromXML(Element) - Static method in class com.itko.lisaint.Integrator
 
FULLREPORT_KEY - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
FUNCTIONALREPORT_KEY - Static variable in class com.itko.lisa.perfmgr.ReportKey
 

G

gatherFilterStepConnections(String, ParameterList, Collection<StepConnection>) - Method in interface com.itko.lisa.test.FilterInterface
If this Filter might attempt to pass execution off to a specific node, return a Collection of ways that might happen.
gatherOtherConnections(Collection<StepConnection>) - Method in class com.itko.lisa.editor.TestNodeInfo
This method should be overridden by subclasses to provide any step connections beyond the standard "next" step connection.
gatherStepConnections(Collection<StepConnection>) - Method in interface com.itko.lisa.editor.Controller
This method is used for gathering information used in graphing and realizing who's talking to whom.
gatherStepConnections(Collection<StepConnection>) - Method in class com.itko.lisa.editor.ControllerBase
This method is used for gathering information used in graphing and realizing who's talking to whom.
gatherStepConnections(Collection<StepConnection>) - Method in class com.itko.lisa.editor.TestNodeInfo
This method is used for gathering information used in graphing and realizing who's talking to whom.
gc() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
Calls System.gc() in the service JVM.
generateConfiguration(String[]) - Static method in class com.itko.lisa.coordinator.TestRunner
 
generateDeterministicURL(AssetContext, Asset) - Method in class com.itko.lisa.test.TestNode
 
generateName() - Method in class com.itko.lisa.editor.ControllerBase
Get an default name for the element.
generateName() - Method in class com.itko.lisa.editor.TestNodeInfo
Get an default name for the element.
generateName() - Method in class com.itko.lisa.test.DataSetImpl
This is the default implementation of generating a name for step from step elements.
generateName() - Method in class com.itko.lisa.test.TestNode
This is the default implementation of generating a name for step from step elements.
get(String) - Method in class com.itko.util.ParameterList
 
get(int) - Method in class com.itko.util.ParameterList
 
getAbortedTests() - Method in class com.itko.lisa.testing.StagedSuite
This is a list of RegressionRunner objects that aborted.
getActiveTests() - Method in class com.itko.lisa.stats.TestRunInfo
 
getActualTestTime() - Method in interface com.itko.lisa.coordinator.Coordinator
Once the test has ended, this method will tell you how long the Coordinator ran the test.
getAgentId() - Method in class com.itko.lisaint.LisaCollector
 
getAgentName() - Method in class com.itko.lisaint.LisaCollector
 
getAgentNameMap() - Static method in class com.itko.lisaint.agent.AgentIntegrator
Creates a map of agentId to name
getAgents() - Method in interface com.itko.lisa.coordinator.TestRegistry
Will return a clone of the list of all Agents initializing or running.
getAlertEmail() - Method in class com.itko.lisa.stats.MetricCollector
Tells us if there's an alert attached to the Collector or null if there isn't one
getAllChildResponses() - Method in class com.itko.lisaint.CompInfo
This method is used to build a flat list of responses from all the decendents of this component info object.
getAllKeyValuePairs() - Method in class com.itko.util.ParameterList
 
getAllMetrics() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the Registry metric data.
getAllMetrics(int) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
getAllObservedAgents(Date, Date) - Static method in class com.itko.lisaint.agent.AgentIntegrator
Returns a list of agents (name -- not id) that were seen during the given time frame.
getAllObservedClassNames(Date, Date, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
getAllObservedOperations(Date, Date, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
getAllObservedServiceIPs(Date, Date) - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
getAllObservedStartingIps(Date, Date) - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
getAllObservedTicketReporters() - Static method in class com.itko.lisaint.agent.AgentIntegrator
Retrieves a list of anyone that has submitted a ticket.
getAllSerializableState() - Method in class com.itko.lisa.test.TestExec
 
getAllSerializableState(boolean) - Method in class com.itko.lisa.test.TestExec
 
getAllState() - Method in class com.itko.lisa.test.TestExec
Used to give you the entire set of state as a clone of our internal state Hashtable.
getAllStateVariables() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getAllStepConnections() - Method in class com.itko.lisa.editor.TestCaseInfo
This method is used to gather all the step connections in this model.
getAllTests() - Method in interface com.itko.lisa.coordinator.Coordinator
Get a list of all testcases that can possibly run.
getAllTests() - Method in class com.itko.lisa.testing.StagedSuite
This will give you a List object containing RegressionRunner objects for all the tests that should run, or have run, or are running.
getAppDataDir() - Static method in class com.itko.lisa.test.Environment
Where will we store semi permanent LISA data (cvsDeploy, vseDeploy, reporting db, etc) Used to be LISA_HOME but that doesn't make sense on windows, especially if we are installed in "Program Files".
getAppId() - Static method in class com.itko.lisa.test.Environment
What application is running?
getAppName() - Static method in class com.itko.lisa.test.Environment
If an application name has been set, this will let you know
getAppName() - Method in class com.itko.lisa.testing.StageRegressionRun
Some methods we override from LisaGuiPanel...
getAssertions() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getAssertions() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getAssertions() - Method in class com.itko.lisa.test.TestCase
Returns the collection of global assertions.
getAssertions() - Method in class com.itko.lisa.test.TestNode
Assertion objects are stored with each TestNode in a List.
getAssertionsAsList() - Method in class com.itko.lisa.test.TestCase
Similar to getAssertions but returns an unmodifiable copy of the getAssertions() vector in a typesafe and unsynchronized List.
getAssociatedObject(Object) - Method in class com.itko.lisa.editor.TestCaseInfo
 
getAssociatedResources() - Method in class com.itko.lisa.test.TestCase
 
getAssociatedResourcesOfType(String) - Method in class com.itko.lisa.test.TestCase
 
getAtend() - Method in interface com.itko.lisa.test.DataSet
The AtEnd is the node that should be executed when their are no more rows in the result set of this data set.
getAtend() - Method in class com.itko.lisa.test.DataSetImpl
 
getAttachedMobileDevices() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
 
getAttachedMobileDevices() - Method in interface com.itko.lisa.coordinator.SimulatorServer
 
getAttribute(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
getAttribute(String) - Method in class com.itko.lisaint.Integrator
 
getAttributeOrChildText(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
For legacy support, some docs may have an attribute name=value and newer ones have value in them.
getAttributeOrChildText(SOAPElement, String) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
The WLS RpcHandler overrides this method to avoid a stupido IncompataibleClassChangeException
getAttributeOrChildText(SOAPElement, String) - Method in class com.itko.lisaint.wshandler.Wls81JaxRpcHandler
 
getAuthenticationConfigProperties() - Method in interface com.itko.lisa.coordinator.TestRegistry
 
getAuthenticationModuleClassName() - Method in interface com.itko.lisa.coordinator.TestRegistry
 
getAuthenticationModuleURLs() - Method in interface com.itko.lisa.coordinator.TestRegistry
 
getAuthorizations(String, String, boolean, String...) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method will return the User object for the username.
getAutoGenParameters() - Method in class com.itko.lisa.coordinator.ReportGenerator
 
getAvailableCapacity() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
We use the stats of the process running to determine how many more coordinators can be created before exhausting the system's resources.
getAvailableCapacity() - Method in interface com.itko.lisa.coordinator.SimulatorServer
Simulators have a declared capacity when you start them, and the have a default if you don't.
getAvailableResourceGroups() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets all resource groups
getAvailableResources(ModelArchive, Project, IResource.ResourceTypes) - Static method in class com.itko.lisa.coordinator.TestRunner
This method is used to get a list of resources available to the current user (when ACL is enabled) or defined through the RESOURCE_GROUP property in the active project configuration.
getAverageExecMillis() - Method in class com.itko.lisaint.UniqueSql
 
getAvgTime() - Method in class com.itko.lisa.stats.TestRunInfo
 
getAvgTime() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
getBanner() - Method in interface com.itko.lisa.coordinator.AboutInfoMBean
 
getBaseCalculatedNameFromUniqueName(String) - Static method in class com.itko.lisa.editor.ControllerBase
 
getBasePath() - Method in class com.itko.lisa.testing.SuiteInfo
 
getBatchCount() - Method in class com.itko.lisaint.UniqueSql
 
getBool(String, boolean) - Static method in class com.itko.lisaint.Integrator
This is a utility method used for parsing a string into a boolean value
getBooleanAttribute(Element, String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This method is a handy way to evaluate the value of an attribute as a boolean value.
getBooleanAttribute(SOAPElement, String, boolean) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
The WLS RpcHandler overrides this method to avoid a stupido IncompataibleClassChangeException
getBooleanAttribute(SOAPElement, String, boolean) - Method in class com.itko.lisaint.wshandler.Wls81JaxRpcHandler
 
getBrand() - Static method in class com.itko.lisa.test.Environment
Will read and return the brand string.
getBrokerPort() - Method in interface com.itko.lisa.coordinator.TestRegistry
 
getBuildNumber() - Static method in class com.itko.lisa.test.Environment
 
getBuildStatus() - Method in class com.itko.lisaint.LisaCollector
Returns the build status for this component.
getBuildStatusMsg() - Method in class com.itko.lisaint.LisaCollector
Returns the build status message
getBuildText() - Static method in class com.itko.lisa.test.Environment
 
getBuildTime() - Method in class com.itko.lisaint.LisaCollector
Returns the component execution time in milliseconds.
getBuiltInPatterns() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the patterns that we support, perhaps with localised names
getCaught() - Method in exception com.itko.lisa.test.LisaException
 
getCheckResults() - Method in class com.itko.lisa.test.TestNode
Deprecated.
use getAssertions instead
getChildFirstCDATAText(Element) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Finds the first child CData text of a given Element.
getChildIntegrators() - Method in class com.itko.lisaint.TransInfo
 
getChildNodeList(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Builds a List from the given criteria (wrapping a NodeList)
getChildNodeList(Element, String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Builds a List from the given criteria (wrapping a NodeList)
getChildNodeList(Element, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Builds a List from the given criteria (wrapping a NodeList)
getChildren() - Method in class com.itko.lisaint.LisaCollector
Returns the list of children maintained by this reporting object
getChildText(Element) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Finds he child text of a given Element.
getClassLoader() - Static method in class com.itko.lisa.test.Environment
Lisa supports loading classes not only from the system CLASSPATH, but from a hotdeploy path set as a propery lisa.hotDeploy.
getClassLoader() - Static method in class com.itko.util.Dependencies
 
getClassName() - Method in class com.itko.lisaint.ExceptionInfo
Returns the name of the exception class, like java.io.IOException
getClassName() - Method in class com.itko.lisaint.LisaCollector
 
getClient() - Method in interface com.itko.lisa.coordinator.Coordinator
We are over-riding LisaServerObject to deeper the type of the return
getClient() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
This is how we get remote access to this server-type object
getClient() - Method in interface com.itko.lisa.coordinator.TestRegistry
 
getClient() - Method in class com.itko.lisa.test.DataSetImpl
 
getClient() - Method in class com.itko.lisa.testing.StagedSuite
 
getClientKeyStorePassword() - Static method in class com.itko.lisa.test.Environment
 
getClientKeyStorePath() - Static method in class com.itko.lisa.test.Environment
 
getCompanions() - Method in class com.itko.lisa.test.TestCase
Companions are the set of objects that can modify/do fun stuff just after initialization and right after the test finishes.
getCompContent() - Method in class com.itko.lisaint.LisaCollector
Will return the component content for this component, or null if none was provided.
getCompInfoForCurrentThread() - Static method in class com.itko.lisaint.TestHarness
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.
getCompletedReportKey() - Method in class com.itko.lisa.coordinator.ReportGenerator
If this is a type of report that has a Report Key (stores into the reports directory) AND the report is complete (no in-process reports!)
getCompletedTests() - Method in class com.itko.lisa.testing.StagedSuite
 
getComponent() - Method in interface com.itko.lisa.editor.CustomFilterEditor
Your actual editor component, usually 'this'
getConfig() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getConfigFile() - Method in class com.itko.lisa.testing.StagedSuite
The name of the configuration we are running.
getConfigurationProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getConfigurations() - Method in class com.itko.lisa.test.TestCase
This is the list of all available Configurations for this test case
getConnection() - Method in class com.itko.lisaint.LisaDataSource
 
getConnection(String, String) - Method in class com.itko.lisaint.LisaDataSource
 
getConnection() - Method in class com.itko.lisaint.LisaPooledConnection
 
getConnectionInfo() - Method in class com.itko.lisaint.LoggedSql
 
getContentUsed() - Method in class com.itko.lisaint.LisaCollector
Returns a List of content keys that were reportedly used by the system under test Elements of this collection are of the java.lang.String type.
getContextHelpPage() - Method in class com.itko.lisa.testing.StageRegressionRun
 
getContinuousValidationService() - Method in interface com.itko.lisa.coordinator.TestRegistry
The LISA Registry initializes the continuous validation service, so here is how to reach him.
getController() - Method in class com.itko.lisa.editor.CustomEditor
Some times we forget and ask you for the controller back
getControllerFactory() - Method in interface com.itko.lisa.editor.Controller
This is the factory for controllers of this type.
getControllerFactory() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getConversionMessage() - Method in class com.itko.lisa.test.TestCase
 
getCoordinator() - Method in class com.itko.lisa.coordinator.ReportGenerator
Our implementations will need this to do interesting reports.
getCoordinator() - Method in class com.itko.lisa.stats.MetricCollector
This method is of interest to subclasses that need to get a handle to the Coordinator for this test
getCoordinator() - Method in class com.itko.lisa.test.TestExec
 
getCoordinators() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
Returns a cloned copy of all the currently maintained Coordinators running in this CoordinatorServer.
getCoordinatorServer() - Method in interface com.itko.lisa.coordinator.Coordinator
When you want to know the cs -- and it can be null if staged locally!
getCoordinatorServer(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Will return a String URL reference to a CoordinatorServer given its correct name
getCoordinatorServer(String, ModelArchiveInfo) - Method in interface com.itko.lisa.coordinator.TestRegistry
Will return a String URL reference to a CoordinatorServer given its correct name
getCoordinatorServer() - Method in class com.itko.lisa.perfmgr.ReportKey
 
getCoordinatorServers(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Will retrieve a clone of the table of all currently running Coordinator Servers The table is [ name, StringURL ] where the StringURL is used by the networking layer to reach that server
getCoordinatorServersAvailableToStage(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
This gives you a list of all public CoordinatorServer names -- both live and possible to stage via a VLM in the named lab.
getCurrentComp() - Method in class com.itko.lisaint.CompInfo
Will return the current execution scope of this transaction.
getCurrentNode() - Method in class com.itko.lisa.test.TestExec
Tells you what Node is executing at any given time.
getCurrentNode() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getCurrentNodeName() - Method in class com.itko.lisa.test.TestExec
Convenience method to get the name of the current node, or null if there isn't or current node or he has a null name
getCurrentNodeName() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getCurrentNodeUid() - Method in class com.itko.lisa.test.TestExec
 
getCurrentNodeUid() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getCurrentRow() - Method in class com.itko.lisa.test.DataSetImpl
 
getCurrentTests() - Method in interface com.itko.lisa.coordinator.Coordinator
Get a list of all the currently running Tests -- this will generally be a list of 1 TestCase except when we are a Suite running in parallel
getCurrentTests() - Method in class com.itko.lisa.testing.StagedSuite
This will return you a List of the currently running tests.
getCurrentUser() - Static method in class com.itko.lisa.perfmgr.ReportKey
 
getCurrentValue() - Method in class com.itko.lisa.stats.MetricCollector
Called to ask this collector to do it's job -- go get the current value for the metric we're tracking.
getCurrentValue(Object) - Method in class com.itko.lisa.stats.MetricData
Gets the most recently added value for a given metric
getCurTrans() - Method in class com.itko.lisaint.Integrator
This method will return the currently running transaction
getCustomEventNames() - Static method in class com.itko.lisa.test.TestEvent
 
getCustomEvents() - Static method in class com.itko.lisa.test.TestEvent
This will give you all the custom events that have been registered to LISA (in lisa.propertes) as a map with an Integer(eventid) and the String of the name as its value.
getCustomParams() - Method in interface com.itko.lisa.test.CompanionInterface
This method shows if this particular companion require some custom settings to migrate it to a companion controller.
getCustomParams() - Method in class com.itko.lisa.test.SimpleCompanion
 
getCyclesEndedFailed() - Method in class com.itko.lisa.stats.TestRunInfo
 
getCyclesEndedFailed() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
getCyclesEndedNormal() - Method in class com.itko.lisa.stats.TestRunInfo
 
getCyclesEndedNormal() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
getCyclesPerSecond() - Method in class com.itko.lisa.stats.TestRunInfo
 
getDataSetManager() - Method in interface com.itko.lisa.coordinator.Coordinator
Returns a handle to the Data Set Manager.
getDataSetManager() - Method in class com.itko.lisa.test.TestCase
Returns the data set manager instance for this testcase; Internal use only
getDataSetProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getDataSets() - Method in interface com.itko.lisa.coordinator.Coordinator
Returns the data sets of the test case.
getDataSets() - Method in class com.itko.lisa.test.TestNode
Data Sets are only defined at the global level, i.e., as children of the Test Case, not a particular Node.
getDefAudit() - Method in class com.itko.lisa.testing.SuiteInfo
 
getDefaultConfig() - Method in class com.itko.lisa.editor.TestCaseInfo
If this test case belongs to a project, there will be one default config in that project, marked by the flag "isProject Default".
getDefaultConfig() - Method in class com.itko.lisa.test.TestCase
If this test case belongs to a project, there will be one default config in that project, marked by the flag "isProjectDefault".
getDefaultKeyStoreProperties(boolean) - Static method in class com.itko.lisa.test.Environment
This is a helper method for determining the default keystore path, certificate password and keystore password.
getDefaultMetrics() - Method in interface com.itko.lisa.stats.MetricIntegration
If there are a set of metrics that should be shown in the metrics tracked table every time, then this would be how you provide that list.
getDefaultReportHistoryParameters() - Method in interface com.itko.lisa.coordinator.Coordinator
This coordinator will find if the default report generator is on, and if so, give you the ParameterList of the params.
getDefaultSchemeRegistry() - Static method in class com.itko.lisa.test.Environment
 
getDefaultsDir() - Static method in class com.itko.lisa.test.Environment
Gives you the defaults directory where system defaults are stored.
getDefaultTestRegistryUrl() - Static method in class com.itko.lisa.test.Environment
 
getDefCS() - Method in class com.itko.lisa.testing.SuiteInfo
 
getDefStaging() - Method in class com.itko.lisa.testing.SuiteInfo
 
getDeletedProps() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getDeletedProps() - Method in class com.itko.lisa.test.TestCase
 
getDelimiter() - Method in class com.itko.util.ParameterList
 
getDesignTimeInfo() - Method in class com.itko.lisa.test.TestExec
Are we at designtime?
getDiagnosticZip() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
Generates a diagnostic zip file for support containing select log files, configuration data, etc.
getDisplayLabelForStepName(String) - Static method in class com.itko.lisa.editor.TestNodeInfo
 
getDisplayName() - Method in interface com.itko.lisa.editor.Controller
Fashion for us a short name for use in trees and lists
getDisplayName() - Method in class com.itko.lisa.editor.ControllerBase
 
getDisplayName() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getDistributionPattern() - Method in class com.itko.lisa.coordinator.RunInfo
 
getDocs() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getDocs() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getDocumentation() - Method in class com.itko.lisa.coordinator.ReportGenerator
You should override this method so that users will have a more complete understanding of how this reproting generator works.
getDocumentation() - Method in class com.itko.lisa.coordinator.RunInfo
 
getDocumentation() - Method in class com.itko.lisa.test.TestCase
Used to provide simple text documentation of the test case
getDocumentation() - Method in class com.itko.lisa.test.TestNode
Simple text field for providing extended documentation of the node.
getDocumentation() - Method in class com.itko.lisa.testing.RegressionRunner
Get the test case documentation as specified in the Test Case document
getDocumentation() - Method in class com.itko.lisa.testing.SuiteInfo
 
getDocXML() - Method in class com.itko.lisa.test.TestCase
 
getDriver() - Method in class com.itko.lisaint.LisaDataSource
 
getDSMaxItems() - Method in class com.itko.lisa.test.DataSetImpl
 
getDSMaxItems() - Method in class com.itko.lisa.test.RandSet
 
getDSName() - Method in class com.itko.lisa.test.RandSet
 
getDSRandEventSink() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getEdition() - Static method in class com.itko.lisa.test.Environment
Tells us what edition of LISA we are running.
getEditionName() - Static method in class com.itko.lisa.test.Environment
When we need to know what to call the edition of LISA that's running Can be Workstation or Server
getEditor() - Method in class com.itko.lisa.editor.ControllerBase
 
getEditorName() - Method in interface com.itko.lisa.editor.Controller
Tell us the title of the window to use when creating dialogs and etc.
getEditorName() - Method in class com.itko.lisa.editor.ControllerBase
 
getEjbEvents() - Method in class com.itko.lisaint.LisaCollector
 
getElapsedMs() - Method in class com.itko.lisaint.LoggedSql
 
getElementName() - Method in interface com.itko.lisa.editor.Controller
If renaming is allowed, then the framework might call this method to fetch the name.
getElementName() - Method in class com.itko.lisa.editor.ControllerBase
If renaming is allowed, then the framework might call this method to fetch the name.
getElementName() - Method in class com.itko.lisa.editor.TestNodeInfo
If renaming is allowed, then the framework might call this method to fetch the name.
getElseNode() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getElseNode() - Method in class com.itko.lisa.test.TestNode
The else node is the node name that is executed if the CheckResult mechanism doesn't set the workflow.
getEncryptedStateString(String, String, String) - Method in class com.itko.lisa.test.TestExec
 
getEndTestMsg() - Method in class com.itko.lisaint.TransInfo
Returns the message describing why the test should end, or null if one is not provided.
getEndTime() - Method in class com.itko.lisaint.LisaCollector
 
getEntries() - Method in class com.itko.lisa.testing.SuiteInfo
 
getErrorEventListSize() - Method in interface com.itko.lisa.coordinator.Coordinator
Return the size of the ErrorEvent list
getErrorEvents() - Method in interface com.itko.lisa.coordinator.Coordinator
If the test has received errors, here are the error events If the test has not failed, you will get null.
getEstimatedEndTime() - Method in interface com.itko.lisa.coordinator.Coordinator
This method will try to tell you when the test should be done.
getEstimatedEndTime() - Method in class com.itko.lisa.testing.StagedSuite
Suites do not support this, so you'll always get -1
getEvent() - Method in class com.itko.lisa.test.TestEvent
 
getEvent() - Method in class com.itko.lisa.testing.StagedSuite.SuiteEvent
 
getEventFilter() - Method in class com.itko.lisa.testing.StagedSuite
 
getEventFilterSets() - Method in class com.itko.lisa.coordinator.RunInfo
 
getEventId() - Method in class com.itko.lisa.test.TestEvent
 
getEventID() - Method in class com.itko.lisaint.LisaEventInfo
 
getEventSink() - Method in class com.itko.lisa.testing.StagedSuite
Call this method and add your GenericEventSink.Listener implementation to get suite-level events and no others.
getException() - Method in class com.itko.lisaint.LisaCollector
Returns an ExceptionInfo object that wraps an exception that was reported by the system under test for this component, or null if there was not one reported.
getExceptionList() - Method in class com.itko.lisaint.LisaCollector
 
getExtraInfo() - Method in class com.itko.lisa.editor.TestNodeInfo
This method is used to return any extra information for public consumption from a VSE for this step.
getExtraInfo() - Method in class com.itko.lisa.test.TestCase
This method is used to return any extra information for public consumption from a VSE.
getExtraInfo() - Method in class com.itko.lisa.test.TestNode
This method is used to return any extra information for public consumption from a VSE for this step.
getFailedTests() - Method in class com.itko.lisa.testing.StagedSuite
This is a list of RegressionRunner objects that failed.
getFailException() - Method in class com.itko.lisa.testing.RegressionRunner
 
getFailOnLoggedException() - Static method in class com.itko.lisaint.TestHarness
 
getFailTestMsg() - Method in class com.itko.lisaint.TransInfo
Returns the message given by the server component author regarding why the test failed, or null if one was not given
getFavoriteCheckResults() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getFavoriteFilters() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getFilter() - Method in class com.itko.lisa.coordinator.ReportGenerator
Returns the filter we're using
getFilters() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getFilters() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getFilters() - Method in class com.itko.lisa.test.TestCase
Returns the collection of filters.
getFilters() - Method in class com.itko.lisa.test.TestNode
Every TestNode has a collection of Filters that are defined only to be executed for that Node.
getFiltersAsList() - Method in class com.itko.lisa.test.TestCase
Similar to getFilters but returns an unmodifiable copy of the getFilters() vector in a typesafe and unsynchronized List.
getFiltersAsList() - Method in class com.itko.lisa.test.TestNode
Similar to getFilters but returns an unmodifiable copy of the getFilters() vector in a typesafe and unsynchronized List.
getFilterString() - Method in class com.itko.lisa.coordinator.ReportGenerator
 
getFinalNode() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getFinalNode() - Method in class com.itko.lisa.test.TestCase
 
getFinalStats(String) - Method in interface com.itko.lisa.coordinator.Coordinator
Gets the 'final' version of the statkeeper object; this is a signal to the coord that the vuser/instance is going down and that we should keep it around in our summary totals.
getFinalStats(String) - Method in class com.itko.lisa.testing.StagedSuite
 
getForcedNode() - Method in class com.itko.lisaint.TransInfo
If the server component wanted an explicit node executed next, it is returned here.
getForceGC() - Static method in class com.itko.lisaint.TestHarness
 
getFrom() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getGlobalDataSets() - Method in class com.itko.lisa.test.TestCase
The data sets collection is the name is the key and value DataSet object for each element in the Hashtable
getGraphX() - Method in class com.itko.lisa.test.TestNode
 
getGraphY() - Method in class com.itko.lisa.test.TestNode
 
getHeaders() - Method in class com.itko.lisaint.javaee.DelegatingJaxWsHandler
 
getHeaders() - Method in class com.itko.lisaint.javaee.JaxWsClientHandler
 
getHeaders() - Method in class com.itko.lisaint.javaee.JaxWsHandler
 
getHeaders() - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
 
getHelpString() - Method in class com.itko.lisa.editor.CustomCompanionEditor
Returns the companion's help text
getHelpString() - Method in class com.itko.lisa.testing.StageRegressionRun
 
getHiddenProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getHigh() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getHistoryDBConnectInfo() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
The default configuraiton of LISA presumes that a reporting database is attached to each CoordinatorServer.
getHistoryDBConnectInfo() - Method in interface com.itko.lisa.coordinator.TestRegistry
 
getHost() - Method in class com.itko.lisa.perfmgr.ReportKey
 
getHostName() - Static method in class com.itko.lisa.test.DataSetImpl
 
getHostname() - Method in class com.itko.lisaint.JvmInfo
 
getHotDeployPath() - Static method in class com.itko.lisa.test.Environment
 
getHTMLDOMOnResult() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getId() - Method in class com.itko.lisa.coordinator.RunInfo
 
getId() - Method in class com.itko.lisa.editor.TestCaseInfo
Returns the test case ID
getId() - Method in class com.itko.lisa.test.TestCase
This will return a presumably immutable value that will uniquely identify this test case for all time.
getId() - Method in class com.itko.lisa.testing.SuiteInfo
 
getId() - Method in class com.itko.lisaint.UniqueSql
 
getIDFromName(String) - Static method in class com.itko.lisa.test.TestEvent
This is a convenience method that returns the numeric ID for a given event name.
getInitialState() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getInitState() - Method in class com.itko.lisa.test.TestCase
 
getInstance() - Method in class com.itko.lisa.test.TestEvent
 
getInstance() - Method in class com.itko.lisa.test.TestExec
 
getInstance() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getInstances() - Method in class com.itko.lisa.stats.TestRunInfo
 
getInstances() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
getIntegrationLogLevel() - Static method in class com.itko.lisaint.TestHarness
 
getIntegrator() - Method in class com.itko.lisaint.TransInfo
Returns the Integrator that controls this Transaction
getIntegratorFromParentFrame(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
How the LISA Framework gets an Integrator from 1 or more stamps
getIntersections() - Method in interface com.itko.lisa.editor.Controller
LISA has a dynamic way to hook test case elements with their Controller and Editors.
getIntersections() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getInterval(Object, int) - Method in class com.itko.lisa.stats.MetricData
 
getIntervalCount() - Method in class com.itko.lisa.stats.MetricData
 
getIntervalList() - Method in class com.itko.lisa.stats.MetricData
Here's the list of lists of Interval objects.
getIntervalNameList() - Method in class com.itko.lisa.stats.MetricData
 
getIntervalRate() - Method in class com.itko.lisa.coordinator.RunInfo
 
getIntervalSize() - Method in interface com.itko.lisa.stats.MetricController
Gets the size of a sample interval.
getIntervalSize() - Method in class com.itko.lisa.stats.MetricData
 
getInts() - Static method in class com.itko.lisa.editor.TestNodeInfo
 
getIPAddress() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the IP address for this registry.
getIPSpoofingInfo() - Method in class com.itko.lisa.coordinator.RunInfo
 
getIPSpoofingInfo() - Method in class com.itko.lisa.test.TestCase
 
getJavaIntegratorForCurrentThread() - Static method in class com.itko.lisaint.TestHarness
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.
getJavaVersion() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
 
getJavaVersion() - Method in interface com.itko.lisa.coordinator.SimulatorServer
 
getJavaVersion() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the Java Version.
getJaxWsMessageContext() - Static method in class com.itko.lisaint.TestHarness
Deprecated. 
getJustBuildNumber() - Static method in class com.itko.lisa.test.Environment
 
getJvmInfo() - Method in class com.itko.lisaint.LisaCollector
 
getKey() - Method in class com.itko.lisaint.LisaProp
 
getKey() - Method in class com.itko.util.Parameter
Gets the key attribute for this Parameter
getKeyArray() - Method in class com.itko.util.ParameterList
Will build a string array of every key in our list, then return it.
getKeyName() - Method in interface com.itko.lisa.coordinator.TestRegistry
The key name of the Registry.
getKeysFromString(Collection, String) - Static method in class com.itko.lisa.test.TestExec
This method is a convenience method that you can use to figure out what keys are being references in a String.
getLab(LabKey) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
getLab(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets a lab from the collection.
getLabNames() - Method in interface com.itko.lisa.coordinator.TestRegistry
This method returns a flat list of the names of all of the known labs.
getLabs() - Method in interface com.itko.lisa.coordinator.TestRegistry
Will return a clone of the list of all labs initializing or running.
getLargeIcon() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getLastCPKey() - Static method in class com.itko.util.Dependencies
 
getLastErrorMessage() - Method in interface com.itko.lisa.editor.Controller
Used by the GUI to display a better message.
getLastErrorMessage() - Method in class com.itko.lisa.editor.ControllerBase
 
getLastHtmlResponse() - Method in class com.itko.lisa.test.TestExec
 
getLastNode() - Method in class com.itko.lisa.test.TestExec
 
getLastNodeResponseTime() - Method in class com.itko.lisa.test.TestExec
 
getLastNodeTimestamp() - Method in class com.itko.lisa.test.TestExec
 
getLastPathKey() - Static method in class com.itko.util.Dependencies
 
getLastRequest() - Method in class com.itko.lisa.test.TestExec
 
getLastResponse() - Method in class com.itko.lisa.test.TestExec
This method will return the last response received from the system under test.
getLastResponseAsDocument() - Method in class com.itko.lisa.test.TestExec
When you need access to the last node response as an XML Document, use this We cache into state the DOM so it will be parsed only once.
getLastResponseCharset() - Method in class com.itko.lisa.test.TestExec
 
getLastTime() - Method in class com.itko.lisa.stats.TestRunInfo
 
getLastTime() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
getLastURLKey() - Static method in class com.itko.util.Dependencies
 
getLaunchState() - Method in class com.itko.lisa.coordinator.ReportGenerator
 
getLaunchState() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getLevel() - Method in class com.itko.lisaint.LoggedMessage
 
getLicense() - Static method in class com.itko.lisa.test.Environment
This Environment object finds and loads the license file upon construction, so we can read it whenever we need to.
getLicense(boolean) - Static method in class com.itko.lisa.test.Environment
 
getLisaConsoleUrl() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the Lisa console URL for this registry.
getLisaHomeFile(String) - Static method in class com.itko.lisa.test.Environment
Gets the LISA home path spec and builds a full path to the file you pass in, so you can use it to grab files or resources as needed.
getLisaIntegrator() - Method in class com.itko.lisaint.Integrator
 
getLisaIntegrator() - Method in interface com.itko.lisaint.java.HasLisaIntegrator
What you must implement to get your Java/WS component to return the integration object
getLisaIntegrator() - Method in interface com.itko.lisaint.webservice.HasWebserviceLisaIntegrator
 
getLisaLicenseFile() - Static method in class com.itko.lisa.test.Environment
 
getLisaParams(HttpServletRequest) - Static method in class com.itko.lisaint.servlet.ServletIntegrator
Only subclasses of this class will need this method...
getLISAProps() - Method in class com.itko.lisaint.LisaCollector
Returns the set of Lisa property set requests that the server component has requested, or null if there were none.
getLISATestEvents() - Method in class com.itko.lisaint.LisaCollector
Returns a List of the test events set by this component, or null if there weren't any
getLisaTestName() - Method in class com.itko.lisa.testing.RegressionRunner
Get the test case name as specified in the Test Case document
getLisaVersion() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
 
getLisaVersion() - Method in interface com.itko.lisa.coordinator.SimulatorServer
 
getLisaVersion() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the version for the registry.
getListenersCount() - Method in class com.itko.lisa.test.TestEventMgr
 
getLiveAgents() - Method in interface com.itko.lisa.coordinator.TestRegistry
Will return the list of all live agents.
getLiveWorkstation(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
getLiveWorkstations() - Method in interface com.itko.lisa.coordinator.TestRegistry
Will return the list of all live workstations.
getLoadPattern() - Method in class com.itko.lisa.coordinator.RunInfo
 
getLocalDataSet(String) - Method in class com.itko.lisa.test.TestExec
 
getLocalDataSetElements() - Method in class com.itko.lisa.test.TestCase
When we need to see what local data sets where defined.
getLocalHost() - Static method in class com.itko.lisa.perfmgr.ReportKey
 
getLocator() - Method in interface com.itko.lisa.coordinator.Coordinator
This returns an encoded string that LISA can use to find this coordinator.
getLocator() - Method in class com.itko.lisa.testing.StagedSuite
 
getLog() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getLog() - Method in class com.itko.lisa.test.TestNode
The log entry given by the Test Case document
getLoggedMessages() - Method in class com.itko.lisaint.LisaCollector
 
getLoggedResultSets() - Method in class com.itko.lisaint.LoggedSql
 
getLoggedSqls() - Method in class com.itko.lisaint.LisaCollector
 
getLogger() - Method in class com.itko.lisaint.LoggedMessage
 
getLongDesc() - Method in class com.itko.lisa.test.TestEvent
 
getLongDesc() - Method in class com.itko.lisaint.LisaEventInfo
 
getLow() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getMailHost() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getMARInfo() - Method in class com.itko.lisa.testing.StagedSuite
This method returns the MAR info file we were staged with, if any.
getMatchingIntegrators(List, IntegratorCallback, Date, Date, int, int, String, String, String, String, String, String, String, int, int, String, boolean, int) - Static method in class com.itko.lisaint.agent.AgentIntegrator
Provides a search feature for making Integrator objects from the Pathfinder DB
getMatchingParameter(Parameter) - Method in class com.itko.util.ParameterList
If the list contains a parameter with the same key and value as the one passed in, we return it.
getMaxErrors() - Method in class com.itko.lisa.coordinator.ReportGenerator
 
getMaxTime() - Method in class com.itko.lisa.stats.TestRunInfo
 
getMaxTime() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
getMergeDupesDelimiter() - Method in class com.itko.util.ParameterList
 
getMessage() - Method in exception com.itko.lisa.test.LisaException
 
getMessage() - Method in class com.itko.lisaint.LoggedMessage
 
getMeta() - Method in class com.itko.lisa.coordinator.RunInfo
 
getMeta() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getMeta() - Method in class com.itko.lisa.test.TestCase
Returns the meta
getMeta() - Method in class com.itko.lisa.testing.SuiteInfo
 
getMetaData() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the Registry metadata.
getMethod() - Method in class com.itko.lisaint.LisaCollector
 
getMetric(String) - Method in interface com.itko.lisa.stats.MetricController
Called to fetch a specific MetricStatusInfo from the list by the metric's short name
getMetricController() - Method in interface com.itko.lisa.coordinator.Coordinator
This is a workhorse -- the metric data controller
getMetricData() - Method in interface com.itko.lisa.stats.MetricController
Returns the MetricData object reference that we are maintaining.
getMetricHandleList() - Method in class com.itko.lisa.stats.MetricData
If you get handed a MetricData object and have no idea what metrics are being collected, you can call this method to get a list of the handles we are tracking.
getMetricHelpString() - Method in class com.itko.lisa.stats.MetricCollector
Called when we want a human-readable "one-liner" about the value you are tracking.
getMetricInitializationTimeout() - Method in class com.itko.lisa.stats.MetricCollector
 
getMetrics() - Method in class com.itko.lisa.coordinator.RunInfo
 
getMetrics() - Method in class com.itko.lisa.testing.SuiteInfo
 
getMetricsRegistry() - Static method in class com.itko.lisa.test.Environment
 
getMinTime() - Method in class com.itko.lisa.stats.TestRunInfo
 
getMinTime() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
getMissingContent() - Method in class com.itko.lisaint.LisaCollector
Returns a List of content keys that were reported missing by the system under test Elements of this collection are of the java.lang.String type.
getModelArchive() - Method in interface com.itko.lisa.coordinator.Coordinator
This method returns the current Model Archive.
getModelExecHistory() - Method in class com.itko.lisa.test.TestExec
Also internal use only.
getMsg() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getMsg() - Method in class com.itko.lisaint.ExceptionInfo
Returns the message that the given exception provided
getMSIList() - Method in interface com.itko.lisa.stats.MetricController
Returns the collection of MetricStatusInfo objects we are managing.
getName() - Method in interface com.itko.lisa.coordinator.Coordinator
The coordinator's name is not necessarily unique throughout the network and is NOT a network name.
getName() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
Returns the name granted to this CoordinatorServer
getName() - Method in interface com.itko.lisa.coordinator.SimulatorServer
Returns the name granted to this SimulatorServer
getName() - Method in interface com.itko.lisa.coordinator.TestRegistry
The name of this LISA Registry
getName() - Method in class com.itko.lisa.editor.ControllerBase
On object that implement this interface, this method is called to fetch the name of the object
getName() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getName() - Method in interface com.itko.lisa.test.DataSet
Called for the obvious purpose of getting the name of this data set.
getName() - Method in class com.itko.lisa.test.DataSetImpl
 
getName() - Method in interface com.itko.lisa.test.NamedObject
On object that implement this interface, this method is called to fetch the name of the object
getName() - Method in class com.itko.lisa.test.RandSet
Returns the name of this random list; also is the property that is set when you execute it.
getName() - Method in class com.itko.lisa.test.TestCase
Returns the name of the Test Case
getName() - Method in class com.itko.lisa.test.TestNode
The name of this TestNode is the one provided in the Test Case document
getName() - Method in class com.itko.lisa.testing.RegressionRunner
Return the name of the test in the form || If you need the longer names for backward compat (the FQN of all three entries) then set the system property lisa.junit.long.names=true
getName() - Method in class com.itko.lisa.testing.SuiteInfo
 
getName() - Method in class com.itko.lisaint.LisaCollector
Returns the descriptive name given to this reporting object
getName() - Method in class com.itko.util.Parameter
Gets the label for this parameter.
getNameFromID(int) - Static method in class com.itko.lisa.test.TestEvent
When you have an Event ID and want a name for it, this method will give it to you.
getNameType() - Method in class com.itko.lisa.editor.ControllerBase
Returns the type of Element Name.
getNameType() - Method in class com.itko.lisa.editor.TestNodeInfo
Returns the type of Element Name.
getNameType() - Method in interface com.itko.lisa.test.NamedObject
Returns the type of Element Name.
getNewName(Collection<?>, String) - Static method in class com.itko.lisa.editor.ControllerBase
 
getNextNode() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getNextNode() - Method in class com.itko.lisa.test.TestExec
Will tell us what node we are set to execute next.
getNextRecord(Map<Serializable, Serializable>) - Method in class com.itko.lisa.test.DataSetImpl
This method return the next record in the order from the logical dataset.
getNextRow(Map<Serializable, Serializable>) - Method in class com.itko.lisa.test.DataSetImpl
 
getNode() - Method in exception com.itko.lisa.test.LisaException
 
getNode(String) - Method in class com.itko.lisa.test.TestCase
A way to get a TestNode object given its name
getNodeDataSets(Element) - Static method in class com.itko.lisa.test.DataSetImpl
Returns the data sets of the given Step.
getNodeExecs() - Method in class com.itko.lisa.stats.TestRunInfo
 
getNodeExecs() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
getNodeFails() - Method in class com.itko.lisa.stats.TestRunInfo
 
getNodeFails() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
getNodeNames() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getNodePerfs() - Method in class com.itko.lisa.stats.StatKeeper
 
getNodeRandoms(Element) - Static method in class com.itko.lisa.test.RandSet
Returns the Random data sets contained in the given node (step).
getNodeResponse(String) - Method in class com.itko.lisa.test.TestExec
Retreives the response object from state with a key of lisa.
getNodes() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getNodes() - Method in class com.itko.lisa.test.TestCase
This method will return a Hashtable of the TestNodes in this test case.
getNodes4TCTreeRenderrer() - Method in class com.itko.lisa.editor.TestCaseInfo
Special method used to hide the continue do nothing steps in the test tree view.
getNodeWithBackwardCompatibleNames(String) - Method in class com.itko.lisa.test.TestCase
A way to get a TestNode object given its old name For example some old test cases have assertions which refer to "Fail the test" but that node name is "fail" now.
getNumInvocations() - Method in class com.itko.lisaint.UniqueSql
 
getOcurranceCountFromParent(Element, Element) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This method will count how many tags of the same name are "above" the tag you give from the top of the parent's tree.
getOnMetric() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getOrdinal() - Method in class com.itko.lisa.test.TestNode
Every TestNode is stored in a Hashtable, but at times, we need an ordered view of the nodes.
getOsName() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
 
getOsName() - Method in interface com.itko.lisa.coordinator.SimulatorServer
 
getOsName() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the OS used for this registry.
getOutboundAddress() - Method in class com.itko.lisaint.LisaCollector
 
getOutputStream() - Method in class com.itko.lisaint.servlet.filter.CharResponseWrapper
 
getOverrideMaxInitialTrayWidth() - Method in class com.itko.lisa.editor.CustomEditor
What is our width in pixels?
getOwner() - Method in class com.itko.lisa.test.TestEventMgr
This identifies the creator of this event queue.
getPaceInMillis() - Method in interface com.itko.lisa.coordinator.TestCoordinator
Returns the pace we are currently running with
getPaceTimeInSecs() - Method in class com.itko.lisa.coordinator.RunInfo
 
getPaceTransactions() - Method in class com.itko.lisa.coordinator.RunInfo
 
getParameter(String) - Method in class com.itko.util.ParameterList
A way to get an individual Parameter from the collection
getParameterByValue(String) - Method in class com.itko.util.ParameterList
 
getParameters() - Method in class com.itko.lisa.coordinator.ReportGenerator
Method called by interactive test case editors to find out what the parameters for a given consumer are; Note that you must be able to handle updates to this list and not return a new copy every time.
getParameters() - Method in interface com.itko.lisa.test.CustJavaNodeInterface
This important method defines the parameter set that is needed by your custom compoennt.
getParameters() - Method in interface com.itko.lisa.test.DataSet
For any DataSet, this method will return all the attributes of that object Basically, every non-transient type state value (name, type, atend) and whatever custom properties there are (like location and delimiter)
getParameters() - Method in class com.itko.lisa.test.DataSetImpl
 
getParameters() - Method in interface com.itko.lisa.test.FilterInterface
Method called by interactive test case editors to find out what the parameters for a given filter are
getParameters() - Method in class com.itko.lisa.test.SimpleCompanion
This is the base implementation of getParameters.
getParameterValue(String) - Method in class com.itko.util.ParameterList
Method used to retrieve the value side of a Parameter.
getParent() - Method in interface com.itko.lisa.coordinator.Coordinator
When a Suite has staged this test, you can get a handle to that Suite here.
getParent() - Method in class com.itko.lisaint.LisaCollector
 
getParentElementOf(Node) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
In parsing XML docs you'll end up iwth Node objects of all kinds, including nested Test stuff, CDATAs, attributes, etc.
getParentLoggerName() - Static method in class com.itko.lisaint.TestHarness
 
getPassword() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getPassword() - Method in class com.itko.lisaint.LisaDataSource
 
getPath() - Method in class com.itko.lisa.testing.StagedSuite
If we have a suite document path, this is the full path to the suite document
getPathfinderDbInfo() - Method in interface com.itko.lisa.coordinator.TestRegistry
 
getPathfinderVersion() - Method in class com.itko.lisa.coordinator.RunInfo
 
getPathfinderVersion() - Method in class com.itko.lisa.test.TestCase
 
getPathfinderVersionExp() - Method in class com.itko.lisa.coordinator.RunInfo
 
getPattern(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisRegexUtil
 
getPerformanceStats() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
 
getPK() - Method in class com.itko.lisa.test.TestNode
Frequently we need to make sure we have a way to uniquely key a particular node.
getPluginClassName(TestRunnerConfiguration) - Static method in class com.itko.lisa.coordinator.TestRunner
 
getPooledConnection() - Method in class com.itko.lisaint.LisaConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class com.itko.lisaint.LisaConnectionPoolDataSource
 
getPort() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getPreferredColor() - Method in class com.itko.lisa.stats.MetricCollector
Metrics collectors can support a feature that gives them the chance to tell the rest of the world what Color they would like to be rendered in.
getPreferredDirKey() - Static method in class com.itko.util.Dependencies
 
getPreferredFormatter() - Method in class com.itko.lisa.stats.MetricCollector
 
getPrepared() - Method in class com.itko.lisaint.LoggedSql
 
getProcessId() - Method in class com.itko.lisaint.JvmInfo
 
getProductName() - Method in interface com.itko.lisa.coordinator.AboutInfoMBean
 
getProjectRoot() - Method in class com.itko.lisa.editor.TestCaseInfo
Returns the directory location for the project, if this test case is included within a project
getPropertiesReferenced() - Method in interface com.itko.lisa.editor.Controller
Will tell us all the properties that are referenced during the processing of this element
getPropertiesReferenced() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getPropertiesSet() - Method in interface com.itko.lisa.editor.Controller
Will tell us all the properties that are set/updated during the processing of this element
getPropertiesSet() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getPropsMissing() - Method in class com.itko.lisaint.LisaCollector
Returns a List of the properties that were reported missing during the processing of this component.
getPropsSet() - Method in class com.itko.lisa.test.DataSetImpl
 
getPropsUsed() - Method in class com.itko.lisaint.LisaCollector
Returns a List of the properties that were reportedly used during processing of this component.
getPSKKey() - Method in class com.itko.lisa.stats.TestRunInfo
 
getRandLists() - Method in class com.itko.lisa.test.TestNode
Random Lists are only defined at the global level.
getRandom(TestExec) - Method in class com.itko.lisa.test.RandSet
Method generates a random from the list of possible values.
getRandomRecord(Map<Serializable, Serializable>) - Method in class com.itko.lisa.test.DataSetImpl
This method is called to read a random record from the logical data set.
getRandSets() - Method in class com.itko.lisa.test.TestCase
Will return all the random lists in a hashtable.
getRealTimeConfig() - Method in class com.itko.lisa.test.TestCase
If the test case was constructed with a map of realtime config info, here it is.
getReceivingAddress() - Method in class com.itko.lisaint.LisaCollector
 
getRecord(Map<Serializable, Serializable>) - Method in interface com.itko.lisa.test.DataSet
This is the method called by the TestNode class in order to do a logical read on the data set so that the specific property settings of this data set record are reflected in the caller's state.
getRecord(Map<Serializable, Serializable>) - Method in class com.itko.lisa.test.DataSetImpl
This method is called to read a record from the logical data set, and therefore must be implemented by the sublcass.
getRecordEvents() - Method in class com.itko.lisa.coordinator.ReportGenerator
 
getRecordMetrics() - Method in class com.itko.lisa.coordinator.ReportGenerator
 
getRecordProps() - Method in class com.itko.lisa.coordinator.ReportGenerator
 
getRecordReqResp() - Method in class com.itko.lisa.coordinator.ReportGenerator
 
getReferrerNode() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getRegistry() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
 
getRegistryPort() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the port used for this registry.
getRegistryUptime() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the Registry uptime in milliseconds.
getRemoteServer() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getRemoteServer() - Method in class com.itko.lisa.test.TestNode
Where are we going to run this node?
getRemovedParams() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getReportDir() - Static method in class com.itko.lisa.perfmgr.ReportKey
 
getReportGenerators() - Method in class com.itko.lisa.coordinator.RunInfo
 
getReportGenerators() - Method in class com.itko.lisa.testing.SuiteInfo
 
getReportMetricIntervals(Object) - Method in class com.itko.lisa.stats.MetricData
 
getReportSDF() - Static method in class com.itko.lisa.perfmgr.ReportKey
 
getReportsDir() - Static method in class com.itko.lisa.test.Environment
Gives you the reporting directory where reports are dropped.
getRequest() - Method in class com.itko.lisaint.LisaCollector
 
getResourcesForGroups(List<String>, IResource.ResourceTypes) - Method in interface com.itko.lisa.coordinator.TestRegistry
Retrieves resources from given resource groups based on the given resource type
getResponse() - Method in class com.itko.lisaint.LisaCollector
 
getResponseCharset() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getResponseFileName() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getResultParamTemp() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getResultsforLoggedSql(String, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
Retrieves the saves result set for the given frame and sql statement.
getResultState() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getResultState() - Method in class com.itko.lisa.test.TestCase
 
getRet() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getRobot() - Method in class com.itko.lisa.test.TestEvent
 
getRobot() - Method in class com.itko.lisa.test.TestExec
 
getRobot() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getRootNode() - Method in class com.itko.lisa.test.TestCase
Tells us the name of the first node to execute in the test
getRowNumPropertyName() - Method in class com.itko.lisa.test.DataSetImpl
 
getRows() - Method in class com.itko.lisaint.LoggedResultSet
If the LisaJdbcInterceptor has been configured and LISA is active, result sets will be included in the integrator object.
getRun() - Method in class com.itko.lisa.perfmgr.ReportKey
 
getRun() - Method in class com.itko.lisa.test.TestExec
 
getRun() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getRunInfo() - Method in interface com.itko.lisa.coordinator.Coordinator
When the Coordinator initially starts it is generally given a Run Document.
getRunInfo() - Method in class com.itko.lisa.testing.StagedSuite
The staging info like metrics and reports for this suite are stored in a RunInfo object If you would like to query it, here you go.
getRunInfo() - Method in class com.itko.lisa.testing.SuiteInfo
 
getRunnableLabList() - Method in interface com.itko.lisa.coordinator.TestRegistry
This method returns the list of runnable labs (aka templates).
getRunName() - Method in interface com.itko.lisa.coordinator.Coordinator
This is the name given to the Run.
getRunName() - Method in class com.itko.lisa.coordinator.RunInfo
 
getRunName() - Method in class com.itko.lisa.testing.StagedSuite
When you want to know the name of this particular run.
getRunningCoordinator() - Method in class com.itko.lisa.testing.RegressionRunner
If this test is currently running, this is the Coordinator responsible for it
getRunType() - Method in class com.itko.lisa.testing.StagedSuite
This this suite running in serial or parallel?
getRunType() - Method in class com.itko.lisa.testing.SuiteInfo
 
getSampleRate() - Method in class com.itko.lisa.coordinator.RunInfo
 
getSampleRate() - Method in interface com.itko.lisa.stats.MetricController
In case you want to know how often we collect...
getSavedTCVersion() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getScale() - Method in class com.itko.lisa.stats.MetricCollector
This is the multiplier you should apply to the values that this collector provides to normalize the values to between 0 and 100.
getScreenshotForTicket(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
Retrieves the screenshot for a given ticket.
getSecondaryReferenceChangesDeniedReason(StepConnection) - Method in class com.itko.lisa.editor.TestNodeInfo
This method should return the text of a message explaining why the specified secondary connection cannot be directly edited.
getSeleniumProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getServerInfo() - Method in class com.itko.lisaint.agent.AgentSummary
 
getServiceName() - Method in class com.itko.lisa.test.DataSetImpl
 
getServletIntegrator(HttpServletRequest) - Static method in class com.itko.lisaint.servlet.ServletIntegrator
Servlet authors will need a handle to this persistent and auto-created object in order to report to Lisa.
getSessionId() - Method in class com.itko.lisaint.servlet.ServletIntegrator
Will return the session ID that has been saved for this Integrator
getSessionIDFromLisa(HttpServletRequest) - Static method in class com.itko.lisaint.servlet.ServletIntegrator
 
getSessionStateObj() - Static method in class com.itko.util.Dependencies
 
getSessionUser(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method returns the user object associated with the specified user session.
getSetupTest() - Method in class com.itko.lisa.testing.SuiteInfo
 
getShortDesc() - Method in class com.itko.lisa.test.TestEvent
 
getShortDesc() - Method in class com.itko.lisaint.LisaEventInfo
 
getShortName() - Method in class com.itko.lisa.stats.MetricCollector
Made this a stort-ish String that will fit in a table column, like: "LISA: Instances"
getSignature() - Method in class com.itko.lisa.test.TestCase
Returns the signature that has been created for this testcase, or if one has not been, creates it.
getSim() - Method in class com.itko.lisa.test.TestExec
 
getSimName() - Method in class com.itko.lisa.test.TestExec
 
getSimName() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getSimulator(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Will return a reference to a SimulatorServer given its correct name
getSimulator() - Method in class com.itko.lisa.test.TestEvent
 
getSimulators() - Method in interface com.itko.lisa.coordinator.SimulatorServer
Returns a cloned copy of all the currently maintained Simulators running in this SimulatorServer.
getSimulators() - Method in interface com.itko.lisa.coordinator.TestCoordinator
Used to retrieve the set of Simulators that are participating in the test.
getSimulators(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Will retrieve a clone of the table of all currently running Simulators The table is [ name, StringURL ] where the StringURL is used by the networking layer to reach that server
getSiteProperties() - Method in interface com.itko.lisa.coordinator.TestRegistry
This is how various LISA applications access the site-wide properties stored at the LISA Registry server
getSize() - Method in class com.itko.lisa.test.DataSetImpl
 
getSmallIcon() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getSourceCodeForClass(long, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
This method retrieves the source code for the given class name from the specified agent.
getSQL() - Method in class com.itko.lisaint.LoggedSql
 
getSql() - Method in class com.itko.lisaint.UniqueSql
 
getSqls() - Method in class com.itko.lisaint.LisaCollector
 
getStack() - Method in class com.itko.lisaint.ExceptionInfo
Returns a String representation of the stack trace generated at the time of the exception
getStagedSuite() - Method in class com.itko.lisa.testing.StageRegressionRun
 
getStagingDoc() - Method in class com.itko.lisa.testing.RegressionRunner
 
getStagingDocPath() - Method in class com.itko.lisa.testing.RegressionRunner
Get the File path containing the staging document associated with this test case instance
getStagingUid() - Method in class com.itko.lisa.test.TestEvent
 
getStagingUniqueId() - Method in class com.itko.lisa.test.TestExec
When you need some code unique to a given TestExec, use getUniqueId(), but when you need a unique ID to the whole staging that this TestExec is in context of, use this.
getStagingUniqueId() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getStartTime() - Method in interface com.itko.lisa.coordinator.Coordinator
This method will tell you when the test was started.
getStartTime() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
 
getStartTime() - Method in interface com.itko.lisa.coordinator.SimulatorServer
 
getStartTime() - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets the Registry start time.
getStartTime() - Method in class com.itko.lisa.perfmgr.ReportKey
 
getStartTime() - Method in class com.itko.lisa.stats.TestRunInfo
 
getStartTime() - Method in class com.itko.lisaint.LisaCollector
 
getState() - Method in class com.itko.lisaint.LisaCollector
 
getStateBoolean(String, boolean) - Method in class com.itko.lisa.test.TestExec
This will get the property value associated with the given key and return it as a boolean.
getStateHTTPCookies() - Method in class com.itko.lisa.test.TestExec
 
getStateInt(String, int) - Method in class com.itko.lisa.test.TestExec
Retrieves an integer from the current state with the given key
getStatement() - Method in class com.itko.lisaint.LoggedSql
 
getStateObject(String, boolean) - Method in class com.itko.lisa.test.TestExec
This method retrieves the Object from state with the given key
getStateObject(String) - Method in class com.itko.lisa.test.TestExec
This method retrieves the Object from state with the given key
getStateParameters(ParameterList) - Method in interface com.itko.lisa.editor.CustomFilterEditor
called to give us a chance to fill the editor prop key list with any props we define.
getStateParameters(ParameterList) - Method in class com.itko.lisa.editor.TestNodeInfo
 
getStateParser() - Method in class com.itko.lisa.test.TestExec
 
getStateProps() - Method in class com.itko.lisa.test.TestExec
 
getStateString(String, String) - Method in class com.itko.lisa.test.TestExec
Retrieves a String from the current state with the given key
getStateValue(String) - Method in class com.itko.lisa.test.TestExec
This method retrieves the Object from state with the given key
getStaticValues() - Method in class com.itko.lisa.test.RandSet
All possible values of the random list are stored in a Vector.
getStatisticsForAgent(long, Date, Date) - Static method in class com.itko.lisaint.agent.AgentIntegrator
Retrieves a list of statistics for the specified agent for the specified time period.
getStatisticsForTicket(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
Retrieves the statistics data for the specified ticket.
getStats() - Method in interface com.itko.lisa.coordinator.Coordinator
Returns the whole stat keeper object (as a value since we are RMI) so you can look at the test run info & the step-by-step performance info
getStats() - Method in class com.itko.lisaint.agent.AgentSummary
 
getStatus() - Method in interface com.itko.lisa.coordinator.Coordinator
This method can be used to track what the coordinator status is.
getStdDevTime() - Method in class com.itko.lisa.stats.TestRunInfo
 
getStep() - Method in class com.itko.lisa.test.TestEvent
 
getStepConnections() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getStepName() - Method in class com.itko.lisa.test.TestEvent
 
getStepNameForDisplayLabel(String) - Static method in class com.itko.lisa.editor.TestNodeInfo
This is a helper method to return the actual name of step if a different label is used to display it in areas like NodeListDropDown etc.
getStepsLastSecond() - Method in class com.itko.lisa.stats.TestRunInfo
 
getStepsPerSecond() - Method in class com.itko.lisa.stats.TestRunInfo
 
getStepTypeForXML() - Method in class com.itko.lisa.test.TestNode
This method allows a subclass to override what is reported as the step type in generated XML.
getStepUid() - Method in class com.itko.lisa.test.TestEvent
 
getStringValue(Object) - Method in class com.itko.lisa.test.TestExec
The 'n/a' means there is no value, e.g. a property was never set before the filter executes.
getSub() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getSuite() - Method in class com.itko.lisa.testing.StagedSuite
If you want a JUnit test suite of the tests, here they are
getSuiteDocFullPath() - Method in class com.itko.lisa.testing.RegressionRunner
 
getSuiteDocPath() - Method in class com.itko.lisa.testing.SuiteInfo
 
getSuiteExecHistory() - Method in interface com.itko.lisa.coordinator.SuiteCoordinator
 
getSuiteExecHistory() - Method in class com.itko.lisa.testing.StagedSuite
This class keeps a history of the suite run.
getSuiteInfo() - Method in class com.itko.lisa.testing.StagedSuite
This holds all the meta data about this suite.
getSuitePath() - Method in class com.itko.lisa.testing.RegressionRunner
Get the File path containing the suite associated with this test case instance
getSysProps() - Static method in class com.itko.lisa.test.TestExec
Deprecated.
You can use Environment.lisaProps instead
getTableVisibleScale() - Method in class com.itko.lisa.stats.MetricCollector
 
getTc() - Method in class com.itko.lisa.perfmgr.ReportKey
 
getTeardownTest() - Method in class com.itko.lisa.testing.SuiteInfo
 
getTempDir() - Static method in class com.itko.lisa.test.Environment
Returns a File instance of the lisatmp directory
getTerm(String) - Method in class com.itko.util.ParameterList
Deprecated.
use getParameter()
getTermValue(String) - Method in class com.itko.util.ParameterList
Deprecated.
use getParameterValue()
getTest() - Method in class com.itko.lisa.test.TestNode
 
getTestAuditor() - Method in class com.itko.lisa.testing.RegressionRunner
 
getTestCase() - Method in interface com.itko.lisa.coordinator.TestCoordinator
Want to see the actual test that's staged by this Coordinator?
getTestCase() - Method in class com.itko.lisa.test.TestExec
Hands back a reference to the TestCase
getTestCase() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getTestCase() - Method in class com.itko.lisa.testing.RegressionRunner
 
getTestCaseDocElement() - Method in class com.itko.lisa.test.TestCase
 
getTestCaseFileName() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getTestCaseIdFromState(Map) - Static method in class com.itko.lisa.test.TestExec
If you have a LISA properties map and you want to know what test this is for, or "" if there isn't a unique test case ID in this state.
getTestCaseInfo() - Method in class com.itko.lisa.editor.ControllerBase
 
getTestCaseInfo() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getTestCaseName() - Method in class com.itko.lisa.test.TestNode
 
getTestCasePath() - Method in class com.itko.lisa.testing.RegressionRunner
Get the File path containing the test case document
getTestCaseProps() - Method in class com.itko.lisa.test.DataSetImpl
 
getTestCaseType() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getTestCaseTypeData() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getTestCaseXML() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getTestCount() - Method in class com.itko.lisa.testing.StagedSuite
Total number of tests that will run in this suite
getTestEventMgr() - Method in class com.itko.lisa.test.TestExec
Returns a reference to the TestEventMgr
getTestEventMgr() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getTestExec() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getTestExecInfo() - Method in class com.itko.lisa.test.TestExec
 
getTestName() - Method in class com.itko.lisa.stats.StatKeeper
 
getTestName() - Method in class com.itko.lisa.test.TestEvent
 
getTestNode() - Method in interface com.itko.lisa.editor.Controller
So that your subclasses and editors know the node you are related to
getTestNode() - Method in class com.itko.lisa.editor.ControllerBase
 
getTestNode() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getTestNodeByName(String) - Method in class com.itko.lisa.coordinator.ReportGenerator
Find a node in the currently running coordinator
getTestRegistry() - Static method in class com.itko.lisa.test.Environment
Get the current test registry after validating that the connection is still working.
getTestRegistryFullName() - Static method in class com.itko.lisa.test.Environment
Tells us the full RMI-style name of the registry that we are attached to
getTestRegistryName() - Static method in class com.itko.lisa.test.Environment
Get the test registry name, if one is registered.
getTestRun() - Method in class com.itko.lisa.test.TestEvent
 
getTestRunHistory() - Method in interface com.itko.lisa.coordinator.TestCoordinator
We need this from time to time.
getTestRunInfo() - Method in class com.itko.lisa.stats.StatKeeper
 
getTestRunnerConfiguration() - Method in class com.itko.lisa.coordinator.TestRunner
 
getTestRunProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getTestsNotActive() - Method in class com.itko.lisa.testing.StagedSuite
 
getTestsStaged() - Method in class com.itko.lisa.testing.StagedSuite
 
getTestStats() - Method in interface com.itko.lisa.coordinator.Coordinator
Will report the info struct as a snapshot of what's going on on this test run.
getTestStepProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getThink() - Method in class com.itko.lisa.test.TestNode
Returns a string representation of the think parameters.
getThinking() - Method in class com.itko.lisa.coordinator.RunInfo
 
getThinking() - Method in class com.itko.lisa.test.TestCase
Tells us whether this test case has set thinking turned on
getThinkSpec() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getThreadCpuTimeMillis() - Method in class com.itko.lisaint.JvmInfo
 
getThreadCpuUtilizationPercent() - Method in class com.itko.lisaint.JvmInfo
 
getThreadName() - Method in class com.itko.lisaint.JvmInfo
 
getThreadProperty(String) - Static method in class com.itko.lisa.test.Environment
Gets a property valid on the calling thread
getTicket(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
Retrieves a Ticket based on the supplied ticketId value.
getTickets(List, int, int, Date, Date, int, String, String, String, String, String, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
getTimestamp() - Method in class com.itko.lisa.test.TestEvent
 
getTimestamp() - Method in class com.itko.lisa.testing.StagedSuite.SuiteEvent
 
getToList() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getToolTipText() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getTotalCycles() - Method in class com.itko.lisa.stats.TestRunInfo
 
getTotalCycles() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
getTotalExecMillis() - Method in class com.itko.lisaint.UniqueSql
 
getTotalExecutionTime() - Method in class com.itko.lisaint.LisaCollector
 
getTotalSqlBatchCount() - Method in class com.itko.lisaint.LisaCollector
 
getTotalSqlExecCount() - Method in class com.itko.lisaint.LisaCollector
 
getTotalSqlExecCount(boolean) - Method in class com.itko.lisaint.LisaCollector
 
getTotalSqlExecTimeMs() - Method in class com.itko.lisaint.LisaCollector
 
getTotalTime() - Method in class com.itko.lisa.stats.TestRunInfo
 
getTransactionFrame(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
This method creates a CompInfo for the specified frame id.
getTransactionId() - Method in class com.itko.lisaint.LisaCollector
 
getTransactionList() - Method in class com.itko.lisaint.Integrator
Gives us all the transactions that have been loaded into this Integrator in the order that they were started.
getTransID() - Method in class com.itko.lisaint.TransInfo
This will return the transaction ID given by the component author.
getTrustStorePassword() - Static method in class com.itko.lisa.test.Environment
 
getTrustStorePath() - Static method in class com.itko.lisa.test.Environment
 
getType() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getType() - Method in class com.itko.lisa.perfmgr.ReportKey
 
getType() - Method in interface com.itko.lisa.test.DataSet
Returns the classname of the class implementing this interface.
getType() - Method in class com.itko.lisa.test.DataSetImpl
Returns the dataset's implementing classname, such as com.itko.lisa.test.DataFile.
getType() - Method in class com.itko.lisa.test.TestNode
The classname of this TestNode
getType() - Method in class com.itko.lisaint.LisaCollector
 
getType() - Method in class com.itko.util.Parameter
Returns the Parameter's declared type.
getTypeName() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getTypeName() - Method in class com.itko.lisa.test.Abend
So editors have something to display
getTypeName() - Method in interface com.itko.lisa.test.NamedType
On object that implement this interface, this method is called to fetch the name of the object
getTypeName() - Method in class com.itko.lisa.test.NormalEnd
So editors have something to display
getTypeName() - Method in class com.itko.lisa.test.SimpleCompanion
Override this method to provide a name for this Companion
getTypeToNameMap() - Static method in class com.itko.lisa.editor.TestNodeInfo
 
getUid() - Method in class com.itko.lisa.editor.TestNodeInfo
 
getUid() - Method in class com.itko.lisa.test.TestNode
 
getUniqueId() - Method in interface com.itko.lisa.coordinator.Coordinator
Names are great but there are so many, just ask the author typing this for proof ;) This method gives you access to a should-be-unique code for this particular Coordinator that should be useful if you need to coordinate objects within this context.
getUniqueId() - Method in class com.itko.lisa.test.TestExec
Returns a unique, long, string that is a universally unique code for this particular test exec
getUniqueId() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
getUniqueSqls() - Method in class com.itko.lisaint.LisaCollector
 
getUnqiueId() - Method in class com.itko.lisaint.LisaCollector
 
getUptimeMs() - Method in class com.itko.lisaint.JvmInfo
 
getUptimeSeconds() - Method in interface com.itko.lisa.coordinator.AboutInfoMBean
 
getUrlForTicket(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
Retrieves a fully-qualified URL for the specified ticket.
getUser() - Method in class com.itko.lisa.perfmgr.AlertEmail
 
getUser() - Method in class com.itko.lisa.perfmgr.ReportKey
 
getUser() - Method in class com.itko.lisa.test.TestExec
 
getUser() - Method in class com.itko.lisaint.LisaDataSource
 
getVal() - Method in class com.itko.lisaint.LisaProp
 
getValue() - Method in class com.itko.util.Parameter
Gets the value attribute for this Parameter
getValueArray() - Method in class com.itko.util.ParameterList
Will build a string array of every value in our list, then return it.
getValueFromBottom(Object, int) - Method in class com.itko.lisa.stats.MetricData
Gets the value for the given metric a given number of rows up from the bottom.
getValueRangeCounter(Object) - Method in class com.itko.lisa.stats.MetricData
This method will scan all the intervals that have been created for the given metic and return a array of the lowest and highest average values thus far Metrics that are of the Counter variety will want this calc more than the Guage type.
getValueRangeCounterRecent(Object) - Method in class com.itko.lisa.stats.MetricData
This method will scan all the recentm metrics that have been created for the given metic and return a array of the lowest and highest average values thus far
getValueRangeGuage(Object) - Method in class com.itko.lisa.stats.MetricData
This method will scan all the intervals that have been created for the given metic and return a array of the lowest and highest average values thus far
getValueRangeGuageRecent(Object) - Method in class com.itko.lisa.stats.MetricData
This method will scan all the recent metrics that have been created for the given metic and return a array of the lowest and highest average values thus far.
getValueToFilterPropKey() - Method in interface com.itko.lisa.test.FilterInterface
This method is used by the framework to get the value to use for Filter execution.
getValueType() - Method in class com.itko.lisa.stats.MetricCollector
Well we give you an Object, so what now?
getVarianceTime() - Method in class com.itko.lisa.stats.TestRunInfo
 
getVersion() - Method in class com.itko.lisa.test.TestCase
The version number for this tc, which might be null if not known.
getVersion() - Method in class com.itko.lisa.test.TestNode
Returns the version number of the node definition
getVersionNumber() - Static method in class com.itko.lisa.test.Environment
Will read and return the version string.
getVersionString() - Static method in class com.itko.lisa.test.Environment
Will read and return the version string, including build number
getVirtualServiceEnvironment(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Will return a reference to a VirtualServiceEnvironment given its correct name
getVirtualServiceEnvironments(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Will retrieve a clone of the table of all currently running VSEs in the named lab The table is [ name, StringURL ] where the StringURL is used by the networking layer to reach that server
getVirtualServiceEnvironmentsWithLab() - Method in interface com.itko.lisa.coordinator.TestRegistry
Will retrieve a clone of the table of all currently running VSEs with the lab name appended as @labName The table is [ name, StringURL ] where the StringURL is used by the networking layer to reach that server
getVisibleNodes() - Method in class com.itko.lisa.editor.TestCaseInfo
 
getVmProps() - Method in class com.itko.lisaint.agent.AgentSummary
 
getVSEModel() - Method in class com.itko.lisa.test.TestExec
 
getVSERemoteMessageServer(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Gets a reference to the VSE Remote Message Server (something on the VSE or Recorder side that agents can talk to).
getVSResourceName() - Method in class com.itko.lisa.test.TestCase
This method is used to return a displayable name for the resource that this (potential) virtual service test case monitors.
getWallclockMillis() - Method in class com.itko.lisaint.JvmInfo
 
getWorkstations() - Method in interface com.itko.lisa.coordinator.TestRegistry
Will return a clone of the list of all Workstations initializing or running.
getWriter() - Method in class com.itko.lisaint.servlet.filter.CharResponseWrapper
 
getXAConnection() - Method in class com.itko.lisaint.LisaXADataSource
 
getXAConnection(String, String) - Method in class com.itko.lisaint.LisaXADataSource
 
getXmlRep() - Method in class com.itko.lisaint.LisaProp
 
getXStreamer() - Static method in class com.itko.lisa.test.TestEvent
 
GRAPH_X_TAG - Static variable in class com.itko.lisa.test.TestNode
 
GRAPH_Y_TAG - Static variable in class com.itko.lisa.test.TestNode
 
graphx - Variable in class com.itko.lisa.editor.TestNodeInfo
 
graphy - Variable in class com.itko.lisa.editor.TestNodeInfo
 

H

handleFault(MessageContext) - Method in class com.itko.lisaint.javaee.DelegatingJaxWsHandler
 
handleFault(MessageContext) - Method in class com.itko.lisaint.javaee.JaxWsClientHandler
 
handleFault(MessageContext) - Method in class com.itko.lisaint.javaee.JaxWsHandler
 
handleFault(MessageContext) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
 
handleMessage(MessageContext) - Method in class com.itko.lisaint.javaee.DelegatingJaxWsHandler
 
handleMessage(MessageContext) - Method in class com.itko.lisaint.javaee.JaxWsClientHandler
 
handleMessage(MessageContext) - Method in class com.itko.lisaint.javaee.JaxWsHandler
 
handleRequest(MessageContext) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
 
handleResponse(MessageContext) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
 
hasChanged() - Method in interface com.itko.lisa.editor.Controller
The framework is asking if you or your editor have changed the data inside (typically called when the user is moving focus away from your editor)
hasChanged() - Method in class com.itko.lisa.editor.ControllerBase
 
hasChanged() - Method in class com.itko.lisa.editor.TestCaseInfo
 
hasChanged() - Method in class com.itko.lisa.testing.StageRegressionRun
 
hasClientJarBeenCheckedForWSDLDiffs(String) - Method in class com.itko.lisa.test.TestCase
 
hasDupeKey(boolean) - Method in class com.itko.util.ParameterList
Does String compares on the keys in our list to determine if we have a dupe
hashCode() - Method in class com.itko.lisa.perfmgr.ReportKey
 
hashCode() - Method in class com.itko.lisa.stats.TestRunInfo
 
hashCode() - Method in class com.itko.lisa.testing.SuiteInfo
 
hashCode() - Method in class com.itko.lisaint.UniqueSql
 
hashCode() - Method in class com.itko.util.Parameter
 
hashCode() - Method in class com.itko.util.ParameterList
 
HasLisaIntegrator - Interface in com.itko.lisaint.java
Server applications that want to provide an Integrator to Lisa need to implement this Interface.
hasMatchingParameter(Parameter) - Method in class com.itko.util.ParameterList
This method does a value-based comparison of the parameter list for the given parameter.
hasRun() - Method in class com.itko.lisa.testing.RegressionRunner
 
hasState(StringBuffer) - Static method in class com.itko.lisa.test.TestExec
This is a helper method to make it easy for you to ask the TestExec class "does this string have any property-parsing state in it?"
hasState(StringBuilder) - Static method in class com.itko.lisa.test.TestExec
This is a helper method to make it easy for you to ask the TestExec class "does this string have any property-parsing state in it?"
hasState(String) - Static method in class com.itko.lisa.test.TestExec
This is a helper method to make it easy for you to ask the TestExec class "does this string have any property-parsing state in it?"
hasTestErrorFired() - Method in interface com.itko.lisa.coordinator.Coordinator
While the Coordinator runs the test, it is checking for non-test fatal and fatal error events.
hasVersionConverted() - Method in class com.itko.lisa.editor.TestCaseInfo
 
HasWebserviceLisaIntegrator - Interface in com.itko.lisaint.webservice
Server applications that want to provide an Integrator to Lisa need to implement this Interface.
haveOverrideMaxInitialTrayWidth() - Method in class com.itko.lisa.editor.CustomEditor
Are we overriding the default width?
HISTORY_EVENT_SET - Static variable in class com.itko.lisa.test.TestEvent
Public Event Set -- reports and other external listeners should really only need these events.
hitCancel() - Method in class com.itko.lisa.testing.StageRegressionRun
 
host - Variable in class com.itko.lisa.perfmgr.ReportKey
 
HOST_TAG - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
hostname - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
HOT_DEPLOY_KEY - Static variable in class com.itko.lisa.test.Environment
 
HTTPHDR_PARAM_TYPE - Static variable in class com.itko.lisa.test.TestExec
 

I

ID_TAG - Static variable in class com.itko.lisa.coordinator.RunInfo
 
ID_TAG - Static variable in class com.itko.lisa.test.TestCase
 
ID_TAG - Static variable in class com.itko.lisa.test.TestEvent
 
immutable - Variable in class com.itko.lisaint.Integrator
 
importTransactions(List<CompInfo>, List<CompInfo>, Map<Long, String>, InputStream, boolean) - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
init(FilterConfig) - Method in class com.itko.lisaint.servlet.filter.ServerSideFilter
 
init(HandlerInfo) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
 
INIT_STATE_TAG - Static variable in class com.itko.lisa.test.TestCase
 
initFromTestCase(TestCase) - Method in class com.itko.lisa.editor.TestCaseInfo
 
initialize(ParameterList) - Method in class com.itko.lisa.coordinator.ReportGenerator
This abstract method must be implemented by the subclass to do any processing of custom Parameters that are defined per this subclass' spec.
initialize() - Static method in class com.itko.lisa.coordinator.TestRunner
 
initialize() - Method in class com.itko.lisa.stats.MetricCollector
 
initialize(Element) - Method in class com.itko.lisa.stats.MetricCollector
Used by the factory that loads these guys from the
initialize(TestCase, Element) - Method in class com.itko.lisa.test.Abend
 
initialize(Element) - Method in interface com.itko.lisa.test.CompanionInterface
This method is called during the construction of a Companion.
initialize(Element, Map<String, Object>) - Method in interface com.itko.lisa.test.CompanionInterface
This method is called during the construction of a Companion.
initialize(TestCase, Element) - Method in interface com.itko.lisa.test.CustJavaNodeInterface
This method is called during TestCase construction, only once for each CustJavaNode that is executed.
initialize(Element, Map<String, ?>) - Method in interface com.itko.lisa.test.DataSet
Called during test case construction to read the XML document data that is specific to this kind of data set.
initialize(ParameterList, TestExec) - Method in interface com.itko.lisa.test.DataSet
This is an alternative to getting one of these made by building a ParameterList instead of giving us an XML Element.
initialize(Element, Map<String, ?>) - Method in class com.itko.lisa.test.DataSetImpl
This method must be implemented by our sublcasses to take the XML fragment that defines this and parse out of it the custom tags needed for its use.
initialize(Element) - Method in interface com.itko.lisa.test.FilterInterface
This method is called during the construction of a Filter.
initialize(TestCase, Element) - Method in class com.itko.lisa.test.NormalEnd
 
initialize(Element) - Method in class com.itko.lisa.test.SimpleCompanion
 
initialize(TestCase, Element) - Method in class com.itko.lisa.test.TestNode
This method is called during the construction of a TestNode.
initialize() - Method in class com.itko.lisa.testing.RegressionRunner
If we need to initialize then execute the test, we'll do this first.
initialize(Element) - Method in class com.itko.util.ParameterList
 
initializeCollector(Element) - Method in class com.itko.lisa.stats.MetricCollector
Used by the factory that loads these guys from the
initLastNodeReponseTime() - Method in class com.itko.lisa.test.TestExec
 
initMethod() - Static method in class com.itko.lisaint.LisaDataSource
 
initMethod() - Static method in class com.itko.lisaint.LisaJdbcDriver
 
initNewOne() - Method in class com.itko.lisa.editor.TestNodeInfo
 
initPerfmon() - Static method in class com.itko.lisa.stats.StatKeeper
Deprecated.
installCustomClientSSLScheme() - Static method in class com.itko.lisa.test.Environment
 
installTrackingSocket(boolean) - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
INSTANCE_KEY - Static variable in class com.itko.lisa.test.TestExec
 
instanceEnded() - Method in class com.itko.lisa.stats.TestRunInfo
 
instanceStarted() - Method in class com.itko.lisa.stats.TestRunInfo
 
Integrator - Class in com.itko.lisaint
This is the base class for all Lisa Integration methods.
Integrator() - Constructor for class com.itko.lisaint.Integrator
 
INTEGRATOR_TAG - Static variable in class com.itko.lisaint.Integrator
 
IntegratorCallback - Interface in com.itko.lisaint.agent
 
IntegratorComparator - Class in com.itko.lisaint.agent
 
IntegratorComparator(String, boolean) - Constructor for class com.itko.lisaint.agent.IntegratorComparator
 
INTERVAL_TYPE - Static variable in class com.itko.lisa.stats.MetricData
 
INTERVALS_TAG - Static variable in class com.itko.lisa.stats.MetricData
 
INTERVALSCOUNT_TAG - Static variable in class com.itko.lisa.stats.MetricData
 
INTERVALSMETRICS_TAG - Static variable in class com.itko.lisa.stats.MetricData
 
INVALID_EDITION - Static variable in class com.itko.lisa.test.Environment
 
invalidateLicense() - Static method in class com.itko.lisa.test.Environment
Remove any references to a license FRAME-1298: Be REALLY careful calling this, it checks in and wipes out EVERYTHING having to do with a license
IReport - Interface in com.itko.lisaint
Internal interface used to generate output to a stream
IS_CBT_TAG - Static variable in class com.itko.lisa.test.TestCase
 
isAbortErrorEventID(int) - Static method in class com.itko.lisa.test.TestEvent
There are a variety of event types that can notify that a specific node or whole test has failed.
isActive() - Method in class com.itko.lisa.testing.RegressionRunner
 
isActive() - Static method in class com.itko.lisaint.TestHarness
Analogous to calling logger.isDebugEnabled() - this is a very inexpensive way to ensure that you don't waste any cpu cycles building strings, etc to send to LISA when there's no LISA context anyway.
isAfterLastRow() - Method in class com.itko.lisa.test.DataSetImpl
 
isAfterLastRow(int) - Method in class com.itko.lisa.test.DataSetImpl
 
isAllowDuplicates() - Method in class com.itko.lisa.testing.SuiteInfo
 
isAllowedOnStagingOneTest() - Method in class com.itko.lisa.coordinator.ReportGenerator
Should this report be offered in a 1-test staging doc?
isAllowedOnSuite() - Method in class com.itko.lisa.coordinator.ReportGenerator
Should this report be offered at the Suite level?
isAvailable() - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
isBaseline() - Method in class com.itko.lisa.testing.SuiteInfo
 
isBeforeFirstRow() - Method in class com.itko.lisa.test.DataSetImpl
 
isBeforeFirstRow(int) - Method in class com.itko.lisa.test.DataSetImpl
 
isCanceled() - Method in interface com.itko.lisa.test.DataSet
 
isCanceled() - Method in class com.itko.lisa.test.DataSetImpl
 
isCloudEnabled() - Method in interface com.itko.lisa.coordinator.TestRegistry
This method returns true if a IaaS provider has been configured, false otherwise.
isCollectionComplete() - Method in class com.itko.lisa.stats.MetricData
 
isConsolidatedBaseline() - Method in class com.itko.lisa.test.TestCase
This method returns whether or not this test case has been marked as a consolidated baseline test.
isCurrentRowValid(int) - Method in class com.itko.lisa.test.DataSetImpl
 
isDebug() - Method in class com.itko.lisaint.Integrator
Some Integrators can request that a debug setting be turned on.
isDisplayLabelForEndTypeNode(String) - Static method in class com.itko.lisa.editor.TestNodeInfo
 
isDupesAllowed() - Method in class com.itko.util.ParameterList
Tells us what the allow-dupes setting is allowed
isEditorCompact() - Method in interface com.itko.lisa.editor.Controller
The framework uses this method to determine whether the editor for this controller is designed to fit in the narrow inspector (true) or if it requires more real estate (false).
isEditorCompact() - Method in class com.itko.lisa.editor.ControllerBase
The framework uses this method to determine whether the editor for this controller is designed to fit in the narrow inspector (true) or if it requires more real estate (false).
isEditorCompact() - Method in class com.itko.lisa.editor.CustomEditor
The framework uses this method to determine whether the editor for this controller is designed to fit in the narrow inspector (true) or if it requires more real estate (false).
isEditorValid() - Method in interface com.itko.lisa.editor.Controller
We expect you to inspect the editor and your internal data if appropriate, and return a human readable string of an error that should be addressed, or null if there is no problem.
isEditorValid() - Method in class com.itko.lisa.editor.ControllerBase
 
isEditorValid() - Method in class com.itko.lisa.editor.CustJavaNodeEditor
 
isEditorValid() - Method in class com.itko.lisa.editor.CustomEditor
When this method is called on your class, validate your editor's contents, and if there is an error, return it as a String object so that the Editor can dispaly it and prevent save/continue.
isEditorValid() - Method in interface com.itko.lisa.editor.CustomFilterEditor
When this method is called on your class, validate your editor's contents, and if there is an error, return it as a String object so that the Editor can dispaly it and prevent save/continue.
isEditorValid() - Method in interface com.itko.lisa.editor.NodeUIInterface
 
isEmpty(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
isEnabled() - Static method in class com.itko.lisaint.TestHarness
Inexpensively determine whether LISA integration is configured for this server.
isEnableValidation() - Method in class com.itko.util.Parameter
Check Parameter is enabled for validation or not.
isEncoded() - Method in class com.itko.util.ParameterList
Tells us what the allow-dupes setting is allowed
isEncrypted() - Method in class com.itko.util.Parameter
Return true if this is to be encrypted when stored
isEndNode() - Method in class com.itko.lisa.test.Abend
 
isEndNode() - Method in class com.itko.lisa.test.NormalEnd
 
isEndNode() - Method in class com.itko.lisa.test.TestNode
Seldom will extensions need this, but node types that are in fact used to stop running the model need to identify themselves.
isEndTest() - Method in class com.itko.lisaint.TransInfo
Do not use: only for serialization
isEvalLicense() - Static method in class com.itko.lisa.test.Environment
There's a custom license key that tells us if this license we're running is eval or not...
isEventFiltered(TestExec, int) - Static method in class com.itko.lisa.test.TestEvent
Deprecated.
We can't do this deep inside TestExec b/c reporting will be affected At the Simulator up level (in EventHandler) we apply a filter so that we don't chew up network communication cycles to deliver events to those who don't care
isEventFiltered(int, int[]) - Static method in class com.itko.lisa.test.TestEventMgr
Method to test a certain event and figure out if it's filtered
isEventFiltered(TestEvent, int[]) - Static method in class com.itko.lisa.test.TestEventMgr
Method to test a certain event and figure out if it's filtered
isEventFiltered(int) - Method in class com.itko.lisa.test.TestEventMgr
Method to test a certain event ID and figure out if it's filtered
isFailTest() - Method in class com.itko.lisaint.TransInfo
 
isFailureEvent() - Method in class com.itko.lisa.test.TestEvent
There are a variety of event types that can notify that a specific node or whole test has failed.
isFinished() - Method in class com.itko.lisaint.JvmInfo
 
isGeneratedName(String) - Method in class com.itko.lisa.editor.ControllerBase
 
isGeneratedName(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
isGeneratedName(String) - Method in class com.itko.lisa.test.DataSetImpl
 
isGeneratedName(String) - Method in class com.itko.lisa.test.TestNode
 
isGlobalFilter() - Method in interface com.itko.lisa.test.FilterInterface
Identifies if this instance of the filter as being defined at the Test Case (global) level, and not specific to the step (Test Node).
isInArray(int, int[]) - Static method in class com.itko.lisa.test.TestEventMgr
 
isInInvalidState() - Method in interface com.itko.lisa.editor.Controller
This is basically just a boolean version of isEditorValid
isInInvalidState() - Method in class com.itko.lisa.editor.ControllerBase
 
isInitialized() - Method in class com.itko.lisa.stats.MetricCollector
 
isInvisibleNode(String) - Static method in class com.itko.lisa.editor.TestCaseInfo
 
isInVSEServer() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
isJUnitMode() - Method in class com.itko.lisa.testing.StagedSuite
When this staged suite is running in a JUnit emulation mode, this will tell you so
isLicenseLoaded() - Static method in class com.itko.lisa.test.Environment
See if a license has been read yet Typically only needed very early in LISA startup FRAME-1298
isLicenseValid() - Static method in class com.itko.lisa.test.Environment
Should be called by all full-fledged Lisa suite components.
isLicenseValid(boolean) - Static method in class com.itko.lisa.test.Environment
If you would like to force license information to be re-read from file or server, call this with true.
isLisaOn() - Static method in class com.itko.lisaint.java.JavaIntegrator
Returns the answer to the question "Has Lisa Integration support been requested?"
isLisaOn(HttpServletRequest) - Static method in class com.itko.lisaint.servlet.ServletIntegrator
This method figures out if Lisa Integrator support has been turned on.
isLoadTesting() - Method in interface com.itko.lisa.coordinator.Coordinator
Some components need to know if the coord is load testing, classic example is the TestRunPanel which would normally allow a pulldown to include all events.
isLocal() - Method in interface com.itko.lisa.coordinator.TestRegistry
A local test registry is started by LISA Workstations when there is no TestRegistry available.
isLocal() - Method in interface com.itko.lisa.test.DataSet
If a data set is local then it is instanced for every test exec individually, not as a "globally-scoped" object
isLocal() - Method in class com.itko.lisa.test.DataSetImpl
If a data set is local then it is instanced for every test exec individually, not as a "globally-scoped" object
isLocalRegistryAutoShutdown() - Static method in class com.itko.lisa.test.Environment
Determine whether the current application should shut down any Registry that it starts or whether it should leave the Registry running.
isLogCompContent() - Method in class com.itko.lisaint.Integrator
Some servers support reporting their actual content on a component-by-component basis.
isLogTrace() - Method in class com.itko.lisaint.Integrator
For those Integrators that support sending all trace information to Lisa, this will tell you if the test case has requested that log data or not
isMigrated() - Method in class com.itko.lisa.editor.TestNodeInfo
 
isNeedsVersionUpdate() - Method in class com.itko.lisa.test.TestCase
 
isNewTMCreated() - Method in class com.itko.lisa.editor.TestNodeInfo
 
isNextRowValid(int) - Method in class com.itko.lisa.test.DataSetImpl
 
isNodeEndType() - Method in class com.itko.lisa.editor.TestNodeInfo
 
isNodeEndType() - Method in class com.itko.lisa.test.TestNode
 
isNodeEndTypeOnly() - Method in class com.itko.lisa.editor.TestNodeInfo
 
isNodeFailedType() - Method in class com.itko.lisa.editor.TestNodeInfo
 
isNodeFailType() - Method in class com.itko.lisa.test.TestNode
 
isOutOfMemoryCause(Throwable) - Static method in exception com.itko.lisa.test.LisaException
 
isParameterTag(Element) - Static method in class com.itko.util.Parameter
 
isPassedFromParentTest() - Method in class com.itko.lisa.test.TestExec
 
isPaused() - Method in interface com.itko.lisa.stats.MetricController
If you haven't called startCollecting() yet, or you called .pauseCollecting(), you'll get true here.
isPreparedStatement() - Method in class com.itko.lisaint.UniqueSql
 
isPreview() - Method in class com.itko.lisa.testing.StagedSuite
CORE-1084: Preview Mode outputs the test names and descriptions but does not actually run the tests.
isPseudoNode() - Method in class com.itko.lisa.editor.TestNodeInfo
This is a node type that represents an action or event that happens as a result of executing a true node (test step).
isQuiet() - Method in class com.itko.lisa.editor.TestNodeInfo
 
isQuiet() - Method in class com.itko.lisa.test.TestNode
A quiet node does not report any events as it executes that would be considered for something like total nodes executed, execution time, and etc.
isQuietTheDefault() - Method in class com.itko.lisa.test.Abend
 
isQuietTheDefault() - Method in class com.itko.lisa.test.NormalEnd
 
isQuietTheDefault() - Method in class com.itko.lisa.test.TestNode
For backward compatibility, we need to have nodes tell us if they should be quiet or not as a default.
isRandom() - Method in class com.itko.lisa.test.DataSetImpl
If a data set is random then LISA will make a random selection.
isRegistryDependent() - Method in class com.itko.lisa.testing.StageRegressionRun
 
isRegistryProcess() - Static method in class com.itko.lisa.test.Environment
CORE-613: Determine whether the Registry is running embedded in the current JVM
isRemoteAllowed() - Method in class com.itko.lisa.editor.TestNodeInfo
Tells the editors and others whether we can allow remote exec of the Node.
isRenamingAllowed() - Method in interface com.itko.lisa.editor.Controller
Can be renamed?
isRenamingAllowed() - Method in class com.itko.lisa.editor.ControllerBase
Can be renamed?
isRenamingAllowed() - Method in class com.itko.lisa.editor.TestNodeInfo
Can be renamed?
isRestrictedForCreateAndCopyPasteInLISA() - Method in class com.itko.lisa.test.TestNode
 
isRunLocally() - Method in class com.itko.lisa.testing.StagedSuite
 
isRunnable() - Method in class com.itko.lisa.testing.StageRegressionRun
 
isRunnning() - Method in class com.itko.lisa.testing.RegressionRunner
 
isRunTypeConcurrent() - Method in class com.itko.lisa.testing.SuiteInfo
 
isRunTypeSerial() - Method in class com.itko.lisa.testing.SuiteInfo
 
isScopeGlobal() - Method in interface com.itko.lisa.test.FilterInterface
This method returns a flag indicating whether the scope of this Filter is global to the entire test case or not.
isScopeLocal() - Method in interface com.itko.lisa.test.FilterInterface
This method returns a flag indicating whether the scope of this Filter is Local to the test step or not.
isSecurityEnabled() - Method in interface com.itko.lisa.coordinator.TestRegistry
 
isShootBlanks() - Method in class com.itko.lisa.test.TestExec
LISA can perform property parsing work in 2 modes.
isSingle() - Method in class com.itko.util.Parameter
Is this a singleton parameter?
isStaticValues() - Method in class com.itko.lisa.test.RandSet
 
isStopSoon() - Method in class com.itko.lisa.test.TestExec
 
isStringInStrings(String, String[], boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
isSubProcess() - Method in class com.itko.lisa.editor.TestCaseInfo
 
isSubProcess() - Method in class com.itko.lisa.test.TestCase
 
isSuiteCoordinator() - Method in class com.itko.lisa.coordinator.ReportGenerator
Will tell you if we are reporting on a whole suite of tests (true) or not (false).
isSuspiciousEvent() - Method in class com.itko.lisa.test.TestEvent
This is like the isFailureEvent but adds the warning type event
isTestEnding() - Method in class com.itko.lisa.test.TestExec
Call this to validate whether we are in clean-up of a test.
isTestEnding() - Method in class com.itko.lisaint.TransInfo
Used to determine if the test has been set to end either in normal of failed modes.
isTestFailed() - Method in class com.itko.lisaint.TransInfo
Returns true if the test has been set to a failed status
isTestOverEvent() - Method in class com.itko.lisa.test.TestEvent
Will tell you if this event is notice that an individual test is over.
isTransFailed() - Method in class com.itko.lisaint.LisaCollector
Useful on the LISA side to determine this simply
isUseFilters() - Method in class com.itko.lisa.editor.TestNodeInfo
 
isUserAllowedToSetEventFilter() - Method in class com.itko.lisa.coordinator.ReportGenerator
Method called by interactive test case editors to figure out how whether we need to offer the event filter or not It's really really important for you to set the filter by calling setFilter() in the ctor of the ReportGenerator b/c we'll register with that filter really quickly
isUseWhateverCoordinator() - Method in class com.itko.lisa.testing.StagedSuite
 
isUsing(DataSetController) - Method in class com.itko.lisa.editor.TestNodeInfo
 
isUsingFilters() - Method in class com.itko.lisa.test.TestNode
TestCases can have filters set at the Test Case level (global).
isValueNumber() - Method in class com.itko.lisa.stats.MetricCollector
 
isValueString() - Method in class com.itko.lisa.stats.MetricCollector
 
isVse() - Static method in class com.itko.lisa.test.Environment
Are we a VSE?
isVseEdition() - Static method in class com.itko.lisa.test.Environment
Convenience method for determining whether LISA is running with a VSE Edition license.
isVseEvent() - Method in class com.itko.lisa.test.TestEvent
 
isWholeTestFailureEvent() - Method in class com.itko.lisa.test.TestEvent
There are a variety of event types that can notify that a whole test has failed.
isWholeTestOverEvent() - Method in class com.itko.lisa.test.TestEvent
Will tell you if this event is notice that the whole test is complete.
isWorkstation() - Static method in class com.itko.lisa.test.Environment
Are we a workstation?
iterator() - Method in class com.itko.util.ParameterList
 
ITKO_EDITION - Static variable in class com.itko.lisa.test.Environment
 
itrList - Variable in class com.itko.lisa.editor.TestCaseInfo
 

J

JAVA_KEYSTORE_PASSWD - Static variable in class com.itko.lisa.test.Environment
 
JAVA_KEYSTORE_PASSWD_ENCRYPT - Static variable in class com.itko.lisa.test.Environment
 
JAVA_TRUSTSTORE_PASSWD - Static variable in class com.itko.lisa.test.Environment
 
JAVA_TRUSTSTORE_PASSWD_ENCRYPT - Static variable in class com.itko.lisa.test.Environment
 
JavaIntegrator - Class in com.itko.lisaint.java
This JavaIntegrator is a subclass of the Integrator that will Lisa Integrator supporting servers must derive from.
JavaIntegrator() - Constructor for class com.itko.lisaint.java.JavaIntegrator
 
JaxRpcHandler - Class in com.itko.lisaint.wshandler
A JAX-RPC MessageHandler to inject LISA integration tags into the response SOAP header.
JaxRpcHandler() - Constructor for class com.itko.lisaint.wshandler.JaxRpcHandler
 
JaxWsClientHandler - Class in com.itko.lisaint.javaee
TODO: JavaDoc
JaxWsClientHandler() - Constructor for class com.itko.lisaint.javaee.JaxWsClientHandler
 
JaxWsHandler - Class in com.itko.lisaint.javaee
A Jax-WS handler to do LISA integration.
JaxWsHandler() - Constructor for class com.itko.lisaint.javaee.JaxWsHandler
 
JUnitRunLISA - Class in com.itko.lisa.testing
This is the class to invoke when you want to run a test suite as a JUnit suite.
JUnitRunLISA.FailedToStage - Class in com.itko.lisa.testing
 
JUnitRunLISA.FailedToStage(Throwable) - Constructor for class com.itko.lisa.testing.JUnitRunLISA.FailedToStage
 
JVM_INFO - Static variable in class com.itko.lisaint.JvmInfo
 
JvmInfo - Class in com.itko.lisaint
An integration object containing useful information about the JVM at the begining and end of the LISA transaction
JvmInfo() - Constructor for class com.itko.lisaint.JvmInfo
 
JvmInfo(boolean) - Constructor for class com.itko.lisaint.JvmInfo
 

K

KERBEROS_KRB5_CONF - Static variable in class com.itko.lisa.test.Environment
 
KERBEROS_LOGIN_CONFIG - Static variable in class com.itko.lisa.test.Environment
 
KEY_TAG - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
KEY_TAG - Static variable in class com.itko.util.Parameter
 
killRunnableLab(LabKey) - Method in interface com.itko.lisa.coordinator.TestRegistry
 

L

LAST_EXECUTED_STEP - Static variable in class com.itko.lisa.test.TestExec
 
LAST_HTML_RESPONSE - Static variable in class com.itko.lisa.test.TestExec
 
LIK - Static variable in class com.itko.lisa.coordinator.RunInfo
 
LISA_APPENDER - Static variable in class com.itko.lisaint.Log4JLisaAppender
 
LISA_DEFAULT_CERT_PASSWD - Static variable in class com.itko.lisa.test.Environment
 
LISA_DEFAULT_CERT_PASSWD_ENCRYPT - Static variable in class com.itko.lisa.test.Environment
 
LISA_DEFAULT_CERT_PATH - Static variable in class com.itko.lisa.test.Environment
 
LISA_ELEMENT - Static variable in class com.itko.lisaint.wshandler.JaxRpcHandler
 
LISA_HOME - Static variable in class com.itko.lisa.test.Environment
path to LISA_HOME
LISA_HOME_KEY - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
LISA_LIC - Static variable in class com.itko.lisa.test.Environment
name of the LISA license file
LISA_NODEMSG_TESTEVENT - Static variable in class com.itko.lisaint.LisaCollector
 
LISA_NS_URI - Static variable in class com.itko.lisaint.wshandler.JaxRpcHandler
 
LISA_PREFIX - Static variable in class com.itko.lisaint.wshandler.JaxRpcHandler
 
LISA_TMPDIR_ENV_VAR - Static variable in class com.itko.lisa.test.Environment
 
LISA_TMPDIR_PROP - Static variable in class com.itko.lisa.test.Environment
 
LisaCollector - Class in com.itko.lisaint
This class is the abstract base class for all Lisa Integrator collection objects.
LisaCollector() - Constructor for class com.itko.lisaint.LisaCollector
Default constructor that is not currently used
LisaCollector(CompInfo, String, Integrator) - Constructor for class com.itko.lisaint.LisaCollector
Constructor used when creating new reporting objects
LisaCollector(CompInfo, String) - Constructor for class com.itko.lisaint.LisaCollector
 
LisaConnectionPoolDataSource - Class in com.itko.lisaint
Created by IntelliJ IDEA.
LisaConnectionPoolDataSource(DataSource) - Constructor for class com.itko.lisaint.LisaConnectionPoolDataSource
 
LisaConnectionPoolDataSource() - Constructor for class com.itko.lisaint.LisaConnectionPoolDataSource
 
LisaDataSource - Class in com.itko.lisaint
 
LisaDataSource() - Constructor for class com.itko.lisaint.LisaDataSource
 
LisaDataSource(DataSource) - Constructor for class com.itko.lisaint.LisaDataSource
 
LisaEventInfo - Class in com.itko.lisaint
This class holds Lisa Event info that is passed from the system under test to the test case currently running There is generally no need to access this class.
LisaException - Exception in com.itko.lisa.test
This exception class contains the base class for Lisa exceptions
LisaException(String, String, Throwable) - Constructor for exception com.itko.lisa.test.LisaException
Construction for the Exception is straight-forward
LisaException(String, Throwable) - Constructor for exception com.itko.lisa.test.LisaException
Construction for the LisaException is straight-forward
LISAINT2FOOTER - Static variable in class com.itko.lisaint.wshandler.JaxRpcHandler
 
LISAINT2HEADER - Static variable in class com.itko.lisaint.wshandler.JaxRpcHandler
 
LISAINT_HTTP_HDR_FAIL_ON_LOGGED_EXCEPTION - Static variable in class com.itko.lisaint.servlet.filter.ServerSideFilter
 
LISAINT_HTTP_HDR_FORCE_GC - Static variable in class com.itko.lisaint.servlet.filter.ServerSideFilter
 
LISAINT_HTTP_HDR_LOG_LEVEL - Static variable in class com.itko.lisaint.servlet.filter.ServerSideFilter
 
LISAINT_HTTP_HDR_LOGGER_NAME - Static variable in class com.itko.lisaint.servlet.filter.ServerSideFilter
 
lisaIntegration(InvocationContext) - Method in class com.itko.lisaint.javaee.LisaInterceptor
 
LISAINTEGRATION_HTTP_HDR_KEY - Static variable in class com.itko.lisaint.servlet.ServletIntegrator
 
LISAINTEGRATION_URL_ON - Static variable in class com.itko.lisaint.servlet.ServletIntegrator
 
LisaInterceptor - Class in com.itko.lisaint.javaee
 
LisaInterceptor() - Constructor for class com.itko.lisaint.javaee.LisaInterceptor
 
LISAINTTAG - Static variable in class com.itko.lisaint.servlet.ServletIntegrator
 
LISAINTTAG - Static variable in class com.itko.lisaint.TestHarness
 
LISAINTTAG2 - Static variable in class com.itko.lisaint.TestHarness
 
LisaJdbcDriver - Class in com.itko.lisaint
A jdbc driver wrapper class which intercepts jdbc calls and makes them available to LISA test cases when the test case is executed (if server-side LISA integration is enabled).
LisaJdbcDriver() - Constructor for class com.itko.lisaint.LisaJdbcDriver
 
lisaOn - Static variable in class com.itko.lisaint.java.JavaIntegrator
 
LisaP6SpyProperties - Class in com.itko.lisaint
Created by IntelliJ IDEA.
LisaP6SpyProperties() - Constructor for class com.itko.lisaint.LisaP6SpyProperties
 
LisaPooledConnection - Class in com.itko.lisaint
Created by IntelliJ IDEA.
LisaPooledConnection(Connection) - Constructor for class com.itko.lisaint.LisaPooledConnection
 
LisaProp - Class in com.itko.lisaint
This class holds an instance of a Lisa or any generic property setting of a key and value.
LisaProp() - Constructor for class com.itko.lisaint.LisaProp
Exists only for serialization issues Default constructor
LisaProp(String, Serializable) - Constructor for class com.itko.lisaint.LisaProp
Deprecated.
in favour of LisaProp(String, Object)
LisaProp(String, Object) - Constructor for class com.itko.lisaint.LisaProp
 
lisaSenderEmailAddr - Static variable in class com.itko.lisa.perfmgr.AlertEmail
 
LisaXADataSource - Class in com.itko.lisaint
 
LisaXADataSource() - Constructor for class com.itko.lisaint.LisaXADataSource
 
LisaXADataSource(DataSource) - Constructor for class com.itko.lisaint.LisaXADataSource
 
listeners - Variable in class com.itko.lisa.test.TestEventMgr
 
lite() - Method in class com.itko.lisa.test.TestEvent
Provide a new instance of TestEvent, cloned from this instance but with a longMsg field truncated to LITE_LONGMSG_LEN bytes.
LITE_LONGMSG_LEN - Static variable in class com.itko.lisa.test.TestEvent
 
load(InputStream, String) - Method in class com.itko.lisa.editor.TestCaseInfo
 
LOAD - Static variable in class com.itko.lisa.test.TestEvent
THe minimum event set that can be used to generate a metrics style report in a massive load test
loadDataSets(Element, Map<String, ?>) - Static method in class com.itko.lisa.test.DataSetImpl
This method will construct every remote data set in the test case
loadEncryptedProp(String, String) - Static method in class com.itko.lisa.test.Environment
 
loadEncryptedProp(String, String, String) - Static method in class com.itko.lisa.test.Environment
 
loadEncryptedProp(TestExec, String, String) - Static method in class com.itko.lisa.test.Environment
 
loadEncryptedProp(TestExec, String, String, String) - Static method in class com.itko.lisa.test.Environment
 
loadEncryptedProp(Properties, TestExec, String, String, String) - Static method in class com.itko.lisa.test.Environment
 
loadFileAsBundled(String) - Method in class com.itko.lisa.test.DataSetImpl
This is how I will load into a buffer the contents of your file.
loadFromTestCase(TestCase) - Method in class com.itko.lisa.editor.TestCaseInfo
This method may be used to load this test case information object from the given test case.
loadLargeIcon() - Method in class com.itko.lisa.editor.TestNodeInfo
Deprecated.
loadNodes(Element, TestCase) - Static method in class com.itko.lisa.test.TestNode
Called during TestCase object initialization to load all nodes in the XML test case document into a Hashtable
loadRandSet(Element) - Static method in class com.itko.lisa.test.RandSet
 
loadRandSets(Element) - Static method in class com.itko.lisa.test.RandSet
 
loadReport() - Method in class com.itko.lisa.perfmgr.FileReportKey
 
loadReport() - Method in class com.itko.lisa.perfmgr.ReportKey
 
loadResults(String) - Method in class com.itko.lisa.editor.TestCaseInfo
 
loadSmallIcon() - Method in class com.itko.lisa.editor.TestNodeInfo
Deprecated.
loadTestCase(TestCaseDocument, String) - Static method in class com.itko.lisa.test.TestCase
Class method to load a Test Case object
loadTestCase(TestCaseDocument, String, TestCaseTypeData.Type) - Static method in class com.itko.lisa.test.TestCase
Class method to load a Test Case object
loadTestCase(TestCaseDocument, String, Map<String, Object>) - Static method in class com.itko.lisa.test.TestCase
 
loadTestCase(TestCaseDocument, String, Map<String, Object>, TestCaseTypeData.Type) - Static method in class com.itko.lisa.test.TestCase
 
loadTestCaseDocumentation(String) - Static method in class com.itko.lisa.test.TestCase
CORE-1084: Extract just the documentation from a test case document
loadTestCaseName(String) - Static method in class com.itko.lisa.test.TestCase
CORE-1295: Extract just the name from a test case document
loadTestFilter - Static variable in class com.itko.lisa.test.TestEvent
Load tests don't need or want every individual cycle start/end event, only 'interesting' events.
LOCAL - Static variable in interface com.itko.lisa.test.DataSet
 
LOCAL_SIMULATOR - Static variable in interface com.itko.lisa.coordinator.Coordinator
name of the local Simulator that is colocated with the Coordinator
log(String) - Method in class com.itko.lisa.test.TestExec
This is a convenience method for pushing a TestEvent with an EVENT_LOGMSG Event ID.
log(String, String) - Method in class com.itko.lisa.test.TestExec
This is a convenience method for pushing a TestEvent with an EVENT_LOGMSG Event ID.
log - Variable in class com.itko.lisa.test.TestNode
 
log - Static variable in class com.itko.lisa.testing.StageRegressionRun
 
log(String) - Method in class com.itko.lisaint.LisaCollector
To raise an EVENT_NODEMSG event on the LISA side with the given message in the long info field
log(String) - Static method in class com.itko.lisaint.TestHarness
Log an arbitrary message to the LISA framework.
LOG4J_CONFIGURATION - Static variable in class com.itko.lisa.test.Environment
 
LOG4J_LOG_FILE_SYS_PROP_KEY - Static variable in class com.itko.lisa.test.Environment
If a System property is specified against the key LOG4J_LOG_FILE_SYS_PROP_KEY , then logs will go to the specified log file else they will be logged to the file indicated by DEFAULT_LOG_FILE
Log4JLisaAppender - Class in com.itko.lisaint
Hooks log4j and will report back via LisaIntegration any log output at INFO or greater.
logException(Exception) - Method in class com.itko.lisaint.P6SpyLisaIntegrator
 
LoggedMessage - Class in com.itko.lisaint
A holder class for logged messages.
LoggedMessage() - Constructor for class com.itko.lisaint.LoggedMessage
 
LoggedMessage(String, String, String) - Constructor for class com.itko.lisaint.LoggedMessage
 
LoggedResultSet - Class in com.itko.lisaint
The internal lisa integration representation of a result set
LoggedResultSet() - Constructor for class com.itko.lisaint.LoggedResultSet
 
LoggedSql - Class in com.itko.lisaint
A holder class for SQLs issued by the app.
LoggedSql() - Constructor for class com.itko.lisaint.LoggedSql
Don't call this, it's used internally for serialization only
LoggedSql(String, Statement, String, String, long) - Constructor for class com.itko.lisaint.LoggedSql
 
logMessage(ServiceName, String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Remotely log a formatted log4j message to the registry.
logSQL(Statement, int, String, long, String, String, String) - Method in class com.itko.lisaint.P6SpyLisaIntegrator
 
logText(String) - Method in class com.itko.lisaint.P6SpyLisaIntegrator
 
LONG_TAG - Static variable in class com.itko.lisa.test.TestEvent
 
lookupLisaPropsValue(String) - Static method in class com.itko.lisa.test.TestExec
There are many places where we want the user to be able to provide a Lisa-looking {{key}} notation for an input, for example, certain places in the run document.

M

main(String[]) - Static method in class com.itko.lisa.coordinator.ServiceManager
 
main(String[]) - Static method in class com.itko.lisa.coordinator.TestRunner
 
main(String[]) - Static method in class com.itko.lisa.test.TestExec
 
main(String[]) - Static method in class com.itko.lisa.testing.StagedSuite
 
main(String[]) - Static method in class com.itko.lisaint.agent.TransFrame2IntegratorTester
 
makeAbortNode(TestCaseInfo) - Static method in class com.itko.lisa.editor.TestNodeInfo
 
makeAddrHash(String) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
makeEditor() - Method in interface com.itko.lisa.editor.Controller
You are responsible for telling us what UI editor to use, so please give it here.
makeEditor() - Method in class com.itko.lisa.editor.ControllerBase
 
makeEditor() - Method in class com.itko.lisa.editor.TestNodeInfo
 
makeErrorNode(TestCaseInfo) - Static method in class com.itko.lisa.editor.TestNodeInfo
 
makeFilterGetOnly(int[]) - Static method in class com.itko.lisa.test.TestEvent
This is a handy way to simply reverse the polarity on how the event filtering mechanism works.
makeFinalNode(TestCaseInfo) - Static method in class com.itko.lisa.editor.TestNodeInfo
 
makeIntegrator(TransactionFrame) - Static method in class com.itko.lisaint.agent.AgentIntegrator
When you have a root frame and want to make an Integrator from it, call me
makeJavaCall(TransactionFrame) - Method in class com.itko.lisaint.agent.TransactionFrameCompressor
 
makeLocalDataSet(Element, TestExec) - Static method in class com.itko.lisa.test.DataSetImpl
 
makeMessageFromErrorEvents() - Method in interface com.itko.lisa.coordinator.Coordinator
If the test has received errors, you can call this method to get an error message produced from those error events.
makeObjectInputStream(InputStream) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
makeObjectInputStream(InputStream) - Static method in class com.itko.util.Dependencies
 
makeOneUserNoReportingRunInfo() - Static method in class com.itko.lisa.coordinator.RunInfo
When you need a good baseline staging doc for 1 user to run to the end
makeRegressionRunners(List<RegressionRunner>, StagedSuite, String, DirectedGraph<SuiteInfo>) - Method in class com.itko.lisa.testing.SuiteInfo
 
makeRunInfoForSetupTearDown() - Static method in class com.itko.lisa.coordinator.RunInfo
 
makeSimpleTestExec() - Static method in class com.itko.lisa.test.TestExec
This is a utility method that will build a TestExec in a completely usable form even tho' there is no real TestCase or real test going on.
makeStatusMsg() - Method in class com.itko.lisa.testing.RegressionRunner
 
makeTestCase(String) - Method in class com.itko.lisa.editor.TestCaseInfo
 
makeTestNode(String, String) - Static method in class com.itko.lisa.test.TestNode
Method called during TestCase construction.
makeValidNextRow(int) - Method in class com.itko.lisa.test.DataSetImpl
 
markFilterAsGlobal(boolean) - Method in interface com.itko.lisa.test.FilterInterface
Identifies this instance of the filter as being defined at the Test Case level, and not specific to the step (Test Node).
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.itko.lisa.test.TestEvent.TestEventConverter
 
matchesFilter(ReportKey) - Method in class com.itko.lisa.perfmgr.ReportKey
Matching criteria -- pretty easy but should be put in English
MAX_DEPTH - Static variable in class com.itko.lisa.test.TestExec
 
MAX_KNOWN_EVENT - Static variable in class com.itko.lisa.test.TestEvent
Important constant.
maxErrors - Variable in class com.itko.lisa.coordinator.ReportGenerator
 
mergeFilterInfoExisting(int[], int[]) - Static method in class com.itko.lisa.test.TestEventMgr
Use this method when you are trying to merge a new filter (as nfilter) into an existing filter (efilter).
mergeIn(TestRunInfo) - Method in class com.itko.lisa.stats.TestRunInfo
Used when we need to merge TestRunInfos together.
mergeStatKeepers(Set<StatKeeper>) - Static method in class com.itko.lisa.stats.StatKeeper
 
method - Variable in class com.itko.lisaint.LisaCollector
 
MetricCollector - Class in com.itko.lisa.stats
Base class for all metric collector objects.
MetricCollector() - Constructor for class com.itko.lisa.stats.MetricCollector
 
MetricController - Interface in com.itko.lisa.stats
This class is used to create and maintain the database of metrics that are being tracking for a given test run.
MetricData - Class in com.itko.lisa.stats
This is a data maintenance class that could have been no more than a List of Lists, but there's a big catch.
MetricData(Element) - Constructor for class com.itko.lisa.stats.MetricData
This will construct a MetricData from an XML document.
MetricData() - Constructor for class com.itko.lisa.stats.MetricData
 
MetricData(MetricData) - Constructor for class com.itko.lisa.stats.MetricData
Clone this MetricData object
MetricIntegration - Interface in com.itko.lisa.stats
How the LISA stats panel learns about and uses Metrics.
METRICS_TAG - Static variable in class com.itko.lisa.stats.MetricData
 
METRICSREPORT_KEY - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
migrate(Object) - Method in interface com.itko.lisa.editor.Controller
If the test case object that you are going to maintain already existed in an existing test, then we need you to migrate the state of that exsiting element into your state here.
migrate(Object) - Method in class com.itko.lisa.editor.ControllerBase
 
migrate(Assertion) - Method in class com.itko.lisa.editor.CustomResultEditor
When a native Test Case XML document is loaded, a mechanism is needed to migrate the actual CheckResult object into Editor objects that will read their state and allow them to be edited and saved.
migrate(Map, TestCaseInfo) - Static method in class com.itko.lisa.editor.TestNodeInfo
 
migrate(Vector, TestCaseInfo, String) - Static method in class com.itko.lisa.editor.TestNodeInfo
 
migrate(TestCaseInfo, String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
migrate(TestNode, TestCaseInfo) - Method in class com.itko.lisa.editor.TestNodeInfo
 
MODELID_KEY - Static variable in class com.itko.lisa.test.TestExec
 
modifyScaleLive(String, double) - Method in interface com.itko.lisa.stats.MetricController
Called to update the scale value of a MetricCollector live.
moveBeforeFirst() - Method in class com.itko.lisa.test.DataSetImpl
 
moveDown(int) - Method in class com.itko.util.ParameterList
 
moveUp(int) - Method in class com.itko.util.ParameterList
 
msgToString(SOAPMessage) - Static method in class com.itko.lisaint.utils.SOAPUtils
Convert a SOAP message to a nicely formatted XML string

N

name - Variable in class com.itko.lisa.editor.TestCaseInfo
 
NAME - Static variable in interface com.itko.lisa.test.DataSet
 
name - Variable in class com.itko.lisa.test.DataSetImpl
 
name - Variable in class com.itko.lisa.test.TestNode
 
NAME_ATTR - Static variable in class com.itko.lisa.coordinator.RunInfo
 
NAME_TAG - Static variable in class com.itko.util.Parameter
 
NamedObject - Interface in com.itko.lisa.test
Interface to make it easy for object passed around to be named.
NamedObject.NameType - Enum in com.itko.lisa.test
 
NamedType - Interface in com.itko.lisa.test
The object's class name is an easy fetch with getClass().getName(), but we often need human usable versions of an object's type that we can use instead.
NANOS2MILLIS - Static variable in class com.itko.lisaint.agent.AgentIntegrator
 
NANOS2MILLIS - Static variable in class com.itko.lisaint.agent.TransFrame2Integrator
 
newChildComp(String) - Method in class com.itko.lisaint.CompInfo
This is how child-components are created.
NO_FILTER - Static variable in class com.itko.lisa.test.TestEvent
Used with the eventFilterSet array to choose an event filter
nodeFactory(TestCase, Element) - Static method in class com.itko.lisa.test.TestNode
Used to construct a specific TestNode object
nodeFailed() - Method in class com.itko.lisa.stats.TestRunInfo
 
NodeUIInterface - Interface in com.itko.lisa.editor
 
noFilter - Static variable in class com.itko.lisa.test.TestEvent
This is a "filter" that actually ensures that nothing is filtered.
NormalEnd - Class in com.itko.lisa.test
This class implements the normal termination of a test node.
NormalEnd() - Constructor for class com.itko.lisa.test.NormalEnd
 
notifyContentMissing(String) - Method in class com.itko.lisaint.LisaCollector
Content-based applications can use this mechanism to report that a peice of content was missing.
notifyContentUsed(String) - Method in class com.itko.lisaint.LisaCollector
This method enables server component authors to declare what content keys were used in constructing the result given.
notifyNodeDelete(TestNodeInfo) - Method in class com.itko.lisa.editor.TestCaseInfo
 
notifyOfRemoteEventListener(String, int[]) - Method in interface com.itko.lisa.coordinator.Coordinator
There is a JMS Topic related to this Coordinator that remote event listeners use to get events pushed into their consumers.
notifyPropMissing(Object) - Method in class com.itko.lisaint.LisaCollector
Enables system under test authors to declare that a needed property was not in session state during processing of this component.
notifyPropUsed(String, Object) - Method in class com.itko.lisaint.LisaCollector
This provides a mechanism for system component authors to declare what session state variables were used during processing.
notifySuiteFinished() - Method in class com.itko.lisa.testing.StagedSuite
 
notifySuiteStarted() - Method in class com.itko.lisa.testing.StagedSuite
 
notifyTestAborted(RegressionRunner) - Method in class com.itko.lisa.testing.StagedSuite
 
notifyTestFailed(RegressionRunner) - Method in class com.itko.lisa.testing.StagedSuite
 
notifyTestNotActive(RegressionRunner) - Method in class com.itko.lisa.testing.StagedSuite
 
notifyTestPassed(RegressionRunner) - Method in class com.itko.lisa.testing.StagedSuite
 
notifyTestStaged(RegressionRunner) - Method in class com.itko.lisa.testing.StagedSuite
 
NTLM_DOMAIN - Static variable in class com.itko.lisa.test.Environment
 
NTLM_DOMAIN_ENCRYPT - Static variable in class com.itko.lisa.test.Environment
 
NTLM_PASS - Static variable in class com.itko.lisa.test.Environment
 
NTLM_PASS_ENCRYPT - Static variable in class com.itko.lisa.test.Environment
 
NTLM_USER - Static variable in class com.itko.lisa.test.Environment
 
NTLM_USER_ENCRYPT - Static variable in class com.itko.lisa.test.Environment
 
NULL_VALUE - Static variable in class com.itko.lisa.test.TestExec
 
nullLicense() - Static method in class com.itko.lisa.test.Environment
 
NUM_ASSERTS_WARNING_THRESHOLD - Static variable in class com.itko.lisa.test.TestNode
 
NUM_FILTERS_WARNING_THRESHOLD - Static variable in class com.itko.lisa.test.TestNode
 
NUMERIC - Static variable in class com.itko.lisa.test.DataSetImpl
Added for backward compatibility.

O

objectDeleted() - Method in interface com.itko.lisa.editor.Controller
This method is called when the user has deleted this controller (and the object it represents) from the containing model.
objectDeleted() - Method in class com.itko.lisa.editor.ControllerBase
This method is called when the user has deleted this controller (and the object it represents) from the containing model.
olderThan(Date) - Method in class com.itko.lisa.perfmgr.ReportKey
 
oldEventNames - Static variable in class com.itko.lisa.test.TestEvent
old names for events. we preserve these for backward compatability old names for events. we preserve these for backward compatability so if anyone calls getIDFromName(oldName) we will do the right thing
oneStepOnlyMode() - Method in class com.itko.lisa.test.TestExec
Users can set a property (likely set a commandline param or something) that forces our workflow to only run the first step of a model, then end.
openBundledStream() - Method in class com.itko.lisa.test.DataSetImpl
Assuming there's a bundle buffer, create an inputstream around it and give it
openOnCurrentThread(String) - Static method in class com.itko.lisaint.TestHarness
Creates a new LISA context for the current thread.
openOnCurrentThread(Message) - Static method in class com.itko.lisaint.TestHarness
Creates a new LISA context for the current thread.
openOnCurrentThread(String, boolean, boolean, String, Level) - Static method in class com.itko.lisaint.TestHarness
Assembles a LISA context on the current thread.
openTestCaseDoc(String) - Static method in class com.itko.lisa.test.TestCase
 
openTestCaseDoc(String, TestCaseTypeData.Type) - Static method in class com.itko.lisa.test.TestCase
 
openTestCaseDoc(InputStream, String) - Static method in class com.itko.lisa.test.TestCase
 
openTestCaseDocFromStringBuffer(String, String) - Static method in class com.itko.lisa.test.TestCase
 
openXMLDocFromStrBuffer(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
 
ordinal - Variable in class com.itko.lisa.test.TestNode
 
OTHER_TYPE_TAG - Static variable in class com.itko.util.Parameter
 

P

P6SpyLisaIntegrator - Class in com.itko.lisaint
P6Spy is a jdbc interceptor that we can use to capture SQLs and push them back to the test case as log messages & properties
P6SpyLisaIntegrator() - Constructor for class com.itko.lisaint.P6SpyLisaIntegrator
 
PACE_TIME - Static variable in class com.itko.lisa.coordinator.RunInfo
 
PACE_TRANS - Static variable in class com.itko.lisa.coordinator.RunInfo
 
Parameter - Class in com.itko.util
The Parameter class maintains a name-value pair or a singleton value.
Parameter(String, String, String, Object) - Constructor for class com.itko.util.Parameter
Constructs a parameter.
Parameter(String, String, String, Object, boolean) - Constructor for class com.itko.util.Parameter
Constructs a parameter.
Parameter(String, String, String) - Constructor for class com.itko.util.Parameter
Constructs a parameter.
Parameter(String, String, Object) - Constructor for class com.itko.util.Parameter
Constructs a parameter.
Parameter(String, String) - Constructor for class com.itko.util.Parameter
Constructs a parameter.
Parameter(String) - Constructor for class com.itko.util.Parameter
Constructs a parameter that is a single-value type parameter.
Parameter(Element) - Constructor for class com.itko.util.Parameter
 
ParameterList - Class in com.itko.util
This class implements a collection for Parameter objects.
ParameterList() - Constructor for class com.itko.util.ParameterList
Constructs an empty parameter list.
ParameterList(String) - Constructor for class com.itko.util.ParameterList
Constructs a parameter list out of a string.
ParameterList(String, boolean) - Constructor for class com.itko.util.ParameterList
 
ParameterList(String, String) - Constructor for class com.itko.util.ParameterList
Constructs a parameter list out of a string.
ParameterList(String, String, String) - Constructor for class com.itko.util.ParameterList
 
ParameterList(Element) - Constructor for class com.itko.util.ParameterList
This constructor will build a ParameterList object from the given XML Node.
ParameterList(boolean) - Constructor for class com.itko.util.ParameterList
Constructs an empty parameter list, setting the allows dupes flag (it does allow dupes by default)
PARAMS_TAG - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
PARENT_LOGGER_LEVEL - Static variable in class com.itko.lisaint.wshandler.JaxRpcHandler
 
PARENT_LOGGER_NAME - Static variable in class com.itko.lisaint.wshandler.JaxRpcHandler
 
parseEmailAddresses(String) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
parseInState(String, Map) - Static method in class com.itko.lisa.test.TestExec
Method for taking an incoming String that is expected to have property tags in it (those are the {{key}} things), and parse into a return String the value side of those keys.
parseInState(String, Map, boolean) - Static method in class com.itko.lisa.test.TestExec
Method for taking an incoming String that is expected to have property tags in it (those are the {{key}} things), and parse into a return String the value side of those keys.
parseInState(String) - Method in class com.itko.lisa.test.TestExec
Method for taking an incoming String that is expected to have property tags in it (those are the {{key}} things), and parse into a return String the value side of those keys.
parseInState(String, boolean) - Method in class com.itko.lisa.test.TestExec
 
parseInState(StringBuffer) - Method in class com.itko.lisa.test.TestExec
Deprecated.
use the StringBuidler variant instead
parseInState(StringBuilder) - Method in class com.itko.lisa.test.TestExec
 
parseInState(StringBuffer, boolean) - Method in class com.itko.lisa.test.TestExec
Deprecated.
parseInState(StringBuilder, boolean) - Method in class com.itko.lisa.test.TestExec
Method for taking an incoming builder that is expected to have property tags in it (those are the {{key}} things), and parse into the buffer the value side of those keys.
parseInStateControlNesting(String, boolean) - Method in class com.itko.lisa.test.TestExec
 
parseRegressionFromString(String) - Static method in class com.itko.lisa.testing.SuiteInfo
 
pauseCollecting() - Method in interface com.itko.lisa.stats.MetricController
Call to temporarily pause sampling.
PERFREPORT_KEY - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
PERSONAL_EDITION - Static variable in class com.itko.lisa.test.Environment
 
popLogging() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
Resets the logging to the state it was in before pushLogging was called.
postFilter(TestExec) - Method in interface com.itko.lisa.test.FilterInterface
This method is called on your filter after execution of the TestNode's custom "execute()" method.
PREF_COLOR_TAG - Static variable in class com.itko.lisa.stats.MetricCollector
 
preFilter(TestExec) - Method in interface com.itko.lisa.test.FilterInterface
This method is called by LISA after the currently executing TestNode has prepared for the test Node's actual execution but before so doing.
prepare() - Method in class com.itko.lisa.test.TestCase
This method _must_ be called by any engine that is going to execute the test, but must do so in the same process space that will actually execute.
prepare(TestCase) - Method in class com.itko.lisa.test.TestNode
This method gives the test node the ability to do one-time initialization of its logic just before the TestExec(s) are created and the testing commences.
prepareToStage() - Method in class com.itko.lisa.test.TestCase
This call _must_ be made once and only once before the test is run in the process space of the coordinator of the test.
prepareToUnStage() - Method in class com.itko.lisa.test.TestCase
The complement to prepareToStage(), any client to the test case that has finished running a test with this test case must call this method to make the staging-level resources go away.
primeTestCase(TestCaseInfo) - Static method in class com.itko.lisa.editor.TestNodeInfo
 
process(Integrator) - Method in interface com.itko.lisaint.agent.IntegratorCallback
 
processHit(TestExec, boolean, Assertion) - Method in class com.itko.lisa.test.TestNode
 
processThinkTime(TestExec, String, String, String, boolean) - Method in class com.itko.lisa.test.TestNode
 
produceTestHistory() - Method in class com.itko.lisa.test.TestExec
 
PRODUCT_NAME - Static variable in class com.itko.lisa.test.Environment
product name
PROP_KEY - Static variable in class com.itko.lisa.test.TestCase
 
PROPERTY_PARAM_NON_ZERO_NUMBER - Static variable in class com.itko.lisa.test.TestExec
 
PROPERTY_PARAM_TYPE - Static variable in class com.itko.lisa.test.TestExec
 
PROPERTY_PARAM_TYPE_OPT - Static variable in class com.itko.lisa.test.TestExec
 
pushAllNodesAnEvent(Object) - Method in class com.itko.lisa.editor.TestCaseInfo
Method called whenever we think that all the node editors need to refresh themselves.
pushEvent(TestEvent) - Method in class com.itko.lisa.coordinator.ReportGenerator
Abstract method that the sublcass must implement so we can get the event down to the custom code for this type of EventConsumers
pushEvent(TestEvent) - Method in class com.itko.lisa.test.TestEventMgr
Method called by the event source to publish an event to all its listeners
pushEvent(TestEvent, boolean) - Method in class com.itko.lisa.test.TestEventMgr
 
pushLogging(String) - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
 
put(String, String) - Method in class com.itko.util.ParameterList
 
putAttribute(String, CloneImplemented) - Method in class com.itko.lisa.editor.TestNodeInfo
 
putAttribute(String, String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
putAttribute(String, Integer) - Method in class com.itko.lisa.editor.TestNodeInfo
 
putAttribute(String, Boolean) - Method in class com.itko.lisa.editor.TestNodeInfo
 
putAttribute(String, String) - Method in class com.itko.lisaint.Integrator
 
putCoordinatorServer(String, CoordinatorServerClient) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method enables you to construct a new CoordinatorServer and plug it into this manager so that it is visible throughout the network and can be health monitored.
putElementsInTable(Element, String, String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
example is to get all the properties from the Registry...
putLab(Lab) - Method in interface com.itko.lisa.coordinator.TestRegistry
Adds a Lab to the table that is holding Lab objects.
putLiveWorkstation(ComponentBeanEx) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
putNVPairsInTable(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This method will read all child elements of a parent and read it's child text a series of name/value pairs, for example:
<Dad key=value key2=value>
<Kid ckey=cvalue1>thisKey1=this1&thatKey1=that1</Kid>
<Kid ckey=cvalue2>thisKey2=this2&thatKey2=that2</Kid>
</Dad>
Calling putNVPairsInTable( elDad, "Kid" ) will fill the Hashtable with [this1,thatKey1][this2=thatKey2]
putSimulator(String, SimulatorServerClient) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method enables you to construct a new SimulatorServer and plug it into this manager so that it is visible throughout the network and can be health monitored.
putTransientAttribute(String, Object) - Method in class com.itko.lisa.editor.TestNodeInfo
 
putVirtualServiceEnvironment(String, VSEClient) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method enables you to construct a new VirtualServiceEnvironment and plug it into this manager so that it is visible throughout the network and can be health monitored.
putVSERemoteMessageServer(String, VSERemoteMessageClient<? extends VSERemotePayload>) - Method in interface com.itko.lisa.coordinator.TestRegistry
Registers a new VSERemoteMessageServer so it can be easily looked up by an agent

Q

quiet - Variable in class com.itko.lisa.test.TestNode
 
quietToo - Variable in class com.itko.lisa.test.TestEventMgr.TestListener
 

R

raiseEvent(int, String, String, Throwable) - Method in class com.itko.lisa.test.TestExec
This method is used by Nodes, Filters, and etc. to raise events.
raiseEvent(int, String, String) - Method in class com.itko.lisa.test.TestExec
This method is used by Nodes, Filters, and etc. to raise events.
raiseEvent(int, String, String, boolean) - Method in class com.itko.lisa.test.TestExec
This method is used by Nodes, Filters, and etc. to raise events.
raiseEvent(int, String, String, boolean, boolean) - Method in class com.itko.lisa.test.TestExec
This method is used by Nodes, Filters, and etc. to raise events.
raiseEvent(int, String, String, boolean, boolean, String, String) - Method in class com.itko.lisa.test.TestExec
This method is used by Nodes, Filters, and etc. to raise events.
raiseEvent(TestEvent, boolean) - Method in class com.itko.lisa.test.TestExec
 
raiseException(TestRunException) - Method in interface com.itko.lisa.coordinator.Coordinator
Simulators use this method to propogate a serious test execution error.
raiseNodeFailedEvent(TestExec, String, String, String, Throwable) - Static method in class com.itko.lisa.test.TestNode
This method is to be used by all steps to raise nodeFailed events.
raiseNodeFailedEvent(TestExec, String, String, String, Throwable, boolean) - Static method in class com.itko.lisa.test.TestNode
This method is to be used by all steps to raise nodeFailed events.
ran - Static variable in class com.itko.lisa.test.DataSetImpl
 
randList - Variable in class com.itko.lisa.editor.TestNodeInfo
 
RANDOM - Static variable in interface com.itko.lisa.test.DataSet
 
RandSet - Class in com.itko.lisa.test
This class implements a random data set.
RandSet() - Constructor for class com.itko.lisa.test.RandSet
 
randSets - Variable in class com.itko.lisa.editor.TestCaseInfo
 
readAlert(String, Element) - Static method in class com.itko.lisa.perfmgr.AlertEmail
 
readAllSubElementText(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Gets all the text elements that are children of a given node.
READAREC - Static variable in interface com.itko.lisa.test.DataSet
 
readBuildInfo(Properties) - Static method in class com.itko.lisa.test.Environment
Read the buildinfo-???.
readChildStrings(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This is a quick way to read a set of simple child tags from a parent.
readEncryptedPropertyFile(String) - Method in class com.itko.util.ParameterList
Reads a property file which may contain encrypted property values
readIntoList(Element, String, Class) - Static method in class com.itko.lisaint.LisaCollector
 
readIntoMap(Element, Map) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
 
readObject(Element) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This is the companion to the streamMap method above.
readPropertyFile(String) - Method in class com.itko.util.ParameterList
This is a handy way to read a whole old-school properties file into this ParameterList
readPropertyStream(InputStream) - Method in class com.itko.util.ParameterList
This method constructs a ParameterList by reading the contents from the specified input stream.
readXML(Element) - Method in class com.itko.lisaint.CompInfo
 
readXML(Element) - Method in class com.itko.lisaint.ExceptionInfo
 
readXML(Element) - Method in interface com.itko.lisaint.IReport
 
readXML(Element) - Method in class com.itko.lisaint.JvmInfo
 
readXML(Element) - Method in class com.itko.lisaint.LisaCollector
 
readXML(Element) - Method in class com.itko.lisaint.LisaEventInfo
 
readXML(Element) - Method in class com.itko.lisaint.LisaProp
 
readXML(Element) - Method in class com.itko.lisaint.LoggedMessage
 
readXML(Element) - Method in class com.itko.lisaint.LoggedResultSet
 
readXML(Element) - Method in class com.itko.lisaint.LoggedSql
 
readXML(Element) - Method in class com.itko.lisaint.TransInfo
 
readXML(Element) - Method in class com.itko.lisaint.UniqueSql
 
rebuildSuiteAndExecute() - Method in class com.itko.lisa.testing.StageRegressionRun
Rebuilds the MAR and fires off a new suite execution.
recalc() - Method in class com.itko.lisaint.JvmInfo
 
reconstituteResponse(TestExec) - Method in class com.itko.lisa.test.TestNode
This method should be overridden by respective test node to perform some operation after executing node on remote simulator.
recordEvents - Variable in class com.itko.lisa.coordinator.ReportGenerator
 
recordMetrics - Variable in class com.itko.lisa.coordinator.ReportGenerator
 
recordProps - Variable in class com.itko.lisa.coordinator.ReportGenerator
 
recordReqResp - Variable in class com.itko.lisa.coordinator.ReportGenerator
 
refreshEditor() - Method in class com.itko.lisa.editor.ControllerBase
This method allows the editor for this controller to be refreshed if the editor has been created.
refreshInitStateIntoTestExec() - Method in class com.itko.lisa.editor.TestCaseInfo
 
refreshProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
 
refreshSignature() - Method in class com.itko.lisa.test.TestCase
 
refreshStatKeeper() - Method in class com.itko.lisa.testing.StagedSuite
 
refreshSystemProperties() - Static method in class com.itko.lisa.test.Environment
This should be called when the Registry changes.
registerClientJarAsCheckedForWSDLDiffs(String) - Method in class com.itko.lisa.test.TestCase
 
registerLocalRun(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method registers a new model execution run that is being staged in a local context, returning a handle to the object to which coordinator data should be forwarded.
registerMetric(String, Metric) - Static method in class com.itko.lisa.test.Environment
 
registerPropChangedMap(Map<String, String>) - Method in class com.itko.lisa.test.TestExec
 
REGISTRY_AUTO_SHUTDOWN_KEY_PREFIX - Static variable in class com.itko.lisa.test.Environment
 
REGISTRY_AUTO_SHUTDOWN_KEY_SUFFIX - Static variable in class com.itko.lisa.test.Environment
 
RegressionRunner - Class in com.itko.lisa.testing
This class is the driver for all regression testing in LISA.
RegressionRunner(StagedSuite, String, String, String, String) - Constructor for class com.itko.lisa.testing.RegressionRunner
 
RegressionRunner(StagedSuite, String, String, String, String, boolean) - Constructor for class com.itko.lisa.testing.RegressionRunner
 
RegressionRunner(StagedSuite, String, String, String, String, String, String, boolean) - Constructor for class com.itko.lisa.testing.RegressionRunner
 
REMOTE_SERVER_TAG - Static variable in class com.itko.lisa.test.TestNode
 
remoteInitThisServer(RemoteInitServerClient) - Method in interface com.itko.lisa.coordinator.TestRegistry
Method that can be used by the registry to remotely initialize the server and wire it to this registry
remoteNodeExecCleanup(String) - Method in interface com.itko.lisa.coordinator.SimulatorServer
Remote execution of nodes is not without a housekeeping cost.
remoteServer - Variable in class com.itko.lisa.test.TestNode
 
remove(int) - Method in class com.itko.util.ParameterList
 
removeAllParameters() - Method in class com.itko.util.ParameterList
Will remove all the parameters from the list, a synomym for clear()
removeAssociatedObject(Object) - Method in class com.itko.lisa.editor.TestCaseInfo
 
removeAttribute(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
removeCollector(String) - Method in interface com.itko.lisa.stats.MetricController
Called to remove a MetricCollector from the query list
removeConfigListener(ConfigListener) - Method in class com.itko.lisa.editor.TestCaseInfo
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.itko.lisaint.LisaPooledConnection
 
removeCoordinator(String) - Method in interface com.itko.lisa.coordinator.CoordinatorServer
Drop references to the named coordinator.
removeCoordinatorServer(String, ServiceName) - Method in interface com.itko.lisa.coordinator.TestRegistry
Allows you to remove a Coordinator Server from the collection.
removeCoordinatorServer(String, ServiceName, ComponentMetricsBean) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
removeDuplicates(ParameterList) - Method in class com.itko.lisa.test.SimpleCompanion
A helper method to scrub duplicate Parameter values
removeGlobalDataSet(String) - Method in class com.itko.lisa.test.TestCase
How to get rid of a global data set
removeLab(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
Removed the lab from the table tracking the labs.
removeLab(LabKey) - Method in interface com.itko.lisa.coordinator.TestRegistry
Removed the lab from the table tracking the labs by it's id rather than FQName.
removeListener(TestEventListener) - Method in class com.itko.lisa.test.TestEventMgr
Takes a listener out of the collection
removeLiveWorkstation(ComponentBeanEx) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
removeNode(TestNodeInfo) - Method in class com.itko.lisa.editor.TestCaseInfo
 
removeNodeResponse(String) - Method in class com.itko.lisa.test.TestExec
Removes the response data of step @{nodeName}
removeNodeResponseTime(String) - Method in class com.itko.lisa.test.TestExec
 
removeParameter(String) - Method in class com.itko.util.ParameterList
Removes the given Parameter from the list
removeRemoteEventListener(String) - Method in interface com.itko.lisa.coordinator.Coordinator
 
removeSimulator(String) - Method in interface com.itko.lisa.coordinator.SimulatorServer
Tell the simulator server to forget all about this simulator
removeSimulator(String, ServiceName) - Method in interface com.itko.lisa.coordinator.TestRegistry
Allows you to remove a SimulatorServer from the collection.
removeSimulator(String, ServiceName, ComponentMetricsBean) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
removeState(String) - Method in class com.itko.lisa.test.TestExec
This method removes a property from state with the given key
removeStatementEventListener(StatementEventListener) - Method in class com.itko.lisaint.LisaPooledConnection
 
removeStatePropsStartingWith(String) - Method in class com.itko.lisa.test.TestExec
Removes all properties beginning with the supplied prefix, with no events being raised.
removeTerm(String) - Method in class com.itko.util.ParameterList
Deprecated.
use removeParameter()
removeTestEventListener(TestEventListener) - Method in interface com.itko.lisa.coordinator.Coordinator
The obvious complement to addTestEventListener so we can remove event listeners as needed
removeThreadProperty(String) - Static method in class com.itko.lisa.test.Environment
Removes a property valid on the calling thread
removeVirtualServiceEnvironment(String, ServiceName) - Method in interface com.itko.lisa.coordinator.TestRegistry
Allows you to remove a VirtualServiceEnvironment from the collection.
removeVirtualServiceEnvironment(String, ServiceName, ComponentMetricsBean) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
removeVSERemoteMessageServer(String, ServiceName) - Method in interface com.itko.lisa.coordinator.TestRegistry
Removes a VSERemoteMessageServer
renameElement(String) - Method in interface com.itko.lisa.editor.Controller
Here is how you can rename the element from the framework level
renameElement(String) - Method in class com.itko.lisa.editor.ControllerBase
Here is how you can rename the element from the framework level
renameElement(String) - Method in class com.itko.lisa.editor.TestNodeInfo
Here is how you can rename the element from the framework level
replace(String, String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
Replace all occurrences of o in str with n, or only the first occurrence if all is false.
replace(String, String, String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
report(OutputStream) - Method in class com.itko.lisaint.servlet.ServletIntegrator
Gotta call this method!
report(Writer) - Method in class com.itko.lisaint.servlet.ServletIntegrator
 
REPORT_TAG - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
REPORT_TAG - Static variable in class com.itko.lisa.perfmgr.FileReportKey
 
reportDir - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
ReportGenerator - Class in com.itko.lisa.coordinator
This base class implements the context support for any means you wish to listen for test events and publish them to the obvious places, like the screen, printer, database, or file.
ReportGenerator() - Constructor for class com.itko.lisa.coordinator.ReportGenerator
 
ReportKey - Class in com.itko.lisa.perfmgr
 
ReportKey() - Constructor for class com.itko.lisa.perfmgr.ReportKey
 
REPORTS_DIR - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
requiresLayout() - Method in class com.itko.lisaint.Log4JLisaAppender
 
reset() - Method in interface com.itko.lisa.test.DataSet
Called by the framework when a property name "lisa." + getName() + ".reset" is set == true The dataset should "reset" itself to its initial state and begin reading from the beginning.
reset() - Method in class com.itko.lisa.test.DataSetImpl
 
reset() - Method in class com.itko.lisaint.Integrator
For those server-side platforms that are not fully automatic (that's everyone but the JPL), you will need to call clearOldTrans() to make sure that a previous transaction is not accidentally used on a subsequent call.
reset() - Method in class com.itko.util.ParameterList
Clears the collection of Parameters in this list
resetClassLoader() - Static method in class com.itko.lisa.test.Environment
There may be times, like in the Test Manager, when the hot deploy path has been changed and you want to reload the hot deploy classpath.
resetClassLoader(Runnable) - Static method in class com.itko.lisa.test.Environment
 
resolveReferences(List<TestNodeInfo>) - Static method in class com.itko.lisa.editor.TestNodeInfo
 
RESPONSE - Static variable in class com.itko.lisa.test.TestExec
 
RESULT_PANEL_KEY - Static variable in class com.itko.lisa.editor.TestNodeInfo
 
RESULT_STATE_TAG - Static variable in class com.itko.lisa.test.TestCase
 
results - Variable in class com.itko.lisa.editor.TestNodeInfo
 
resultSetNext(Statement, ResultSet, String) - Method in class com.itko.lisaint.LisaCollector
Take note of the fact that we have iterated over a ResultSet.
RMIEventListenerI - Interface in com.itko.lisa.test
This interface need not supply anything to do its job.
ROBOT_KEY - Static variable in class com.itko.lisa.test.TestExec
 
ROW_NUM_SUFFIX - Static variable in class com.itko.lisa.test.DataSetImpl
 
run - Variable in class com.itko.lisa.perfmgr.ReportKey
 
RUN_FILE_EXTENSION - Static variable in class com.itko.lisa.coordinator.RunInfo
 
RUN_TAG - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
RUN_TYPE_CONCURRENT - Static variable in class com.itko.lisa.testing.SuiteInfo
 
RUN_TYPE_SERIAL - Static variable in class com.itko.lisa.testing.SuiteInfo
 
RUN_TYPE_VLM - Static variable in class com.itko.lisa.testing.SuiteInfo
 
RUNDOCTAGNAME - Static variable in class com.itko.lisa.coordinator.RunInfo
 
RunInfo - Class in com.itko.lisa.coordinator
This class knows how to read and write a Run document...
RunInfo() - Constructor for class com.itko.lisa.coordinator.RunInfo
 
RunInfo(LisaDocument) - Constructor for class com.itko.lisa.coordinator.RunInfo
This is a constructor that takes a LisaDocument as parameter. the advantage to using this is to have access to the launch state variables parsed.
RunInfo(Document) - Constructor for class com.itko.lisa.coordinator.RunInfo
 
RunInfo(Element) - Constructor for class com.itko.lisa.coordinator.RunInfo
 
RunInfo(Element, String) - Constructor for class com.itko.lisa.coordinator.RunInfo
 
runNative() - Method in class com.itko.lisa.testing.StagedSuite
To programmatically run this suite, call this method.
runPluginIfSpecified(String[]) - Static method in class com.itko.lisa.coordinator.TestRunner
Runs the TestRunner plugin instead of the default one if so specified
runTest() - Method in class com.itko.lisa.testing.JUnitRunLISA.FailedToStage
 
runTest() - Method in class com.itko.lisa.testing.RegressionRunner
This is the all-in way to run the test wrapped by this RegressionRunner.
runTextRegression(PrintStream) - Method in class com.itko.lisa.testing.StagedSuite
 
runThisTest(Coordinator, int, PrintStream) - Static method in class com.itko.lisa.coordinator.TestRunner
This method simplifies exeuting a test case and receiving stats output through the given stream.
runThisTest(Coordinator, int, PrintStream, TestRunner.ExecutionMode) - Static method in class com.itko.lisa.coordinator.TestRunner
This method simplifies exeuting a test case and receiving stats output through the given stream.
runThisTest(List<?>, Coordinator, int, PrintStream, TestRunner.ExecutionMode) - Static method in class com.itko.lisa.coordinator.TestRunner
This method simplifies exeuting a test case and receiving stats output through the given stream.
runThisTest(List<?>, Coordinator, int, PrintStream, String, TestRunner.ExecutionMode) - Static method in class com.itko.lisa.coordinator.TestRunner
This method simplifies exeuting a test case and receiving stats output through the given stream.

S

safeBooleanValue(String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
safeIntValue(String, int) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
safeString(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
safeString(String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
safeString(Object) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
safeStringNoWhitespace(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
SAMPLE_PROPS - Static variable in interface com.itko.lisa.test.DataSet
 
sampleProps - Variable in class com.itko.lisa.test.DataSetImpl
 
save() - Method in interface com.itko.lisa.editor.Controller
We are asking you to persist from your editor into your state, this is usually called after the user is done if your editor, and we have called hasChanged() and isEditorValid() w/o issues.
save() - Method in class com.itko.lisa.editor.ControllerBase
 
save() - Method in class com.itko.lisa.editor.CustJavaNodeEditor
 
save() - Method in class com.itko.lisa.editor.CustomEditor
When the user wants to save the current editor state back to the underlying object.
save() - Method in interface com.itko.lisa.editor.CustomFilterEditor
When the user wants to save the current editor state back to the underlying object.
save() - Method in interface com.itko.lisa.editor.NodeUIInterface
 
saveCheckpoint() - Method in class com.itko.lisa.editor.TestCaseInfo
 
saveIntervals(boolean, PrintWriter, List, String) - Method in class com.itko.lisa.stats.MetricData
Writes the interval data collection we have caclulated thus far (or all of them if we are done with the test.)
saveMetrics(boolean, PrintWriter, List, String) - Method in class com.itko.lisa.stats.MetricData
Writes the current set of metrics (this is everything we have collected since the last interval was reached).
saveNodeResponse(String, Object) - Method in class com.itko.lisa.test.TestExec
Saves the response object into state with a key of lisa.
savePortableAsset(AssetContext, Asset<?>) - Method in class com.itko.lisa.test.TestNode
 
saveResults(PrintWriter) - Method in class com.itko.lisa.editor.TestCaseInfo
 
saveResults(PrintWriter, String, List<String>, List<Object>) - Static method in class com.itko.lisa.editor.TestCaseInfo
 
saveResults(PrintWriter, String, List<String>, List<Object>, List<String>) - Static method in class com.itko.lisa.editor.TestCaseInfo
 
SCALE_TAG - Static variable in class com.itko.lisa.stats.MetricCollector
 
SCALES_STRINGS - Static variable in class com.itko.lisa.stats.MetricCollector
 
scheduleTask(IScheduleTask) - Method in interface com.itko.lisa.coordinator.TestRegistry
Lets you add a task to registry that will execute a thread to be run in a scheduled manner.
SCRIPT_PARAM_TYPE - Static variable in class com.itko.lisa.test.TestExec
 
sdfRef - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
secondaryStepReferenceChanged(StepConnection, String) - Method in class com.itko.lisa.editor.TestNodeInfo
This method is used to inform the step controller that a secondary step connection needs to be updated.
seedTestCase() - Method in class com.itko.lisa.test.TestCase
If you create a model from scratch and DON'T call the constructor with the name, call this method to get default values going
sendAccessEventToDradis(String, String, String, String, String, List<String>, TestRegistry.When) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
sendAccessEventToDradis(AccessEventLogBeanEx) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
sendEmail(String, List) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
sendEventsToDradis(List<ComponentEventsBean>) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
sendLISATestEvent(int, String, String) - Method in class com.itko.lisaint.LisaCollector
Any Lisa test event can be sent via this mechanism.
sendMetricsToDradis(List<ComponentMetricsBean>) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
separator - Static variable in class com.itko.lisa.stats.MetricData
 
serializeToEncodedString(Serializable) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
 
SERVER_EDITION - Static variable in class com.itko.lisa.test.Environment
 
SERVER_EDITION_NAME - Static variable in class com.itko.lisa.test.Environment
 
ServerSideFilter - Class in com.itko.lisaint.servlet.filter
A servlet filter that does automatic LISA integration.
ServerSideFilter() - Constructor for class com.itko.lisaint.servlet.filter.ServerSideFilter
 
ServiceManager - Class in com.itko.lisa.coordinator
This application enables us to start/reset/stop LISA processes at will
ServiceManager() - Constructor for class com.itko.lisa.coordinator.ServiceManager
 
ServiceManagerSupport - Interface in com.itko.lisa.coordinator
Classes the implement this interface are able to be remotely controlled.
serviceReset() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
Resets the current service.
serviceStatus() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
 
serviceStop() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
Stops the current service.
ServletIntegrator - Class in com.itko.lisaint.servlet
This is the Integrator sub-class that Servlet application developers will work directly with in providing test-enabled components for their Lisa test case execution.
ServletIntegrator(String) - Constructor for class com.itko.lisaint.servlet.ServletIntegrator
 
SESSION_HTTP_HEADER_KEY - Static variable in class com.itko.lisaint.servlet.ServletIntegrator
 
SESSIONID_KEY - Static variable in class com.itko.lisaint.servlet.ServletIntegrator
 
setActive(boolean) - Method in class com.itko.lisa.testing.RegressionRunner
 
setAgentId(long) - Method in class com.itko.lisaint.LisaCollector
 
setAgentName(String) - Method in class com.itko.lisaint.LisaCollector
 
setAlertEmail(AlertEmail) - Method in class com.itko.lisa.stats.MetricCollector
 
setAllowDupes(boolean) - Method in class com.itko.util.ParameterList
Tell us whether to allow duplicate keys in the collection.
setAllowDuplicates(boolean) - Method in class com.itko.lisa.testing.SuiteInfo
 
setAssertions(Vector<Assertion>) - Method in class com.itko.lisa.test.TestCase
Sets the List of Global Assertions for this test case
setAssociatedObject(Object, Object) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setAssociatedResources(Map<String, List<String>>) - Method in class com.itko.lisa.test.TestCase
 
setAtend(String) - Method in interface com.itko.lisa.test.DataSet
Sets the AtEnd attribute for this data set.
setAtend(String) - Method in class com.itko.lisa.test.DataSetImpl
 
setAttrs(LinkedHashMap) - Method in class com.itko.lisaint.LoggedMessage
 
setAutoGenParameters(List) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
setBaseline(boolean) - Method in class com.itko.lisa.testing.SuiteInfo
 
setBasePath(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setBuildStatus(String, String) - Method in class com.itko.lisaint.LisaCollector
Enables the system under test to declare its execution or build status to Lisa explicitly.
setBuildTime(long) - Method in class com.itko.lisaint.LisaCollector
Deprecated.
Will be removed in a future release.
setClassLoader(ClassLoader) - Method in class com.itko.lisa.test.TestExec
 
setClassLoader(ClassLoader) - Static method in class com.itko.util.Dependencies
 
setClassName(String) - Method in class com.itko.lisaint.ExceptionInfo
 
setClassName(String) - Method in class com.itko.lisaint.LisaCollector
 
setCollectTimeout(int) - Method in interface com.itko.lisa.stats.MetricController
Tell this Controller how long to wait for a collector to remain hanging before we interupt its thread and attempt to try again.
setCompanionInfo(TestCaseInfo, CompanionController) - Method in class com.itko.lisa.editor.CustomCompanionEditor
This method is called on you whenever your Companion sublcass needs to be set for this object.
setCompanions(List<CompanionInterface>) - Method in class com.itko.lisa.test.TestCase
To provide us with the list of Companions for this test.
setCompContent(String) - Method in class com.itko.lisaint.LisaCollector
This is how a component can set its content to report to the Lisa.
setCompletedReportKey(ReportKey) - Method in class com.itko.lisa.coordinator.ReportGenerator
If you are the kind of report that is generated into the reports directory and you have a key, please call this method to make that key available to people AFTER your report is ready.
setConfig(Configuration) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setConfigFile(String) - Method in class com.itko.lisa.testing.StagedSuite
Set during init.
setConsolidatedBaseline(boolean) - Method in class com.itko.lisa.test.TestCase
This method is used to set or clear the mark on this test case as to whether it represents a cnsolidated baseline test or not.
setContextClassLoader() - Method in class com.itko.lisa.test.TestExec
 
setController(Controller) - Method in class com.itko.lisa.editor.CustomEditor
You are told your controller this way
setConversionMessage(String) - Method in class com.itko.lisa.test.TestCase
 
setCoordinator(Coordinator) - Method in class com.itko.lisa.coordinator.ReportGenerator
Called internally to give Report Generators the handle to the Coordinator
setCoordinator(Coordinator) - Method in class com.itko.lisa.stats.MetricCollector
This method is generally called by the TestManager when setting up metrics to be used.
setCoordinatorServer(CoordinatorServer) - Method in class com.itko.lisa.perfmgr.ReportKey
 
setCurrentNode(TestNode) - Method in class com.itko.lisa.test.TestExec
Called by the TestCase class to let the world know what the currently executing Node is.
setCurrentRow(int) - Method in class com.itko.lisa.test.DataSetImpl
 
setCurrentThreadContextClassLoader() - Static method in class com.itko.lisa.test.Environment
 
setDebug(boolean) - Method in class com.itko.lisaint.Integrator
Used to turn on/off the request to turn the sever debug mode on.
setDefAudit(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setDefaultBasePathFrom(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setDefaultTestRegistry() - Static method in class com.itko.lisa.test.Environment
CORE-464: Connect to the default Registry.
setDefaultValues() - Method in class com.itko.lisa.coordinator.RunInfo
 
setDefCS(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setDeferredLisaProp(String, Object) - Static method in class com.itko.lisaint.TestHarness
Set an arbitrary property name to a value.
setDefStaging(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setDeletedProps(Set<String>) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setDeletedProps(Set<String>) - Method in class com.itko.lisa.test.TestCase
 
setDelimiter(String) - Method in class com.itko.util.ParameterList
 
setDistributionPattern(DistributionPattern) - Method in class com.itko.lisa.coordinator.RunInfo
 
setDocs(String) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setDocs(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setDocumentation(String) - Method in class com.itko.lisa.coordinator.RunInfo
 
setDocumentation(String) - Method in class com.itko.lisa.test.TestCase
Used to provide simple text documentation of the test case
setDocumentation(String) - Method in class com.itko.lisa.test.TestNode
Simple text field for providing extended documentation of the node.
setDocumentation(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setDriver(String) - Method in class com.itko.lisaint.LisaDataSource
 
setDSMaxItems(int) - Method in class com.itko.lisa.test.DataSetImpl
 
setDSMaxItems(int) - Method in class com.itko.lisa.test.RandSet
 
setDSName(String) - Method in class com.itko.lisa.test.RandSet
 
setEditorTarget(TestCaseInfo, TestNodeInfo) - Method in interface com.itko.lisa.editor.Controller
Called on this object by the framework to let you know what test case you are scoped into and the test node.
setEditorTarget(TestCaseInfo, TestNodeInfo) - Method in class com.itko.lisa.editor.ControllerBase
 
setEditorTarget(TestCaseInfo, TestNodeInfo) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setElseNode(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setElseNode(String) - Method in class com.itko.lisa.test.TestNode
Sets the next node.
setElseNode(TestNode) - Method in class com.itko.lisa.test.TestNode
 
setEnableValidation(boolean) - Method in class com.itko.util.Parameter
Set enableValidation attribute for validation
setEncoded(boolean) - Method in class com.itko.util.ParameterList
Tell us whether the ParameterList is URL-encoded.
setEncrypted(boolean) - Method in class com.itko.util.Parameter
Set flag if the value is to be encrypted when stored
setEncryptedStateValue(String, String, String) - Method in class com.itko.lisa.test.TestExec
 
setEndTest(boolean) - Method in class com.itko.lisaint.TransInfo
Do not use: only for serialization:: use: endTest( String endTestMsg )
setEndTestMsg(String) - Method in class com.itko.lisaint.TransInfo
Do not use: only for serialization:: use: endTest(String endTestMsg)
setEndTime(long) - Method in class com.itko.lisaint.LisaCollector
 
setEvent(int) - Method in class com.itko.lisa.test.TestEvent
 
setEventID(int) - Method in class com.itko.lisaint.LisaEventInfo
Exists only for serialization issues setters
setException(Throwable) - Method in class com.itko.lisaint.LisaCollector
Components can explicitly declare that an exception was caught during its processing and report that exception to Lisa by calling this method.
setExtraInfo(ParameterList) - Method in class com.itko.lisa.editor.TestNodeInfo
This method is used to set any extra information for public consumption from a VSE for this step.
setExtraInfo(ParameterList) - Method in class com.itko.lisa.test.TestNode
This method is used to set any extra information for public consumption from a VSE for this step.
setFailOnLoggedException(boolean) - Static method in class com.itko.lisaint.TestHarness
 
setFailTest(boolean) - Method in class com.itko.lisaint.TransInfo
Do not use: only for serialization:: use: failTest(String message)
setFailTestMsg(String) - Method in class com.itko.lisaint.TransInfo
Do not use: only for serialization:: use: failTest(String failTestMsg)
setFilter(int[]) - Method in class com.itko.lisa.coordinator.ReportGenerator
Allows us to change our filter at runtime, BUT there are optimizations "above" us that you must handle, otherwise, this may be meaningless...
setFilterInfo(TestCaseInfo, TestNodeInfo, ParameterList) - Method in interface com.itko.lisa.editor.CustomFilterEditor
This method is called on you whenever your sublcass needs to be set for this object.
setFilters(Vector<FilterInterface>) - Method in class com.itko.lisa.test.TestCase
Sets the List of Filters for this test case
setFinalNode(String) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setFinalNode(String) - Method in class com.itko.lisa.test.TestCase
 
setForcedNode(String) - Method in class com.itko.lisaint.TransInfo
 
setFrom(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
setGraphX(int) - Method in class com.itko.lisa.test.TestNode
 
setGraphY(int) - Method in class com.itko.lisa.test.TestNode
 
setHasVersionConverted(boolean) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setHigh(double) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
setHost(String) - Method in class com.itko.lisa.perfmgr.ReportKey
 
setHostname(String) - Method in class com.itko.lisaint.JvmInfo
 
setHTMLDOMOnResult(Document) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setId(String) - Method in class com.itko.lisa.test.TestCase
Used to set the unique id for this test.
setImmutable(boolean) - Method in class com.itko.lisaint.Integrator
 
setInstance(int) - Method in class com.itko.lisa.test.TestEvent
 
setIntegrator(Integrator) - Method in class com.itko.lisaint.TransInfo
 
setIntervalRate(int) - Method in class com.itko.lisa.coordinator.RunInfo
 
setIntervalSize(int) - Method in interface com.itko.lisa.stats.MetricController
Call to change the size of a sample interval.
setIntervalSize(int) - Method in class com.itko.lisa.stats.MetricData
 
setInVSEServer(boolean) - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
 
setIPSpoofingInfo(IPSpoofingInfo) - Method in class com.itko.lisa.coordinator.RunInfo
 
setIPSpoofingInfo(IPSpoofingInfo) - Method in class com.itko.lisa.test.TestCase
 
setIsNewTMCreated(boolean) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setJaxWsMessageContext(Object) - Static method in class com.itko.lisaint.TestHarness
Deprecated. 
setJUnitMode(boolean) - Method in class com.itko.lisa.testing.StagedSuite
Set by initialization logic, don't do this unless you really know what you are doing!
setJvmInfo(JvmInfo) - Method in class com.itko.lisaint.LisaCollector
If a subclass needs to replace our jvminfo
setKey(String) - Method in class com.itko.lisaint.LisaProp
 
setKey(String) - Method in class com.itko.util.Parameter
Sets the key attribute for this Parameter
setLastCPKey(String) - Static method in class com.itko.util.Dependencies
 
setLastErrorMessage(String) - Method in class com.itko.lisa.editor.ControllerBase
 
setLastHtmlResponse(HtmlResponseWrapper) - Method in class com.itko.lisa.test.TestExec
 
setLastPathKey(String) - Static method in class com.itko.util.Dependencies
 
setLastResponse(Object) - Method in class com.itko.lisa.test.TestExec
This method will store the given Object as the last response we received from the system under test.
setLastResponseCharset(String) - Method in class com.itko.lisa.test.TestExec
 
setLastURLKey(String) - Static method in class com.itko.util.Dependencies
 
setLaunchState(Map<String, Object>) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
setLicense(ILicense) - Static method in class com.itko.lisa.test.Environment
 
setLisaOn(boolean) - Static method in class com.itko.lisaint.java.JavaIntegrator
Enabled application developers to set Lisa Integration support on/off as desired
setLISAProp(String, Serializable) - Method in class com.itko.lisaint.LisaCollector
A simple wrapper for setLISAProp(String, Object)
setLISAProp(String, Object) - Method in class com.itko.lisaint.LisaCollector
Server component authors have the ability to set Properties on the Lisa test execution that is running them.
setLisaProp(String, Serializable) - Static method in class com.itko.lisaint.TestHarness
Old declaration (Serializeable value).
setLisaProp(String, Object) - Static method in class com.itko.lisaint.TestHarness
Set an arbitrary property name to a value.
setLoadPattern(LoadPattern) - Method in class com.itko.lisa.coordinator.RunInfo
 
setLocal(boolean) - Method in class com.itko.lisa.test.DataSetImpl
 
setLog(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setLog(String) - Method in class com.itko.lisa.test.TestNode
Allows us to set the log message for this TestNode
setLogCompContent(boolean) - Method in class com.itko.lisaint.Integrator
Used to request logging of compnent content on or off
setLogTrace(boolean) - Method in class com.itko.lisaint.Integrator
Called to turn on/off the request to log trace info from the server back to Lisa.
setLongDesc(String) - Method in class com.itko.lisa.test.TestEvent
 
setLongDesc(String) - Method in class com.itko.lisaint.LisaEventInfo
Exists only for serialization issues setters
setLow(double) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
setMailHost(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
setMaxErrors(int) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
setMergeDupesDelimiter(String) - Method in class com.itko.util.ParameterList
Providing a delimiter has the affect of not allowing dupe keys in the list, but instead of just ignoring them, it appends the dupe value to the existing parameter.
setMeta(Meta) - Method in class com.itko.lisa.coordinator.RunInfo
 
setMeta(Meta) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setMeta(Meta) - Method in class com.itko.lisa.test.TestCase
Set the meta
setMeta(Meta) - Method in class com.itko.lisa.testing.SuiteInfo
 
setMethod(String) - Method in class com.itko.lisaint.LisaCollector
 
setMetrics(List) - Method in class com.itko.lisa.coordinator.RunInfo
 
setModelArchive(ModelArchive) - Method in interface com.itko.lisa.coordinator.SuiteCoordinator
 
setModelArchive(ModelArchive) - Method in class com.itko.lisa.testing.StagedSuite
Called during init to load this stagedsuite with tests from the suite doc in the specified model archive.
setMonitorArchive(ModelArchive) - Method in class com.itko.lisa.testing.StagedSuite
Called during init to load this stagedsuite with tests from the suite doc in the specified model archive.
setMsg(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
setMsg(String) - Method in class com.itko.lisaint.ExceptionInfo
 
setName(String) - Method in class com.itko.lisa.editor.ControllerBase
This method is called to set the name of the object
setName(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setName(String) - Method in interface com.itko.lisa.test.DataSet
Sets the name for this data set.
setName(String) - Method in class com.itko.lisa.test.DataSetImpl
 
setName(String) - Method in interface com.itko.lisa.test.NamedObject
This method is called to set the name of the object
setName(String) - Method in class com.itko.lisa.test.RandSet
Allows you to set the name/property key for this random list
setName(String) - Method in class com.itko.lisa.test.TestCase
This method is used to rename a test case.
setName(String) - Method in class com.itko.lisa.test.TestNode
Sets the name of this TestNode
setName(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setName(String) - Method in class com.itko.lisaint.LisaCollector
Sets the descriptive name of this reporting object
setName(String) - Method in class com.itko.util.Parameter
Allows us to set a label or name for the Parameter.
setNameType(NamedObject.NameType) - Method in class com.itko.lisa.editor.ControllerBase
Sets the element name-type.
setNameType(Controller) - Static method in class com.itko.lisa.editor.ControllerBase
 
setNameType(NamedObject.NameType) - Method in class com.itko.lisa.editor.TestNodeInfo
Sets the element name-type.
setNameType(NamedObject.NameType) - Method in interface com.itko.lisa.test.NamedObject
Sets the element name-type.
setNextNode(TestNodeInfo) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setNextNode(String) - Method in class com.itko.lisa.test.TestExec
Critical method for TestNodes.
setNextNode(String) - Method in class com.itko.lisaint.TransInfo
Server component authors have the ability to instruct Lisa to execute a node of a given name explicitly.
setNodeInfo(TestCaseInfo, TestNodeInfo) - Method in interface com.itko.lisa.editor.NodeUIInterface
 
setOutboundAddress(String) - Method in class com.itko.lisaint.LisaCollector
 
setOverrideMaxInitialTrayWidth(double) - Method in class com.itko.lisa.editor.CustomEditor
Override the default tray width.
setPaceInMillis(long) - Method in interface com.itko.lisa.coordinator.TestCoordinator
If you want this coordinator to introduce artificial delay into restarting a test instance to meet a certain pace, provide that pace here.
setPaceTimeInSecs(int) - Method in class com.itko.lisa.coordinator.RunInfo
 
setPaceTransactions(int) - Method in class com.itko.lisa.coordinator.RunInfo
 
setParameters(ParameterList) - Method in class com.itko.lisa.test.SimpleCompanion
Assigns the parameters, which may contain custom parameters and parameters injected by LISA (such as type, which indicates the classname of the companion).
setParameterValue(String, String) - Method in class com.itko.util.ParameterList
Sometimes you want to allow for duplicate values in a list but you want the ability to set a parameter value as if you didn't.
setParent(CoordinatorClient) - Method in interface com.itko.lisa.coordinator.Coordinator
Called internally at just the right time, please don't try this at home
setParent(CompInfo) - Method in class com.itko.lisaint.LisaCollector
 
setPassword(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
setPassword(String) - Method in class com.itko.lisaint.LisaDataSource
 
setPathfinderVersion(int) - Method in class com.itko.lisa.test.TestCase
Tell us whether you want us to look for LIK data in responses or from Pathfinder.
setPathfinderVersionExp(String) - Method in class com.itko.lisa.coordinator.RunInfo
 
setPort(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
setPreferredColor(Color) - Method in class com.itko.lisa.stats.MetricCollector
 
setPreferredDirKey(String) - Static method in class com.itko.util.Dependencies
 
setPreferredFormatter(NumberFormat) - Method in class com.itko.lisa.stats.MetricCollector
 
setPreview(boolean) - Method in class com.itko.lisa.testing.StagedSuite
CORE-1084: Preview Mode outputs the test names and descriptions but does not actually run the tests
setProcessId(String) - Static method in class com.itko.lisaint.JvmInfo
 
setProjectRoot(String) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setPSKKey(Serializable) - Method in class com.itko.lisa.stats.TestRunInfo
 
setQuiet(boolean) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setQuiet(boolean) - Method in class com.itko.lisa.test.TestNode
A quiet node does not report any events as it executes that would be considered for something like total nodes executed, execution time, and etc.
setRandom(boolean) - Method in class com.itko.lisa.test.DataSetImpl
 
setRandSets(Hashtable<String, RandSet>) - Method in class com.itko.lisa.test.TestCase
This method will set the collection of RandSets.
setRealTimeConfig(Configuration) - Method in class com.itko.lisa.test.TestCase
Sets the current configuration for this testcase to use.
setReceivingAddress(String) - Method in class com.itko.lisaint.LisaCollector
 
setRecordEvents(Boolean) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
setRecordMetrics(Boolean) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
setRecordProps(Boolean) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
setRecordReqResp(Boolean) - Method in class com.itko.lisa.coordinator.ReportGenerator
 
setRefererNode(TestNodeInfo) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setRemoteServer(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setRemoteServer(String) - Method in class com.itko.lisa.test.TestNode
Used to tell the test case execution framework to remotely stage and execute this particular node.
setRemoteServerAllowed(boolean) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setRemovedParams(ParameterList) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setRequest(String) - Method in class com.itko.lisaint.LisaCollector
 
setResponse(String) - Method in class com.itko.lisaint.LisaCollector
 
setResponseCharset(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setResponseFileName(String) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setResultInfo(List, TestNodeInfo, AssertControllerBase) - Method in class com.itko.lisa.editor.CustomResultEditor
This method is called on you whenever your CheckResult sublcass needs to be set for this object.
setResultParamTemp(ParameterList) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setResultState(ParameterList) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setRet(Object) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setRobot(int) - Method in class com.itko.lisa.test.TestEvent
 
setRun(String) - Method in class com.itko.lisa.perfmgr.ReportKey
 
setRun(String) - Method in class com.itko.lisa.test.TestEvent
 
setRunLocally(boolean) - Method in class com.itko.lisa.testing.StagedSuite
 
setRunName(String) - Method in interface com.itko.lisa.coordinator.Coordinator
Used to set the name of this test run in all events.
setRunName(String) - Method in class com.itko.lisa.coordinator.RunInfo
 
setRunName(String) - Method in class com.itko.lisa.testing.StagedSuite
Be careful calling this as it is usually done as part of initialization
setRunType(String) - Method in class com.itko.lisa.testing.StagedSuite
Set during init.
setRunType(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setSampleProps(HashMap<Object, Object>) - Method in class com.itko.lisa.test.DataSetImpl
 
setSampleRate(int) - Method in class com.itko.lisa.coordinator.RunInfo
 
setSampleRate(int) - Method in interface com.itko.lisa.stats.MetricController
Call to change the sample rate.
setSavedTCVersion(int) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setScale(String) - Method in class com.itko.lisa.stats.MetricCollector
 
setScale(double) - Method in class com.itko.lisa.stats.MetricCollector
 
setServerInfo(String) - Method in class com.itko.lisaint.agent.AgentSummary
 
setSessionId(String) - Method in class com.itko.lisaint.servlet.ServletIntegrator
Allows the servlet author to explicitly set the session ID.
setSessionStateObj(ISessionState) - Static method in class com.itko.util.Dependencies
 
setSetupTest(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setShortDesc(String) - Method in class com.itko.lisa.test.TestEvent
 
setShortDesc(String) - Method in class com.itko.lisaint.LisaEventInfo
Exists only for serialization issues setters
setSimName(String) - Method in class com.itko.lisa.test.TestEvent
 
setSingle(boolean) - Method in class com.itko.util.Parameter
Sets the singleton attribute for this parameter
setSizeInRecord(Map<String, Object>) - Method in class com.itko.lisa.test.DataSetImpl
 
setSource(String) - Method in class com.itko.lisa.test.TestCase
 
setStack(String) - Method in class com.itko.lisaint.ExceptionInfo
 
setStagingUid(String) - Method in class com.itko.lisa.test.TestEvent
 
setStartTime(Date) - Method in class com.itko.lisa.perfmgr.ReportKey
 
setStartTime(long) - Method in class com.itko.lisaint.LisaCollector
 
setState(String) - Method in class com.itko.lisaint.LisaCollector
 
setStateObject(String, Object) - Method in class com.itko.lisa.test.TestExec
This is how you set a property -> aka state key/value.
setStateValue(String, Object) - Method in class com.itko.lisa.test.TestExec
This is how you set a property -> aka state key/value.
setStateValue(String, Object, boolean) - Method in class com.itko.lisa.test.TestExec
This is a version of the setStateValue method that allow us to avoid doing an EVENT_SETPROP on it.
setStateValues(Map, boolean) - Method in class com.itko.lisa.test.TestExec
Convenience method to push a bunch of properties into this execution state.
setStateValues(Map, boolean, boolean) - Method in class com.itko.lisa.test.TestExec
Pushes a bunch of properties into this execution state.
setStateValues(ParameterList, boolean) - Method in class com.itko.lisa.test.TestExec
Convenience method to push a bunch of properties into this execution state
setStaticValues(boolean) - Method in class com.itko.lisa.test.RandSet
 
setStats(List) - Method in class com.itko.lisaint.agent.AgentSummary
 
setStep(String) - Method in class com.itko.lisa.test.TestEvent
 
setStepUid(String) - Method in class com.itko.lisa.test.TestEvent
 
setSub(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
setSubProcess(boolean) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setSubProcess(boolean) - Method in class com.itko.lisa.test.TestCase
 
setSuiteDocPath(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setTc(String) - Method in class com.itko.lisa.perfmgr.ReportKey
 
setTeardownTest(String) - Method in class com.itko.lisa.testing.SuiteInfo
 
setTest(String) - Method in class com.itko.lisa.test.TestEvent
 
setTest(TestCase) - Method in class com.itko.lisa.test.TestNode
 
setTestCase(TestCase) - Method in class com.itko.lisa.test.TestExec
Allows us to set the test case for this execution.
setTestCase(String) - Method in class com.itko.lisa.testing.RegressionRunner
 
setTestCaseFileName(String) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setTestCaseInfo(TestCaseInfo) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setTestCaseType(TestCaseTypeData.Type) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setTestEnding(boolean) - Method in class com.itko.lisa.test.TestExec
 
setTestExec(TestExec) - Method in class com.itko.lisa.editor.TestCaseInfo
 
setTestRegistry(String) - Static method in class com.itko.lisa.test.Environment
 
setTestRegistry(String, boolean) - Static method in class com.itko.lisa.test.Environment
CORE-464: Set the current registry using its name.
setTestRegistry(TestRegistry) - Static method in class com.itko.lisa.test.Environment
CORE-464: Set the test registry directly.
setTestRegistry(TestRegistry, boolean) - Static method in class com.itko.lisa.test.Environment
 
setThink(String) - Method in class com.itko.lisa.test.TestNode
This method takes a string in the form "from-to" or just "thislong", and will parse it to set the TestNode's think from and think to attributes appropriately.
setThinking(int) - Method in class com.itko.lisa.coordinator.RunInfo
 
setThinking(int) - Method in interface com.itko.lisa.coordinator.TestCoordinator
This is how we throttle to thinking time from 0% (don't honor think time) to whatever % you wish.
setThinking(int) - Method in class com.itko.lisa.test.TestCase
This is test case-level boolean that answers the question "should we do the thinking that is specified?"
setThinkSpec(String) - Method in class com.itko.lisa.editor.TestNodeInfo
Set the think spec based on a string value.
setThinkTime(long, long) - Method in class com.itko.lisa.editor.TestNodeInfo
This method is used to set the think time specification for the step.
setThreadCpuTimeMillis(long) - Method in class com.itko.lisaint.JvmInfo
 
setThreadCpuUtilizationPercent(int) - Method in class com.itko.lisaint.JvmInfo
 
setThreadName(String) - Method in class com.itko.lisaint.JvmInfo
 
setThreadProperty(String, Object) - Static method in class com.itko.lisa.test.Environment
Sets a property valid on the calling thread
setTimestamp(Date) - Method in class com.itko.lisa.test.TestEvent
 
setToList(List) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
setTotalExecutionTime(long) - Method in class com.itko.lisaint.LisaCollector
 
setTransactionid(String) - Method in class com.itko.lisaint.LisaCollector
 
setTransactionLicensingManager(TransactionLicensingManager) - Method in class com.itko.lisa.test.TestCase
 
setTransID(String) - Method in class com.itko.lisaint.TransInfo
Allows you to set a new transaction ID for the this transaction
setType(String) - Method in interface com.itko.lisa.editor.Controller
When initially constructed for a new test element (no migration), the framework will call this to tell you what type of object you own.
setType(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setType(String) - Method in class com.itko.lisa.perfmgr.ReportKey
 
setType(String) - Method in class com.itko.lisa.test.DataSetImpl
Sets the implementing classname of the dataset, such as setType("com.itko.lisa.test.DataFile")
setType(String) - Method in class com.itko.lisaint.LisaCollector
 
setType(Object) - Method in class com.itko.util.Parameter
Allows you to set the Paramter type.
setUid(String) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setUid(String) - Method in class com.itko.lisa.test.TestNode
 
setUIDs() - Method in class com.itko.lisa.test.TestCase
This method sets unique GUIDs for all the nodes in the TestCase
setUnqiueId(String) - Method in class com.itko.lisaint.LisaCollector
 
SETUP_TEARDOWN - Static variable in class com.itko.lisa.coordinator.RunInfo
 
setUpCustomHttpSocketFactory() - Method in class com.itko.lisa.test.Environment
 
setupEvents(Element, Map<String, Object>) - Static method in class com.itko.lisa.coordinator.ReportGenerator
Used internally to LISA to load the ReportGenerators from a staging document
setupFileMenu(JMenuItem, JMenuItem, JMenuItem, JMenuItem, JMenuItem) - Method in class com.itko.lisa.testing.StageRegressionRun
 
setupRegression(String[]) - Method in class com.itko.lisa.testing.StagedSuite
 
setupShutdownHook(Runnable) - Static method in class com.itko.lisa.test.Environment
Deprecated.
use #LisaShutdownHooks.add() instead
setUrl(String) - Method in class com.itko.lisaint.LisaDataSource
 
setUseAutoRedeployClassLoader(boolean) - Static method in class com.itko.lisa.test.Environment
Used by the Test Manger to make the class loader the one that senses changes and redploys itself as needed.
setUseFilters(boolean) - Method in class com.itko.lisa.editor.TestNodeInfo
 
setUser(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
setUser(String) - Method in class com.itko.lisa.perfmgr.ReportKey
 
setUser(String) - Method in class com.itko.lisaint.LisaDataSource
 
setUseWhateverCoordinator(boolean) - Method in class com.itko.lisa.testing.StagedSuite
 
setUsingFilters(boolean) - Method in class com.itko.lisa.test.TestNode
A way to turn off or on the execution of global filters.
setVal(Serializable) - Method in class com.itko.lisaint.LisaProp
Deprecated.
create a new LisaProp instead
setValue(String) - Method in class com.itko.util.Parameter
Sets the value attribute for this Parameter
setValueToFilterPropKey(String) - Method in interface com.itko.lisa.test.FilterInterface
 
setValueType(int) - Method in class com.itko.lisa.stats.MetricCollector
Subclasses know what type of value they are sending, so the subclass MUST call this method as soon as possible to let the world know what it can do with the results of a fetchMetricValue()
setVersion(String) - Method in class com.itko.lisa.test.TestNode
Sets the version number of the node
setVmProps(Map) - Method in class com.itko.lisaint.agent.AgentSummary
 
setWallclockMillis(long) - Method in class com.itko.lisaint.JvmInfo
Used by subclasses that need to build this post-facto
SHORT_TAG - Static variable in class com.itko.lisa.test.TestEvent
 
showEditor() - Method in interface com.itko.lisa.editor.Controller
When the framework needs to actually put the editor on screen, you'll get called here.
showEditor() - Method in class com.itko.lisa.editor.ControllerBase
 
shutdown() - Method in interface com.itko.lisa.coordinator.TestRegistry
Shut down the registry server and associated services todo: Some sort of security mechanism?
SIG_TAG - Static variable in class com.itko.lisa.test.TestCase
 
SimpleCompanion - Class in com.itko.lisa.test
SimpleCompanion - a simplified way to extend LISA with new companions.
SimpleCompanion() - Constructor for class com.itko.lisa.test.SimpleCompanion
 
simpleCompare(String, String) - Static method in class com.itko.lisa.perfmgr.ReportKey
 
simpleCompare(Date, Date) - Static method in class com.itko.lisa.perfmgr.ReportKey
 
SimulatorServer - Interface in com.itko.lisa.coordinator
The SimulatorServer interface provides the interface inheritance needed for custom Simulator factories as well as the RMI indirection needed to generate remote SimulatorServer stubs and skeletons.
size() - Method in class com.itko.lisa.stats.MetricData
This is the size of the logical table.
size() - Method in class com.itko.util.ParameterList
The number of Parameters in the list
SOAPUtils - Class in com.itko.lisaint.utils
Various utility methods for SOAP stuff
SOAPUtils() - Constructor for class com.itko.lisaint.utils.SOAPUtils
 
sortOnKeys() - Method in class com.itko.util.ParameterList
Will sort the ParameterList according to the keys
sortOnValues() - Method in class com.itko.util.ParameterList
Will sort the ParameterList according to the values
SOURCE_PATH - Static variable in class com.itko.lisa.test.TestCase
 
SOURCE_URL - Static variable in class com.itko.lisa.test.TestCase
 
SSL_CHECK_CRL - Static variable in class com.itko.lisa.test.Environment
 
SSL_CHECK_EXPIRY - Static variable in class com.itko.lisa.test.Environment
 
StagedSuite - Class in com.itko.lisa.testing
StagedSuite This is a Coordinator for test suites.
StagedSuite() - Constructor for class com.itko.lisa.testing.StagedSuite
 
StagedSuite(CoordinatorServerClient, String) - Constructor for class com.itko.lisa.testing.StagedSuite
 
StagedSuite.SuiteEvent - Class in com.itko.lisa.testing
The class that hold suite-level event info.
StagedSuite.SuiteEvent(RegressionRunner, int) - Constructor for class com.itko.lisa.testing.StagedSuite.SuiteEvent
 
StagedSuite.SuiteEvent(StagedSuite, int) - Constructor for class com.itko.lisa.testing.StagedSuite.SuiteEvent
 
stageModelArchive(ModelArchive) - Method in interface com.itko.lisa.coordinator.Coordinator
This is called when a test wants to provide the Model Archive to execute the model
StageRegressionRun - Class in com.itko.lisa.testing
This class can be used from the LISA Test Manager to execute a regression suite
StageRegressionRun(SetupPanel) - Constructor for class com.itko.lisa.testing.StageRegressionRun
 
StageRegressionRun(ModelArchive, boolean) - Constructor for class com.itko.lisa.testing.StageRegressionRun
 
stageTest(String, String, String, String) - Static method in class com.itko.lisa.coordinator.TestRunner
This method will stage a test with the given parameters onto the network and return the Coordinator that can be used to start, query, and stop the test.
stageTest(Coordinator, String, String, String, String) - Static method in class com.itko.lisa.coordinator.TestRunner
This method will stage a test with the given parameters onto the network and return the Coordinator that can be used to start, query, and stop the test.
stageTest(Coordinator, String, String, String, String, List<String>) - Static method in class com.itko.lisa.coordinator.TestRunner
This method will stage a test with the given parameters onto the network and return the Coordinator that can be used to start, query, and stop the test.
stageTest(Coordinator, ModelArchive) - Static method in class com.itko.lisa.coordinator.TestRunner
This method will stage a test with the given parameters onto the network and return the Coordinator that can be used to start, query, and stop the test.
stageTest(Coordinator, ModelArchive, Project) - Static method in class com.itko.lisa.coordinator.TestRunner
 
stageTest(RunInfo, String, TestCase, String) - Static method in class com.itko.lisa.coordinator.TestRunner
This method will stage a test with the given parameters onto the network and return the Coordinator that can be used to start, query, and stop the test.
stageTest(Coordinator, RunInfo, String, TestCase, String) - Static method in class com.itko.lisa.coordinator.TestRunner
This method will stage a test with the given parameters onto the network and return the Coordinator that can be used to start, query, and stop the test.
stageTestByMAR(Coordinator, String, String) - Static method in class com.itko.lisa.coordinator.TestRunner
This as of 5.1 will become probably the most commonly used of the ways to stage tests with TestRunner; we take a reference to a mar file and we read it and stage it to a possibly remote Coordinator.
stageTestFromMARInfo(Coordinator, String, String) - Static method in class com.itko.lisa.coordinator.TestRunner
This allows for the staging of a test case by way of a descriptive MAR info file.
STAGING_DOC - Static variable in class com.itko.lisa.coordinator.RunInfo
 
start() - Method in class com.itko.lisaint.JvmInfo
reset the heap and thread utilizatisaInion statistics
startCollecting() - Method in interface com.itko.lisa.stats.MetricController
Called to start or restart sampling for values
startLocalTestRegistry(String) - Static method in class com.itko.lisa.test.Environment
Launch a Registry instance on the local host bound to the given name and connect to it.
startRunnableLab(LabKey) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
startSimulator(String) - Method in interface com.itko.lisa.coordinator.SimulatorServer
This is the only truly useful method in this interface for most developers.
startSuiteCoordinator() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
This method will construct a new SuiteCoordinator interface supporting object, the CoordinatorImpl in the default implementation, and give it the name requested.
startTest() - Method in interface com.itko.lisa.coordinator.Coordinator
Starts execution of the test.
startTest() - Method in class com.itko.lisa.testing.StagedSuite
Call when it's time to run the suite.
startTestCoordinator() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
This method will construct a new TestCoordinator interface supporting object, the CoordinatorImpl in the default implementation, and give it the name requested.
startTime - Variable in class com.itko.lisa.perfmgr.ReportKey
 
startTransaction(String) - Method in class com.itko.lisaint.Integrator
This method is called by test-enabled components to notify the Lisa Integrator that a new transaction has started.
startupTest() - Method in class com.itko.lisa.test.TestExec
If you do not want to call executeTest(), you can use this method to prepare the Test Case object to start a test.
StatKeeper - Class in com.itko.lisa.stats
This is a statistics keeper for LISA test runs.
StatKeeper() - Constructor for class com.itko.lisa.stats.StatKeeper
Constructs a statistics keeper.
StatKeeper(boolean) - Constructor for class com.itko.lisa.stats.StatKeeper
Deprecated.
status() - Method in class com.itko.lisa.stats.TestRunInfo
 
STATUS_ALL - Static variable in class com.itko.lisaint.LisaCollector
 
STATUS_ENDED - Static variable in interface com.itko.lisa.coordinator.Coordinator
 
STATUS_EXTERNALERROR - Static variable in class com.itko.lisaint.LisaCollector
 
STATUS_FAIL_CODES - Static variable in class com.itko.lisaint.LisaCollector
 
STATUS_FAILED - Static variable in class com.itko.lisaint.LisaCollector
 
STATUS_INIT - Static variable in interface com.itko.lisa.coordinator.Coordinator
 
STATUS_INPUTERROR - Static variable in class com.itko.lisaint.LisaCollector
 
STATUS_NOINIT - Static variable in interface com.itko.lisa.coordinator.Coordinator
Possible status of the Coordinator returned by Coordinator.getStatus() STATUS_NOINIT: Object created but knows nothing (has not been initialized yet).
STATUS_NONFAIL_CODES - Static variable in class com.itko.lisaint.LisaCollector
 
STATUS_OK_CODES - Static variable in class com.itko.lisaint.LisaCollector
 
STATUS_RUNNING - Static variable in interface com.itko.lisa.coordinator.Coordinator
 
STATUS_SUCCESS - Static variable in class com.itko.lisaint.LisaCollector
 
STATUS_UNKNOWN - Static variable in class com.itko.lisaint.LisaCollector
 
stepLogger - Static variable in class com.itko.lisa.test.TestNode
 
stepReferenceChanged(StepConnection, String) - Method in class com.itko.lisa.editor.TestNodeInfo
This method is used to update the appropriate step reference in this step when it has been changed by the user.
stopCollecting() - Method in class com.itko.lisa.stats.MetricCollector
Called by the parent when we are done, release resources and etc.
stopCollecting() - Method in interface com.itko.lisa.stats.MetricController
Called to inform this object that we are done sampling the systems in our collection collection :) nice play on words...
stopRunningNative() - Method in class com.itko.lisa.testing.StagedSuite
This will stop a running suite by notifying running tests to stop and not running any additional tests
stopSoon() - Method in class com.itko.lisa.test.TestExec
This represents a "stop" of the test exec from an external source.
stopTest() - Method in class com.itko.lisa.test.TestExec
Deprecated.
use use endTest() to get the "kill" logic or "stopSoon()" to get the stop logic
streamCDATA(PrintWriter, String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Will write a tag with a sinlge CDATA section in it of the given String
streamCloseTag(PrintWriter, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Complement to the streamOpenTag to close a tag you've already opened.
streamListOfStrings(PrintWriter, List, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This method is the complement of readChildStrings b/c this method will write a List of Strings (or anything else that has a suitable toString()) and write the children.
streamMap(PrintWriter, Map) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This method writes the given map (these should be Strings but if they are not we'll write the toString() of them).
streamObject(PrintWriter, String, Serializable) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This method writes a serialized version of an object into the XML stream The model is like this
streamOpenAndCloseTag(PrintWriter, String, Map) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This is a convenience method for writing an open tag that has attributes that will be handled easily for you.
streamOpenTag(PrintWriter, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This is a convenience method for writing an open tag.
streamOpenTag(PrintWriter, String, Map) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This is a convenience method for writing an open tag that has attributes that will be handled easily for you.
streamOpenTag(PrintWriter, String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
This is a convenience method for writing an open tag.
streamTagAndChild(PrintWriter, String, String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Will write a tag with a sinlge child text section in it of the given String
streamTagAndChild(PrintWriter, String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
Will write a tag with a single child text section in it of the given String
streamType(PrintWriter, int) - Method in class com.itko.util.Parameter
 
streamXMLHeader(PrintWriter) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
 
stringToProperties(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
public static Hashtable stringToProperties(String sProperties) This method knows how to parse a string of key=value[&etc] tokens into a property table.
stripKeyNotation(String) - Static method in class com.itko.lisa.test.TestExec
There are times when you may ask a user for a LISA property key, and they will give it to you with {{ notation, but you didn't want that...
subFillPropsReferenced(Collection<String>) - Method in class com.itko.lisa.editor.TestNodeInfo
Feel free to override this method to do it yourself.
subFillPropsSet(Collection<String>) - Method in class com.itko.lisa.editor.TestNodeInfo
Feel free to override this method to do it yourself.
subInitializeCollector() - Method in class com.itko.lisa.stats.MetricCollector
This method should be overridden in any metric Collector.
SUBPROCESS_TAG - Static variable in class com.itko.lisa.test.TestCase
 
subWriteXML(PrintWriter) - Method in class com.itko.lisa.stats.MetricCollector
This must be implemented to so we can save your parameters into an XML document
suite() - Static method in class com.itko.lisa.testing.JUnitRunLISA
 
SUITE_DEF_NAME - Static variable in interface com.itko.lisa.coordinator.SuiteCoordinator
 
SUITE_FILE_EXTENSION - Static variable in class com.itko.lisa.testing.SuiteInfo
 
SUITE_TAG - Static variable in class com.itko.lisa.testing.SuiteInfo
 
SUITE_TEST_EVENT_SET - Static variable in class com.itko.lisa.test.TestEvent
Public Event Set -- reports and other external listeners should really only need these events.
SuiteCoordinator - Interface in com.itko.lisa.coordinator
This is the sub interface used for staging suites.
SUITEID_KEY - Static variable in class com.itko.lisa.test.TestExec
 
SuiteInfo - Class in com.itko.lisa.testing
This class is the driver for all regression testing in LISA.
SuiteInfo() - Constructor for class com.itko.lisa.testing.SuiteInfo
 
SuiteInfo(LisaDocument) - Constructor for class com.itko.lisa.testing.SuiteInfo
This is a constructor that takes a LisaDocument as parameter. the advantage to using this is to have access to the launch state variables parsed.
SuiteInfo(Document) - Constructor for class com.itko.lisa.testing.SuiteInfo
 
SUITERUNID_KEY - Static variable in class com.itko.lisa.test.TestExec
 
SUITESUMMARYREPORT_KEY - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
supportsDesignTimeExecution() - Method in interface com.itko.lisa.test.FilterInterface
Used to determine if this filter wants to allow itself to be executed in the editor via the button.
supportsDynamicResponseToFilter() - Method in interface com.itko.lisa.test.FilterInterface
Used by the framework to show the editor to change the response

T

TAG - Static variable in class com.itko.lisaint.LoggedResultSet
 
TAG_PARAM_TYPE - Static variable in class com.itko.lisa.test.TestExec
 
TAG_PARAM_TYPE_OPT - Static variable in class com.itko.lisa.test.TestExec
 
TARGET_NAME - Static variable in interface com.itko.lisa.stats.MetricController
 
tc - Variable in class com.itko.lisa.perfmgr.ReportKey
 
TC_TAG - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
tcDesc - Variable in class com.itko.lisa.editor.TestCaseInfo
 
tcProps - Variable in class com.itko.lisa.test.DataSetImpl
 
tel - Variable in class com.itko.lisa.test.TestEventMgr.TestListener
 
terms() - Method in class com.itko.util.ParameterList
Returns an Enumeration for the Parameters in the list
TERSE - Static variable in class com.itko.lisa.test.TestEvent
Used with the eventFilterSet array to choose the event filter that will provide only infrequently ocurring status events and errors
terseFilter - Static variable in class com.itko.lisa.test.TestEvent
This is a terse filter.
test - Variable in class com.itko.lisa.test.TestNode
 
TEST_CMDLINE - Static variable in class com.itko.lisa.testing.JUnitRunLISA
 
TEST_RUN_TAG - Static variable in class com.itko.lisa.test.TestEvent
 
TEST_TYPE_CBT - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_COORDINATOR - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_CVS - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_DCM - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_ESB - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_J2EE - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_LEK - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_PATHFINDER - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_PATHFINDER_DEV_CONSOLE - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_PATHFINDER_PRO - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_PF_CREATE_BASELINE_ASSETS - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_PF_CREATE_VSE_ASSETS - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_PF_EXTRACT_DATA - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_PF_MANAGE_CASES - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_REGISTRY - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_SIMULATOR - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_SWING - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_VSE - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_VSE_LOAD - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_WEB - Static variable in class com.itko.lisa.test.Environment
 
TEST_TYPE_WS - Static variable in class com.itko.lisa.test.Environment
 
TestCase - Class in com.itko.lisa.test
This class contains the object form of the test case that is stored as a document somewhere.
TestCase() - Constructor for class com.itko.lisa.test.TestCase
Construct a test case with no defaults.
TestCase(String) - Constructor for class com.itko.lisa.test.TestCase
Constract a model with default or seeded values for steps, configurations, etc.
TESTCASE_KEY - Static variable in class com.itko.lisa.test.TestExec
 
TESTCASEID_KEY - Static variable in class com.itko.lisa.test.TestExec
 
TestCaseInfo - Class in com.itko.lisa.editor
 
TestCaseInfo() - Constructor for class com.itko.lisa.editor.TestCaseInfo
This Map hold the
TestCaseInfo(String) - Constructor for class com.itko.lisa.editor.TestCaseInfo
 
TestCaseInfo(boolean) - Constructor for class com.itko.lisa.editor.TestCaseInfo
 
TestCaseInfo(String, boolean) - Constructor for class com.itko.lisa.editor.TestCaseInfo
 
TestCaseInfo(InputStream, String) - Constructor for class com.itko.lisa.editor.TestCaseInfo
 
TestCoordinator - Interface in com.itko.lisa.coordinator
This is the sub interface to Coordinator that specifically works with staged tests.
TestDefException - Exception in com.itko.lisa.test
This is the base exception class for all LISA test definition errors.
TestDefException(String, String, Throwable) - Constructor for exception com.itko.lisa.test.TestDefException
 
TestDefException(String, Throwable) - Constructor for exception com.itko.lisa.test.TestDefException
 
TESTDOCTAGNAME - Static variable in class com.itko.lisa.test.TestCase
 
testEnded(TestExec) - Method in interface com.itko.lisa.test.CompanionInterface
Thisi is the mirror of the testStarted method; the Test has completed execution, including sending the final event that would normally be sent to all the TestEvent listeners.
testEnded(ParameterList, TestExec) - Method in class com.itko.lisa.test.SimpleCompanion
Called as LISA is ending the test.
testEnded(TestExec) - Method in class com.itko.lisa.test.SimpleCompanion
 
testEvent(TestEvent) - Method in class com.itko.lisa.coordinator.ReportGenerator
The method that is called by the TestEventMgr when there's an event to process.
testEvent(TestEvent) - Method in class com.itko.lisa.stats.StatKeeper
Called by the TestEventMgr, and used to update our TestRunInfo and SimulatorInfo collections.
testEvent(TestEvent[]) - Method in interface com.itko.lisa.test.RMIEventListenerI
The method called on all listeners when we have an event that was not filtered out.
TestEvent - Class in com.itko.lisa.test
This object contains all the data related to a specific event that occurred during a test execution.
TestEvent(String, String, String, int, int, int, String, String, String, String) - Constructor for class com.itko.lisa.test.TestEvent
Constructor for test events.
testEvent(TestEvent) - Method in interface com.itko.lisa.test.TestEventListener
The method called on all listeners when we have an event that was not filtered out.
testEvent(TestEvent) - Method in class com.itko.lisa.testing.StagedSuite
 
testEvent(TestEvent[]) - Method in class com.itko.lisa.testing.StagedSuite
 
TestEvent.TestEventConverter - Class in com.itko.lisa.test
If you're using xstream this is much faster than using the reflection converter.
TestEvent.TestEventConverter() - Constructor for class com.itko.lisa.test.TestEvent.TestEventConverter
 
TestEventListener - Interface in com.itko.lisa.test
Interface for anyone who wants to register to receive TestEvent objects from a given test run.
TestEventMgr - Class in com.itko.lisa.test
A TestEventMgr is a queue for receiving LISA events and publishing those events to interested listeners.
TestEventMgr() - Constructor for class com.itko.lisa.test.TestEventMgr
Default constructor
TestEventMgr(String) - Constructor for class com.itko.lisa.test.TestEventMgr
This constructor allows the caller to identify who created the object; this is only a debugging aid and does not otherwise impact the behavior.
TestEventMgr.TestListener - Class in com.itko.lisa.test
This class keeps the test event listener object and its filter list
TestEventMgr.TestListener() - Constructor for class com.itko.lisa.test.TestEventMgr.TestListener
 
TestExec - Class in com.itko.lisa.test
This is the heart of test execution.
TestExec() - Constructor for class com.itko.lisa.test.TestExec
 
TestExec(TestCase, String, Simulator, int, int) - Constructor for class com.itko.lisa.test.TestExec
Constructor for a TestExec, it's live once you are done here.
TestExec(TestCase, String, Simulator, int, int, String, String, String) - Constructor for class com.itko.lisa.test.TestExec
Constructor for a TestExec, it's live once you are done here.
TestExec.TestExecInfo - Interface in com.itko.lisa.test
 
TestHarness - Class in com.itko.lisaint
A helper class to make it very simple to implement server side LISA integration anywhere in the server side code.
testKey() - Method in class com.itko.lisa.stats.TestRunInfo
 
testKey() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
 
TestNode - Class in com.itko.lisa.test
TestNode is the heart of LISA.
TestNode() - Constructor for class com.itko.lisa.test.TestNode
 
TestNode.ASSERT_FILTER_TYPE - Enum in com.itko.lisa.test
 
TestNode.FILTER_RUN_TYPE - Enum in com.itko.lisa.test
 
TestNodeInfo - Class in com.itko.lisa.editor
 
TestNodeInfo() - Constructor for class com.itko.lisa.editor.TestNodeInfo
 
TestRegistry - Interface in com.itko.lisa.coordinator
The TestRegistry interface is the service interface for all LISA Test Registry implementations.
TestRegistry.When - Enum in com.itko.lisa.coordinator
 
TestRunException - Exception in com.itko.lisa.test
This exception class contains the details of a run-time error in LISA.
TestRunException(String, String, Throwable) - Constructor for exception com.itko.lisa.test.TestRunException
 
TestRunException(String, Throwable) - Constructor for exception com.itko.lisa.test.TestRunException
 
TESTRUNID_KEY - Static variable in class com.itko.lisa.test.TestExec
 
TestRunInfo - Class in com.itko.lisa.stats
Tracks data for the StatKeeper on each test that is running in this Simulator

TestRunInfo(PerfmonStatKeeper) - Constructor for class com.itko.lisa.stats.TestRunInfo
 
TestRunInfoMBean - Interface in com.itko.lisa.stats
Our JMX MBean interface.
TestRunner - Class in com.itko.lisa.coordinator
The TestRunner class provides a handy way to stage and run a test from the command line, or programmatically by executing methods from this class in Java.
TestRunner(TestRunnerConfiguration) - Constructor for class com.itko.lisa.coordinator.TestRunner
 
TestRunner.ExecutionMode - Enum in com.itko.lisa.coordinator
 
testStarting(TestExec) - Method in interface com.itko.lisa.test.CompanionInterface
This method is called by LISA after the TestCase has been loaded and the state object for the given test execution has been initialized, but before the test has begun.
testStarting(ParameterList, TestExec) - Method in class com.itko.lisa.test.SimpleCompanion
Called when LISA is about to execute the test.
testStarting(TestExec) - Method in class com.itko.lisa.test.SimpleCompanion
 
THINKING_ATTR - Static variable in class com.itko.lisa.coordinator.RunInfo
 
thinkSpec - Variable in class com.itko.lisa.test.TestNode
 
TIME_TAG - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
TIMESTAMP_TAG - Static variable in class com.itko.lisa.test.TestEvent
 
TIMESTAMP_TS_TAG - Static variable in class com.itko.lisa.test.TestEvent
 
title - Static variable in class com.itko.lisa.testing.StageRegressionRun
 
toArgumentString() - Method in class com.itko.util.ParameterList
Returns the key notation string for this list
toAttributeString() - Method in class com.itko.util.ParameterList
An attribute string doesn't use the & between terms.
toDecodedArgumentString() - Method in class com.itko.util.ParameterList
 
toEncodedArgumentString() - Method in class com.itko.util.ParameterList
 
toLongString() - Method in class com.itko.lisaint.LisaCollector
 
toPrettyXML() - Method in class com.itko.lisaint.Integrator
More expensive but better looking xml rep of this integrator...
toShortString() - Method in class com.itko.lisaint.LisaCollector
 
toString() - Method in class com.itko.lisa.editor.CustJavaNodeEditor
 
toString() - Method in class com.itko.lisa.editor.TestNodeInfo
 
toString() - Method in class com.itko.lisa.stats.MetricCollector
 
toString() - Method in class com.itko.lisa.stats.StatKeeper
 
toString() - Method in class com.itko.lisa.stats.TestRunInfo
 
toString() - Method in enum com.itko.lisa.test.DataSetImpl.DataType
This method provides an appropriate, localized, string representing this enum entry.
toString() - Method in exception com.itko.lisa.test.LisaException
Will create a human-readable (well, it's still an ugly Exception) string for display in windows or stream to the screen or whatever.
toString() - Method in class com.itko.lisa.test.RandSet
 
toString() - Method in class com.itko.lisa.test.TestCase
Will give you a printable string of the test case name and node names in the test case.
toString() - Method in class com.itko.lisa.test.TestEvent
Constructs a single-line string for the event
toString(boolean) - Method in class com.itko.lisa.test.TestEvent
 
toString() - Method in class com.itko.lisa.test.TestEventMgr.TestListener
 
toString() - Method in class com.itko.lisa.test.TestExec
String representation of the TestExec
toString() - Method in class com.itko.lisa.test.TestNode
Generates a String that can be used to give you an idea about this Node.
toString() - Method in class com.itko.lisa.testing.RegressionRunner
 
toString() - Method in class com.itko.lisa.testing.StagedSuite
 
toString() - Method in class com.itko.lisa.testing.SuiteInfo
 
toString() - Method in class com.itko.lisaint.CompInfo
 
toString() - Method in class com.itko.lisaint.ExceptionInfo
 
toString() - Method in class com.itko.lisaint.Integrator
Provides simple string output info for this Integrator
toString() - Method in class com.itko.lisaint.JvmInfo
 
toString() - Method in class com.itko.lisaint.LisaCollector
 
toString() - Method in class com.itko.lisaint.LoggedMessage
 
toString() - Method in class com.itko.lisaint.LoggedSql
 
toString() - Method in class com.itko.lisaint.servlet.filter.CharResponseWrapper
 
toString() - Method in class com.itko.lisaint.TransInfo
 
toString() - Method in class com.itko.lisaint.UniqueSql
 
toString() - Method in class com.itko.util.Parameter
Builds a key=value string, or just a value string for the parameter
toString(boolean) - Method in class com.itko.util.Parameter
Builds a key=value string, or just a value string for the parameter
toString() - Method in class com.itko.util.ParameterList
Returns the key notation string for this list
totalWeight() - Method in class com.itko.util.ParameterList
The total weight of Parameters in the list
toXML() - Method in class com.itko.lisaint.CompInfo
 
toXML() - Method in class com.itko.lisaint.Integrator
 
toXML(boolean) - Method in class com.itko.lisaint.Integrator
 
toXMLString() - Method in class com.itko.lisa.test.TestCase
 
TRANSACTION_TAG - Static variable in class com.itko.lisaint.Integrator
 
TransactionFrameCompressor - Class in com.itko.lisaint.agent
This class is used to compress the call stack profiling-like TransactionFrame tree into a more service-like profile.
TransactionFrameCompressor() - Constructor for class com.itko.lisaint.agent.TransactionFrameCompressor
 
transactions - Variable in class com.itko.lisaint.Integrator
 
transform(TransactionFrame) - Method in class com.itko.lisaint.agent.TransFrame2Integrator
 
TransFrame2Integrator - Class in com.itko.lisaint.agent
This class is an engine to convert TransactionFrame objects into Integrator objects
TransFrame2Integrator() - Constructor for class com.itko.lisaint.agent.TransFrame2Integrator
 
TransFrame2IntegratorTester - Class in com.itko.lisaint.agent
Tests our ability to transform frames
TransFrame2IntegratorTester() - Constructor for class com.itko.lisaint.agent.TransFrame2IntegratorTester
 
TransInfo - Class in com.itko.lisaint
The TransInfo class contains all the information that can be gathered about the execution of a specific "transaction" of the system under test.
TransInfo() - Constructor for class com.itko.lisaint.TransInfo
Used to allow proper serialization; not used in practice
TransInfo(Integrator, String) - Constructor for class com.itko.lisaint.TransInfo
Used by the Lisa Integrator to construct.
TRANSINFO - Static variable in class com.itko.lisaint.TransInfo
 
type - Variable in class com.itko.lisa.perfmgr.ReportKey
 
TYPE - Static variable in interface com.itko.lisa.test.DataSet
 
type - Variable in class com.itko.lisa.test.DataSetImpl
 
type - Variable in class com.itko.lisa.test.TestNode
 
TYPE_AGENT_CLIENT - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_BW - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_BW_INBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_BW_OUTBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_BW_WS - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_EJB - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_EJB_INBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_EJB_OUTBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_FRAMEWORK - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_HTTP - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_HTTP_INBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_HTTP_OUTBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_HTTPS - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_IBM_MQ - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_IBM_WPS - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_JDBC - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_JMS - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_JMS_INBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_JMS_OUTBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_MAP_TAG - Static variable in class com.itko.util.Parameter
 
TYPE_REST_HTTP - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_RMI - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_TAG - Static variable in class com.itko.lisa.coordinator.ReportGenerator
 
TYPE_TAG - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
TYPE_TAG - Static variable in interface com.itko.lisa.test.CompanionInterface
The constant for the type attribute of the Companion tag to determine what kind of Companion you want
TYPE_UNKNOWN - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_WMBROKER - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_WMBROKER_INBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_WMBROKER_OUTBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_WMIS - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_WMIS_INBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_WMIS_OUTBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_WS - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_WS_INBOUND - Static variable in class com.itko.lisaint.LisaCollector
 
TYPE_WS_OUTBOUND - Static variable in class com.itko.lisaint.LisaCollector
 

U

uninstallCustomClientSSLScheme() - Static method in class com.itko.lisa.test.Environment
Don't call this unless you know what your're doing.
uninstallTrackingSocket(boolean) - Static method in class com.itko.lisaint.agent.AgentIntegrator
 
UNIQUE_SQL - Static variable in class com.itko.lisaint.UniqueSql
 
UniqueSql - Class in com.itko.lisaint
Created by IntelliJ IDEA.
UniqueSql() - Constructor for class com.itko.lisaint.UniqueSql
 
UniqueSql(Element) - Constructor for class com.itko.lisaint.UniqueSql
 
UniqueSql(String, String, int) - Constructor for class com.itko.lisaint.UniqueSql
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.itko.lisa.test.TestEvent.TestEventConverter
 
unMergeParameterValues(Parameter) - Method in class com.itko.util.ParameterList
 
unregisterLocalRun(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
This method unregisters a model execution run that is being destroyed in a local context.
unregisterPropChangedMap() - Method in class com.itko.lisa.test.TestExec
 
updateAssetURL(AssetContext, Asset, AssetVisitor) - Method in class com.itko.lisa.test.TestNode
 
updateBrokerUrl(TestRegistry) - Static method in class com.itko.lisa.test.Environment
 
updateDependentFilters() - Method in class com.itko.lisa.testing.StagedSuite
 
updateEventListener(int[]) - Method in class com.itko.lisa.testing.RegressionRunner
 
updateListenerFilter(TestEventListener, int[]) - Method in class com.itko.lisa.test.TestEventMgr
Takes a listener out of the collection
updateRemoteEventListener(String, int[]) - Method in interface com.itko.lisa.coordinator.Coordinator
 
updateTicket(String, String, String, String, String, int, int, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
This method updates the ticket specified by the ticketId parameter with the given values.
updateUserSession(User, String...) - Method in interface com.itko.lisa.coordinator.TestRegistry
 
useFilters - Variable in class com.itko.lisa.test.TestNode
 
user - Variable in class com.itko.lisa.perfmgr.ReportKey
 
USER_TAG - Static variable in class com.itko.lisa.perfmgr.ReportKey
 
useSuiteFilter() - Static method in class com.itko.lisa.stats.StatKeeper
 
useThisFilter() - Static method in class com.itko.lisa.stats.StatKeeper
 

V

validateData(Map<Serializable, Serializable>) - Method in interface com.itko.lisa.test.DataSet
Called by the DataSetBaseInfoEditor to perform validation.
VALUE_COUNTER - Static variable in class com.itko.lisa.stats.MetricCollector
Values coming from the collector in the getCurrentValue() method are of type Number (which can be any of Integer, Float, Double, etc.), and they are constantly increasing.
VALUE_GAUGE - Static variable in class com.itko.lisa.stats.MetricCollector
Values coming from the collector are a GAUGE, meaning that they are a current reading at a certain time.
VALUE_STRING - Static variable in class com.itko.lisa.stats.MetricCollector
Values coming from the collector in the getCurrentValue() method are of type String
VALUE_TAG - Static variable in class com.itko.util.Parameter
 
valueOf(String) - Static method in enum com.itko.lisa.coordinator.TestRegistry.When
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.itko.lisa.coordinator.TestRunner.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.itko.lisa.test.DataSetImpl.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.itko.lisa.test.NamedObject.NameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.itko.lisa.test.TestNode.ASSERT_FILTER_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.itko.lisa.test.TestNode.FILTER_RUN_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.itko.lisa.coordinator.TestRegistry.When
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.itko.lisa.coordinator.TestRunner.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.itko.lisa.test.DataSetImpl.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.itko.lisa.test.NamedObject.NameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.itko.lisa.test.TestNode.ASSERT_FILTER_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.itko.lisa.test.TestNode.FILTER_RUN_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
VALUETYPE_STRINGS - Static variable in class com.itko.lisa.stats.MetricCollector
Needed when we want to do something fun with the value type, like make a combo
VALUETYPE_TAG - Static variable in class com.itko.lisa.stats.MetricCollector
 
VERBOSE - Static variable in class com.itko.lisa.test.TestEvent
Used with the eventFilterSet array to choose the event filter that will provide almost every standard event that is published.
verifyDataSets(Element, Map<String, Object>) - Static method in class com.itko.lisa.test.DataSetImpl
Verify data sets are well-defined.
version - Variable in class com.itko.lisa.editor.TestNodeInfo
 
version - Variable in class com.itko.lisa.test.TestNode
 
VERSION - Static variable in class com.itko.lisaint.Integrator
 
VERSION_NUMBER_KEY - Static variable in class com.itko.lisa.test.Environment
 
VSE_EDITION - Static variable in class com.itko.lisa.test.Environment
 

W

warn(String) - Method in class com.itko.lisa.test.TestExec
Raise a warning message into the events for this test
warn(String, String) - Method in class com.itko.lisa.test.TestExec
Raise a warning message into the events for this test
warn(String, String, Throwable) - Method in class com.itko.lisa.test.TestExec
Raise a warning message into the events for this test
WEBLOGIC_SSLCONTEXT - Static variable in class com.itko.lisa.test.Environment
 
WebserviceIntegrator - Class in com.itko.lisaint.webservice
WebserviceIntegrator
WebserviceIntegrator() - Constructor for class com.itko.lisaint.webservice.WebserviceIntegrator
 
Wls81JaxRpcHandler - Class in com.itko.lisaint.wshandler
A JaxRpcHandler that works on weblogic 8.1.
Wls81JaxRpcHandler() - Constructor for class com.itko.lisaint.wshandler.Wls81JaxRpcHandler
 
WORKSTATION_EDITION - Static variable in class com.itko.lisa.test.Environment
 
WORKSTATION_EDITION_NAME - Static variable in class com.itko.lisa.test.Environment
 
writeBaseXML(PrintWriter, String, String, String, int, String, String, boolean, boolean, String, String, String, List<IWriteXML>, List<String>, List<IWriteXML>, ParameterList) - Static method in class com.itko.lisa.test.TestNode
 
writeEncryptedPropsFile(OutputStream) - Method in class com.itko.util.ParameterList
Write the properties to the given OutputStream.
writeEncryptedPropsFile(PrintWriter) - Method in class com.itko.util.ParameterList
Deprecated.
Please use ( OutputStream )
writeFinalXML(PrintWriter) - Static method in class com.itko.lisa.test.TestNode
 
writeFooter(PrintWriter, String) - Static method in class com.itko.lisa.test.TestCase
 
writeHeader(PrintWriter, String, String, Meta, String, String, Signature, String, boolean) - Static method in class com.itko.lisa.test.TestCase
 
writeInitState(PrintWriter, boolean, ParameterList, ParameterList) - Static method in class com.itko.lisa.test.TestCase
 
writeInitState(PrintWriter, boolean, ParameterList, ParameterList, Set<String>) - Static method in class com.itko.lisa.test.TestCase
 
writeIntervalsAsCSV(PrintWriter, List, String) - Method in class com.itko.lisa.stats.MetricData
 
writeIntervalsAsXML(PrintWriter, boolean, List, String) - Method in class com.itko.lisa.stats.MetricData
Writes all the interval data to an XML doc.
writeList(PrintWriter, Collection<?>) - Static method in class com.itko.lisa.test.TestCase
 
writePropertyFile(PrintWriter) - Method in class com.itko.util.ParameterList
 
writeRunTag(PrintWriter) - Method in class com.itko.lisa.coordinator.RunInfo
 
writeSimpleUnsafeXML(PrintWriter) - Method in class com.itko.util.Parameter
 
writeSimpleUnsafeXML(PrintWriter, int) - Method in class com.itko.util.ParameterList
Builds an element string out of the list.
writeSubXML(PrintWriter) - Method in class com.itko.lisa.editor.TestNodeInfo
 
writeSubXML(PrintWriter) - Method in class com.itko.lisa.test.Abend
 
writeSubXML(PrintWriter) - Method in class com.itko.lisa.test.DataSetImpl
 
writeSubXML(PrintWriter) - Method in class com.itko.lisa.test.NormalEnd
 
writeSubXML(PrintWriter) - Method in class com.itko.lisa.test.SimpleCompanion
 
writeSubXML(PrintWriter, ParameterList) - Static method in class com.itko.lisa.test.SimpleCompanion
 
writeSubXML(PrintWriter) - Method in class com.itko.lisa.test.TestNode
Most models will want to override this method so that you can provide programmatic model creation support.
writeXML(PrintWriter) - Method in class com.itko.lisa.coordinator.ReportGenerator
Will persist the common and custom attributes of a ReportGenerator
writeXML(PrintWriter) - Method in class com.itko.lisa.coordinator.RunInfo
 
writeXML(PrintWriter) - Method in interface com.itko.lisa.editor.Controller
When it's time for you to stream your XML representation to the output stream.
writeXML(PrintWriter) - Method in class com.itko.lisa.editor.ControllerBase
 
writeXML(PrintWriter) - Method in class com.itko.lisa.editor.TestCaseInfo
 
writeXML(PrintWriter) - Method in class com.itko.lisa.editor.TestNodeInfo
 
writeXML(PrintWriter) - Method in class com.itko.lisa.perfmgr.AlertEmail
 
writeXML(PrintWriter) - Method in class com.itko.lisa.perfmgr.FileReportKey
 
writeXML(PrintWriter) - Method in class com.itko.lisa.stats.MetricCollector
This must be implemented to so we can save your parameters into an XML document
writeXML(PrintWriter, List, String) - Method in class com.itko.lisa.stats.MetricData
 
writeXML(PrintWriter) - Method in interface com.itko.lisa.test.DataSet
We write XML just like the next guy, but because we are a Remote object we can't do it w/o having to throw RemoteException from the Interface, so we just happen to have the same method
writeXML(PrintWriter) - Method in class com.itko.lisa.test.DataSetImpl
 
writeXML(PrintWriter) - Method in class com.itko.lisa.test.RandSet
 
writeXML(PrintWriter) - Method in class com.itko.lisa.test.TestCase
 
writeXML(PrintWriter) - Method in class com.itko.lisa.test.TestNode
 
writeXML(PrintWriter) - Method in class com.itko.lisa.testing.SuiteInfo
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.CompInfo
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.ExceptionInfo
 
writeXML(PrintWriter) - Method in interface com.itko.lisaint.IReport
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.JvmInfo
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.LisaCollector
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.LisaEventInfo
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.LisaProp
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.LoggedMessage
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.LoggedResultSet
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.LoggedSql
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.TransInfo
 
writeXML(PrintWriter) - Method in class com.itko.lisaint.UniqueSql
 
writeXML(PrintWriter, int) - Method in class com.itko.util.Parameter
 
writeXML(PrintWriter, int, boolean, boolean) - Method in class com.itko.util.ParameterList
 
writeXML(PrintWriter, int) - Method in class com.itko.util.ParameterList
This method generates the Parameter Terms into an XML-like series of child nodes.
writeXML(PrintWriter, int, boolean) - Method in class com.itko.util.ParameterList
 
writeXMLEnd(PrintWriter) - Static method in class com.itko.lisa.test.DataSetImpl
 
writeXMLStart(PrintWriter, String, String, String, boolean, boolean, int, Serializable) - Static method in class com.itko.lisa.test.DataSetImpl
 
writeXMLString(int) - Method in class com.itko.util.ParameterList
Builds an element string out of the list.
WS_CLIENT_ALIAS - Static variable in class com.itko.lisa.test.Environment
 
WS_CLIENT_CERT_PASSWD - Static variable in class com.itko.lisa.test.Environment
 
WS_CLIENT_CERT_PASSWD_ENCRYPT - Static variable in class com.itko.lisa.test.Environment
 
WS_CLIENT_CERT_PATH - Static variable in class com.itko.lisa.test.Environment
 
WS_CLIENT_KEY_PASSWD - Static variable in class com.itko.lisa.test.Environment
 
WS_CLIENT_KEY_PASSWD_ENCRYPT - Static variable in class com.itko.lisa.test.Environment
 

_

_toString() - Method in class com.itko.lisa.stats.TestRunInfo
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 

Copyright © 1998-2014 CA, Inc. All Rights Reserved.