1 | void setPassword(String pwd) {↵ | | 1 | void setClassname(String ↵
|
2 | setProperty(CREDENTIALS, pwd);↵ | | |
|
3 | ↵ | | 2 | classname)↵
|
| | | 3 | {↵
|
| | | 4 | setProperty(CLASSNAME, classname);↵
|
4 | }↵ | | 5 | }↵
|
|
5 | /**↵ | | 6 | /**↵
|
6 | * return the password used to login to the jms server↵ | | 7 | * Gets the Class↵
|
7 | * ↵ | | |
|
8 | ↵ | | 8 | name attribute of the JavaConfig object↵
|
| | | 9 | *↵
|
9 | * @return the password used to login to the jms server↵ | | 10 | * @return the Class↵
|
10 | ↵ | | 11 | name value↵
|
11 | */↵ | | 12 | */↵
|
12 | public String getPassword() {↵ | | 13 | public String getClass↵
|
13 | ↵ | | 14 | name()↵
|
| | | 15 | {↵
|
14 | return getPropertyAsString(CREDENTIALS);↵ | | 16 | return getPropertyAsString(C↵
|
15 | }↵ | | |
|
|
16 | ↵ | | 17 | LASSNAME);↵
|
| | | 18 | }↵
|
| | | 19 | ↵
|
17 | /**↵ | | 20 | /**↵
|
18 | * set the number of iterations the sampler should aggregate↵ | | 21 | * Set the ↵
|
19 | * ↵ | | |
|
20 | ↵ | | 22 | string label used to create an instance of the↵
|
| | | 23 | * test with the string constructor.↵
|
21 | * @param count↵ | | 24 | * @param co↵
|
22 | ↵ | | 25 | nstr↵
|
23 | */↵ | | 26 | */↵
|
24 | public void setIterations(String count) {↵ | | 27 | public void set↵
|
25 | setProperty(ITERATIONS, count);↵ | | |
|
26 | | | 28 | ConstructorString(String constr)↵
|
| | | 29 | {↵
|
| | | 30 | setProperty(CONSTRUCTORSTRING,constr);↵
|
| | | 31 |
|