Interface IClosedWorkloadUserFactory

All Superinterfaces:
IUserFactory
All Known Implementing Classes:
ClosedWorkloadUserFactory

public interface IClosedWorkloadUserFactory extends IUserFactory
Interface for factories creating closed workload users.
  • Method Details

    • createUser

      ClosedWorkloadUser createUser()
      Description copied from interface: IUserFactory
      Instruct this factory to spit out a new user
      Specified by:
      createUser in interface IUserFactory
      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.