edu.stolaf.cs.wmrserver.thrift
Interface JobService.Iface

All Known Implementing Classes:
JobService.Client, JobServiceHandler
Enclosing class:
JobService

public static interface JobService.Iface


Method Summary
 JobStatus getStatus(long id)
           
 void kill(long id)
           
 DataPage readDataPage(java.lang.String path, int page)
           
 java.lang.String storeDataset(java.lang.String name, java.lang.String data)
           
 long submit(JobRequest request)
           
 

Method Detail

storeDataset

java.lang.String storeDataset(java.lang.String name,
                              java.lang.String data)
                              throws InternalException,
                                     org.apache.thrift.TException
Throws:
InternalException
org.apache.thrift.TException

readDataPage

DataPage readDataPage(java.lang.String path,
                      int page)
                      throws NotFoundException,
                             InternalException,
                             PermissionException,
                             org.apache.thrift.TException
Throws:
NotFoundException
InternalException
PermissionException
org.apache.thrift.TException

submit

long submit(JobRequest request)
            throws ValidationException,
                   NotFoundException,
                   CompilationException,
                   InternalException,
                   PermissionException,
                   QuotaException,
                   ForbiddenTestJobException,
                   org.apache.thrift.TException
Throws:
ValidationException
NotFoundException
CompilationException
InternalException
PermissionException
QuotaException
ForbiddenTestJobException
org.apache.thrift.TException

getStatus

JobStatus getStatus(long id)
                    throws NotFoundException,
                           InternalException,
                           org.apache.thrift.TException
Throws:
NotFoundException
InternalException
org.apache.thrift.TException

kill

void kill(long id)
          throws NotFoundException,
                 IllegalJobStateException,
                 InternalException,
                 org.apache.thrift.TException
Throws:
NotFoundException
IllegalJobStateException
InternalException
org.apache.thrift.TException