|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransactionStep
Aggregate information about a particular step in an RBU or VU script. This object contains basic timing information, such as the start and end time, as well as the total number of bytes transfered during this step.
| Method Summary | |
|---|---|
long |
getBytes()
The total number of bytes received via HTTP requests while this step was active. |
java.util.Date |
getEnd()
Returns the time the step ended, or null if the step has not yet ended. |
TransactionStepObject |
getFirstObject()
Finds the first (chronologically ordered) object associated with this step, or null if there are no objects. |
TransactionStepObject |
getLastObject()
Finds the last (chronologically ordered) object associated with this step, or null if there are no objects. |
java.util.List<TransactionStepObject> |
getObjects()
Returns all objects associated with this step, or an empty list of no objects are. |
java.util.Date |
getStart()
Returns the time the step started. |
long |
getTimeActive()
The time spent actively running the script, such as spent waiting for a page to finish loading. |
long |
getTimePaused()
The time spent actively paused due to an explicit call to pause() by the script author. |
java.lang.String |
put(java.lang.String name,
java.lang.String value)
Associates a generic name/value pair with this step. |
| Method Detail |
|---|
java.lang.String put(java.lang.String name,
java.lang.String value)
name - the unique name of the name/value pairvalue - the value to be stored
java.util.Date getStart()
java.util.Date getEnd()
long getBytes()
long getTimePaused()
long getTimeActive()
TransactionStepObject getFirstObject()
getLastObject() to determine the total time spent downloading objects for the step.
TransactionStepObject getLastObject()
getFirstObject() to determine the total time spent downloading objects for the step.
java.util.List<TransactionStepObject> getObjects()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||