badLocFile = getLocationDirectory(XmultraConfig.BAD_LOCATION_ELEMENT);
if (badLocFile == null)return false;
// Create and initialize the Class which will write the data to the destination
// locations.
destWriter = new DestinationWriter();
if (!destWriter.init(imh, super.aProcessorNode, new DateUtils())) {
return false;
}
// Create and initialize the Class which will write the data to the destination
// locations.
destWriter = new DestinationWriter();
if (!destWriter.init(imh, super.aProcessorNode, new DateUtils())) {
return false;
}
// Get the neccessary information to set up the database's connection