Ignore:
Timestamp:
Mar 19, 2010, 11:40:42 AM (14 years ago)
Author:
tobias
Message:

read objects from SOAP Interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/ConfigurationBean.java

    r844 r846  
    2525                ResourceInfo[] ri;
    2626                Client c = new Client();
    27                 String[] nodes = {"Director", "Client", "FileSet", "Schedule",
    28                                         "SDStorage", "Catalog", "SDDevice", "Job", "JobDefs"};
     27                String[] nodes = {"Director", "Storage", "Catalog", "Autochanger", "Client", "FileSet", "FDClient", "Schedule",
     28                                        "SDStorage", "Console", "Catalog", "SDDevice", "Job", "JobDefs", "Messages", "Pool"};
    2929                setTree(super.createTree(root, nodes, "Configuration"));
    3030
     
    3737                        lrt.setResourceType(type);
    3838                        ri = c.getListResources(lrt);
    39                         if (ri.length == 0) continue;
     39                        if (ri == null || ri.length == 0) continue;
    4040                        for (int j = 0; j < ri.length; j++){
    4141                                myNode = null;
Note: See TracChangeset for help on using the changeset viewer.