public class CallableSync extends java.lang.Object implements java.util.concurrent.Callable<TimedEvent[]>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String[] |
inputUris |
protected Monitor |
monitor |
protected TaskFactory |
taskFactory |
| Constructor and Description |
|---|
CallableSync(TaskFactory taskFactory,
java.lang.String[] uris) |
| Modifier and Type | Method and Description |
|---|---|
TimedEvent[] |
call() |
protected final java.lang.String[] inputUris
protected final TaskFactory taskFactory
protected final Monitor monitor
public CallableSync(TaskFactory taskFactory, java.lang.String[] uris)
taskFactory - uris - public TimedEvent[] call() throws java.lang.Exception
call in interface java.util.concurrent.Callable<TimedEvent[]>java.lang.Exception