public class JobTrackerImpl extends JobTracker
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.vfs2.FileSystemManager |
fsManager
The VFS
FileSystemManager used for file transfer |
jobDatabase, logger
Constructor and Description |
---|
JobTrackerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
removeAwaitedJob(String id)
Removes from the proxy knowledge all info related with the given job.
|
void |
removeAwaitedTask(String id,
String taskName)
Removes from the proxy knowledge all info related with the given task.
|
org.apache.commons.vfs2.FileObject |
resolveFile(String url) |
cleanDataBase, close, discardAllJobs, discardJob, getAwaitedJob, getAwaitedJobsIds, isAwaitedJob, loadJobs, putAwaitedJob, setSessionName, setTaskTransferring
protected transient org.apache.commons.vfs2.FileSystemManager fsManager
FileSystemManager
used for file transferpublic void removeAwaitedJob(String id)
removeAwaitedJob
in class JobTracker
id
- jobIDpublic void removeAwaitedTask(String id, String taskName)
removeAwaitedTask
in class JobTracker
id
- jobIDtaskName
- task namepublic org.apache.commons.vfs2.FileObject resolveFile(String url) throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemException