Package org.rhq.enterprise.server.plugin.pc.generic

Examples of org.rhq.enterprise.server.plugin.pc.generic.GenericServerPluginContainer


     *
     * @return the new plugin containers created by this method
     */
    protected List<AbstractTypeServerPluginContainer> createPluginContainers() {
        ArrayList<AbstractTypeServerPluginContainer> pcs = new ArrayList<AbstractTypeServerPluginContainer>(5);
        pcs.add(new GenericServerPluginContainer(this));
        pcs.add(new ContentServerPluginContainer(this));
        pcs.add(new AlertServerPluginContainer(this));
        pcs.add(new BundleServerPluginContainer(this));
        pcs.add(new PackageTypeServerPluginContainer(this));
        pcs.add(new DriftServerPluginContainer(this));
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.server.plugin.pc.generic.GenericServerPluginContainer

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.