gcmad.startDeployment();
gcmad.waitReady();
GCMVirtualNode VN1 = gcmad.getVirtualNode("VN1");
GCMVirtualNode VN2 = gcmad.getVirtualNode("VN2");
VN1.waitReady();
VN2.waitReady();
Component boot = Utils.getBootstrapComponent();
PAGCMTypeFactory tf = Utils.getPAGCMTypeFactory(boot);
PAGenericFactory gf = Utils.getPAGenericFactory(boot);