if (NSLog.debugLoggingAllowedForLevelAndGroups(NSLog. DebugLevelInformational, NSLog.DebugGroupDeployment))
NSLog.debug.appendln("!@#$!@#$ getSiteConfigFromHostAndPort creates a WOHTTPConnection");
NSDictionary monitorRequest = new NSDictionary<String, String>("SITE", "queryWotaskd");
NSData content = new NSData( (new _JavaMonitorCoder()).encodeRootObjectForKey(monitorRequest, "monitorRequest") );
WORequest aRequest = new ERXRequest(MObject._POST, MObject.directActionString, MObject._HTTP1, NSDictionary.EmptyDictionary, content, null);
WOResponse aResponse = null;
try {
WOHTTPConnection anHTTPConnection = new WOHTTPConnection(configHostName, aPort);
anHTTPConnection.setReceiveTimeout(5000);