Creates a new instance of PEHarvester super(config);
super(config);
boolean remote = (!(config.getExecutionContext().isLocal())); if (remote) { List instances = new ArrayList(); instances.add(Constants.SERVER); addMonitoringInfoCollectors(null, instances); }