|
IBM Rational Performance Tester SDK | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of RPTEvent in com.ibm.rational.test.lt.datacorrelation.execution.harvest |
|---|
| Methods in com.ibm.rational.test.lt.datacorrelation.execution.harvest with parameters of type RPTEvent | |
|---|---|
void |
IDataHarvester.addHarvestInstruction(String propertyName,
com.ibm.rational.test.lt.datacorrelation.execution.harvest.IDataCorrelationVar dcVar,
String regex,
int maxOcc,
int occ,
boolean removeXMLEntity,
String name,
RPTEvent behavior,
boolean alwaysLog)
This will add a harvest instruction to the DataHarvester. |
| Uses of RPTEvent in com.ibm.rational.test.lt.datacorrelation.execution.sub |
|---|
| Methods in com.ibm.rational.test.lt.datacorrelation.execution.sub with parameters of type RPTEvent | |
|---|---|
void |
IDataSub.addSubInstruction(String propertyName,
int offset,
int length,
boolean encode,
com.ibm.rational.test.lt.datacorrelation.execution.harvest.IDataCorrelationVar dcVar,
boolean init,
String name,
RPTEvent behavior)
This function will add a substitute instruction for where to substitute data in the given propertyName |
| Uses of RPTEvent in com.ibm.rational.test.lt.kernel.action |
|---|
| Methods in com.ibm.rational.test.lt.kernel.action with parameters of type RPTEvent | |
|---|---|
void |
IKAction.addEventBehavior(RPTEvent event,
RPTEvent behavior)
This method will allow users to map an RPTEvent to the type of behavior it should throw. |
| Uses of RPTEvent in com.ibm.rational.test.lt.kernel.services |
|---|
| Subclasses of RPTEvent in com.ibm.rational.test.lt.kernel.services | |
|---|---|
class |
RPTBreakLoopEvent
An instance of this class is thrown to cause the target loop to break immediately without completing the current child action. |
class |
RPTContinueLoopEvent
An instance of this class is thrown to cause the target loop to 'continue' immediately without completing the current child action. |
class |
RPTErrorVPEvent
An instance of this class is raised whenever a verification point with a verdict equal to VerdictEvent.VERDICT_ERROR is reported to the testLog. |
class |
RPTFailVPEvent
An instance of this class is raised whenever a verification point with a verdict equal to VerdictEvent.VERDICT_FAIL is reported to the testLog. |
class |
RPTInconclusiveVPEvent
An instance of this class is raised whenever a verification point with a verdict equal to VerdictEvent.VERDICT_INCONCLUSIVE is reported to the testLog. |
class |
RPTLoopEvent
This class is the base class for the group of RPTEvents that are thrown to cause an immediate break or continue in an loop in the behavior model. |
class |
RPTStopScheduleEvent
RPTStopScheduleEvent is an RPTEvent that is thrown to stop the current instance of the current schedule. |
class |
RPTStopTestEvent
RPTStopTestEvent is an RPTEvent that is thrown to stop the current instance of the current test for the current virtual user. |
class |
RPTStopUserEvent
RPTStopUserEvent is an RPTEvent that is thrown to stop the current virtual user. |
class |
RPTVPEvent
This class is the base class for the group of RPTEvents that are raised internally whenever a verification point does not pass. |
| Methods in com.ibm.rational.test.lt.kernel.services that return RPTEvent | |
|---|---|
RPTEvent |
RPTEvent.clone()
|
|
IBM Rational Performance Tester SDK | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||