.getCasProcessorConfiguration();
String name = casProcessorConfig.getName();
// If CasProcessor defined to run in a seperate process, extract all runtime info as
// defined in the cpe descriptor for this casProcessor
try {
if (casProcessorConfig.runInSeparateProcess()) {
// redeploy = true IF the service failed and intent is to re-launch it
if (redeploy == false) {
// Get number of instances of the Cas Processors to launch. This is defined in the CPE
// descriptor by
// attribute processingThreadCount in the <casProcessors> element.