A job interface: the thing that actually performs the work.
129130131132133134135136137138139
return true; } private boolean genericExecuteJob(Hashtable jobHash, Object jobInput) throws JobException { JobInstance exec = null; JobInput in = null; try { Job job = XmlRpcStructFactory.getJobFromXmlRpc(jobHash); LOG.log(Level.INFO, "stub attempting to execute class: ["