Package org.objectweb.fractal.adl

Examples of org.objectweb.fractal.adl.Factory


        components[QM_COMPONENT_IDX] = children[i].getFcInterface("query-manager");
      } else if ("tpm".equals(name)) {
        components[TPM_COMPONENT_IDX] = children[i].getFcInterface("transactional-persistence-manager");
      }
    }
    Factory factory = FactoryFactory.getFactory(FactoryFactory.FRACTAL_BACKEND);
    Map ctxt = new HashMap();
    ctxt.put("template", "true");
    pmT = (Component) factory.newComponent(pmTemplate, ctxt);
    tT = (Component) factory.newComponent(txTemplate, ctxt);
  }
View Full Code Here

TOP

Related Classes of org.objectweb.fractal.adl.Factory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.