--- projects/cms/source/host/java/Config.java 2001/01/22 04:08:36 1.6 +++ 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.6 2001/01/22 04:08:36 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; @@ -259,4 +262,4 @@ class Config { //---STATIC ATTRIBUTES--- -} // class \ No newline at end of file +} // class