org.gcube.data.analysis.tabulardata.service.impl.operation.tasks
Class TaskJobImpl
java.lang.Object
org.gcube.data.analysis.tabulardata.service.impl.operation.tasks.TaskJobImpl
- All Implemented Interfaces:
- Serializable, org.gcube.data.analysis.tabulardata.operation.worker.Job, org.gcube.data.analysis.tabulardata.service.operation.TaskJob
public class TaskJobImpl
- extends Object
- implements org.gcube.data.analysis.tabulardata.service.operation.TaskJob, Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
TaskJobImpl(org.gcube.data.analysis.tabulardata.operation.worker.Job job)
|
|
Method Summary |
org.gcube.data.analysis.tabulardata.service.operation.TaskJobClassifier |
getClassifier()
|
float |
getProgress()
|
org.gcube.data.analysis.tabulardata.operation.worker.JobResult |
getResult()
|
org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation |
getSourceInvocation()
|
org.gcube.data.analysis.tabulardata.operation.worker.ActivityStatus |
getStatus()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskJobImpl
public TaskJobImpl(org.gcube.data.analysis.tabulardata.operation.worker.Job job)
getProgress
public float getProgress()
- Specified by:
getProgress in interface org.gcube.data.analysis.tabulardata.operation.worker.Job
getStatus
public org.gcube.data.analysis.tabulardata.operation.worker.ActivityStatus getStatus()
- Specified by:
getStatus in interface org.gcube.data.analysis.tabulardata.operation.worker.Job
getSourceInvocation
public org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation getSourceInvocation()
- Specified by:
getSourceInvocation in interface org.gcube.data.analysis.tabulardata.operation.worker.Job
getResult
public org.gcube.data.analysis.tabulardata.operation.worker.JobResult getResult()
- Specified by:
getResult in interface org.gcube.data.analysis.tabulardata.operation.worker.Job
getClassifier
public org.gcube.data.analysis.tabulardata.service.operation.TaskJobClassifier getClassifier()
- Specified by:
getClassifier in interface org.gcube.data.analysis.tabulardata.service.operation.TaskJob
Copyright © 2013. All Rights Reserved.