} else if (node.getType().equals("DCOM")) {
DcomInfo info;
try {
info = new DcomInfo(node);
String path = info.getRemoteNodeRootDirectory() + "\\config\\pid";
wrf = new WindowsRemoteFile(info.getCredentials(), path);
if(wrf.exists())
errorMessage = pollForRealDeath("DCOM");
}catch (WindowsException ex) {
//could not get to other host