Search in sources :

Example 1 with ConcurrentComponentAccessUtil

use of acs.benchmark.util.ConcurrentComponentAccessUtil in project ACS by ACS-Community.

the class StressStartComponents method setUp.

@Override
protected void setUp() throws Exception {
    super.setUp();
    contSvcs = super.getContainerServices();
    assertNotNull(contSvcs);
    logger = contSvcs.getLogger();
    assertNotNull(logger);
    adminOperations = new ComponentsLoadingAdminOperations(logger);
    contSvcs.getAdvancedContainerServices().connectManagerAdmin(adminOperations, true);
    componentAccessUtil = new ConcurrentComponentAccessUtil(getContainerServices());
    assertNotNull(componentAccessUtil);
    containerUtil = new ContainerUtil(contSvcs);
    assertNotNull(containerUtil);
    containerUtil.loginToManager();
    componentAccessUtil.start();
}
Also used : ConcurrentComponentAccessUtil(acs.benchmark.util.ConcurrentComponentAccessUtil) ContainerUtil(acs.benchmark.util.ContainerUtil)

Aggregations

ConcurrentComponentAccessUtil (acs.benchmark.util.ConcurrentComponentAccessUtil)1 ContainerUtil (acs.benchmark.util.ContainerUtil)1