debugHash.put(String.valueOf(
(cuid == null ? 0 : cuid.longValue())),
(cxn == null ? "none" : cxn.getRemoteConnectionString())
+ " ["
+ String.valueOf( (cxuid == null ? 0 :
cxuid.longValue())) + "]");
}
} else if (targetType == null) {
msg = "Please supply targetType if you are supplying a target ";
status = Status.ERROR;
} else if (targetType.equals("t") || targetType.equals("q")) {