|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.faban.driver.engine.VariableLoadHandler
public class VariableLoadHandler
The variable load handler provides the load indexes for load variation.
| Nested Class Summary | |
|---|---|
static class |
VariableLoadHandler.VariableLoad
The load variation bucket. |
| Method Summary | |
|---|---|
boolean |
hasNext()
Checks whether there is another load bucket. |
static void |
main(String[] args)
Test code for the load variation handler. |
VariableLoadHandler.VariableLoad |
next()
Obtains the next load bucket. |
void |
remove()
Removes the load bucket. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iteratorpublic VariableLoadHandler.VariableLoad next()
next in interface Iteratorpublic void remove()
remove in interface Iteratorpublic static void main(String[] args)
args - Command line arguments
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||