Package org.apache.airavata.xbaya.registrybrowser.model

Examples of org.apache.airavata.xbaya.registrybrowser.model.HostDescriptions


    protected List<TreeNode> getChildren() {
        List<Object> children = new ArrayList<Object>();
        GFacURLs gFacURLs = new GFacURLs(getRegistry());
        children.add(gFacURLs);
        HostDescriptions hostDescriptions = new HostDescriptions(getRegistry());
        children.add(hostDescriptions);
        ServiceDescriptions serviceDescriptions = new ServiceDescriptions(getRegistry());
        children.add(serviceDescriptions);
        ApplicationDeploymentDescriptions applicationDeploymentDescriptions = new ApplicationDeploymentDescriptions(
                getRegistry());
View Full Code Here

TOP

Related Classes of org.apache.airavata.xbaya.registrybrowser.model.HostDescriptions

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.