Interface IClosedWorkloadUserFactory
- All Superinterfaces:
IUserFactory
- All Known Implementing Classes:
ClosedWorkloadUserFactory
Interface for factories creating closed workload users.
-
Method Summary
Modifier and TypeMethodDescriptionInstruct this factory to spit out a new uservoid
setThinkTimeSpec
(String thinkTimeSpec) Sets a new think time specification that is applied to newly created users.Methods inherited from interface de.uka.ipd.sdq.simucomframework.usage.IUserFactory
attachResponseTimeCalculator
-
Method Details
-
createUser
ClosedWorkloadUser createUser()Description copied from interface:IUserFactory
Instruct this factory to spit out a new user- Specified by:
createUser
in interfaceIUserFactory
- Returns:
- The newly born user
-
setThinkTimeSpec
Sets a new think time specification that is applied to newly created users.- Parameters:
thinkTimeSpec
- the new tink time specification. Must not be null.
-