| java.lang.Object nextapp.echo2.testapp.thousandmonkeys.Monkey
Monkey | public class Monkey (Code) | | A "Monkey" randomly adds, updates, and removes Component s from
the application.
Note: yes, there is only one monkey per application (you'll need 1000
browser clients to truly achieve 1000 monkeys).
|
Method Summary | |
public void | iterate() Performs a single iteration, potentially adding, removing, and/or
updating several Component s. |
Monkey | public Monkey(ContentPane contentPane)(Code) | | Creates a new Monkey .
Parameters: contentPane - the root ContentPane to which childrenshould be added (will never be removed) |
iterate | public void iterate()(Code) | | Performs a single iteration, potentially adding, removing, and/or
updating several Component s.
|
|
|