Search in sources :

Example 1 with VmwareContextPool

use of com.cloud.hypervisor.vmware.util.VmwareContextPool in project cloudstack by apache.

the class VmwareSecondaryStorageContextFactory method initFactoryEnvironment.

public static void initFactoryEnvironment() {
    System.setProperty("axis.socketSecureFactory", "org.apache.axis.components.net.SunFakeTrustSocketFactory");
    s_pool = new VmwareContextPool();
}
Also used : VmwareContextPool(com.cloud.hypervisor.vmware.util.VmwareContextPool)

Aggregations

VmwareContextPool (com.cloud.hypervisor.vmware.util.VmwareContextPool)1