I have a test plan something like this :
Here if you loop at the thread group "ClassCreation", you will see it has 4 samplers where the output of one goes to the others input, so these samplers have to be run sequentially. Moreover I've to repeat this thread group 12 times as well. So, is there any way to tell Jmeter, in a thread group before going to the next iteration, pls wait for all the samplers to finish.
j_spring_security_check
...addSubject
will run sequentially, and won't go to next iteration before they are done without any additional controlling. So I guess the question is unclear. Are you trying to synch them so that all threads are done before going to next iteration? Or what do you actually want to achieve? – Kiril S.