--- projects/cms/source/host/java/Config.java 2001/01/24 01:25:59 1.7 +++ projects/cms/source/host/java/Config.java 2001/03/19 17:38:41 1.8 @@ -11,8 +11,8 @@ import java.io.*; * Will connect to the filter manager and collect its specific * configuration * - * @author $Author: tdb $ - * @version $Id: Config.java,v 1.7 2001/01/24 01:25:59 tdb Exp $ + * @author $Author: ab11 $ + * @version $Id: Config.java,v 1.8 2001/03/19 17:38:41 ab11 Exp $ */ class Config { @@ -131,8 +131,10 @@ class Config { // everything is fine // sendCommand("LASTMODIFIED"); lastModified = sendCommand("LASTMODIFIED"); - + fileList = sendCommand("FILELIST"); + + fQDN = sendCommand("FQDN"); // get all the properties if ( numProperties > 0 ){ // sendCommand("CONFIG"); @@ -245,6 +247,7 @@ class Config { private boolean configChanged; private String lastModified; private String fileList; + private String fQDN; private int numProperties; private HashMap myProperties; private String filterName;