1 | public void configure(TestElement el) {↵ | | 1 | public void configure(TestElement element) {↵
|
2 | super.configure(el);↵ | | 2 | super.configure(element);↵
|
3 | SubscriberSampler sampler = (SubscriberSampler) el;↵ | | 3 | BSFSampler sampler = (BSFSampler) el↵
|
4 | useProperties.setSelected(sampler.getUseJNDIPropertiesAsBoolean());↵ | | |
|
5 | jndiICF.setText(sampler.getJNDIInitialContextFactory↵ | | 4 | ement;↵
|
6 | ());↵ | | 5 | scriptField.setText(sampler.getScript());↵
|
7 | urlField.setText(sampler.getProviderUrl());↵ | | 6 | langField.set↵
|
8 | jndiConnFac.setText(sampler.getConnectionFactory());↵ | | |
|
9 | jmsTopic.setText(sampler.getTopic());↵ | | |
|
10 | jmsUser.setText(sampler.getUsername());↵ | | |
|
11 | jmsPwd.setText(sampler.getPassword());↵ | | |
|
12 | iterations.setText(sampler.getIterations());↵ | | |
|
13 | reqAuth.setText(sampler.getUseAuth());↵ | | |
|
14 | readResponse.setSelected(sampler.getReadResponseAsBoolean());↵ | | |
|
15 | clientChoice.setText(sampler.getClientChoice↵ | | 7 | SelectedItem(sampler.getScriptLanguage());↵
|
| | | 8 | filename.setText(sampler.getFilename());↵
|
16 | ());↵ | | 9 | parameters.setText(sampler.getParameters());↵
|
17 | | | 10 |
|