org.gcube.data.analysis.tabulardata.service.operation
Class ImmutableTaskJob

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.service.operation.ImmutableTaskJob
All Implemented Interfaces:
org.gcube.data.analysis.tabulardata.operation.worker.Job, TaskJob

public class ImmutableTaskJob
extends Object
implements TaskJob


Constructor Summary
ImmutableTaskJob(org.gcube.data.analysis.tabulardata.operation.worker.Job delegateJob, TaskJobClassifier classifier)
           
 
Method Summary
 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()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutableTaskJob

public ImmutableTaskJob(org.gcube.data.analysis.tabulardata.operation.worker.Job delegateJob,
                        TaskJobClassifier classifier)
Method Detail

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 TaskJobClassifier getClassifier()
Specified by:
getClassifier in interface TaskJob

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.