Package com.intel.mtwilson.agent.intel

Examples of com.intel.mtwilson.agent.intel.IntelHostAgentFactory


    private final Logger log = LoggerFactory.getLogger(getClass());
    private Map<Vendor,VendorHostAgentFactory> vendorFactoryMap = new EnumMap<Vendor,VendorHostAgentFactory>(Vendor.class);
    //private Logger log = LoggerFactory.getLogger(getClass());
    public HostAgentFactory() {
        // we initialize the map with the known vendors; but this could also be done through IoC
        vendorFactoryMap.put(Vendor.INTEL, new IntelHostAgentFactory());
        /* //[enddef]
        vendorFactoryMap.put(Vendor.CITRIX, new CitrixHostAgentFactory());
        //[ifdef] */
    }
View Full Code Here

TOP

Related Classes of com.intel.mtwilson.agent.intel.IntelHostAgentFactory

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.