Interface IClosedWorkloadUserFactory
-
- All Superinterfaces:
IUserFactory
- All Known Implementing Classes:
ClosedWorkloadUserFactory
public interface IClosedWorkloadUserFactory extends IUserFactory
Interface for factories creating closed workload users.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClosedWorkloadUser
createUser()
Instruct 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 Detail
-
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
void setThinkTimeSpec(String thinkTimeSpec)
Sets a new think time specification that is applied to newly created users.- Parameters:
thinkTimeSpec
- the new tink time specification. Must not be null.
-
-