org.openware.loadsim.simulation
Class Sequence

java.lang.Object
  |
  +--org.openware.loadsim.simulation.Sequence
All Implemented Interfaces:
java.io.Serializable

public class Sequence
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
 Link[] getLinks()
          This method is called by each of the VirtualUsers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLinks

public Link[] getLinks()
This method is called by each of the VirtualUsers. Because a single Config object is shared by all VirtualUsers, we must make a copy of the Links and return them as an array.


Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.