public class AnalyzeJob
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Boolean>
Constructor and Description |
---|
AnalyzeJob(java.io.File analyzeFile,
StatisticContext context,
java.util.List<AbstractStatisticAgent> agentList,
ProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
call() |
protected MonitoredInputStream |
getFileMonitoredStream(java.io.File file) |
protected void |
readEventFile()
Read
EventData from a file and call every agent to process it |
public AnalyzeJob(java.io.File analyzeFile, StatisticContext context, java.util.List<AbstractStatisticAgent> agentList, ProgressListener listener)
public java.lang.Boolean call()
call
in interface java.util.concurrent.Callable<java.lang.Boolean>
protected void readEventFile() throws java.lang.Exception
EventData
from a file and call every agent to process itjava.lang.Exception
- Exception thrown when reading the fileprotected MonitoredInputStream getFileMonitoredStream(java.io.File file) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Copyright © 2001-2010 Jalios SA. All Rights Reserved.