![JAR search and dependency download from the Maven repository](/logo.png)
com.ibm.optim.oaas.client.job.class-use.JobResponse.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-java-client Show documentation
Show all versions of api-java-client Show documentation
Java client API for DOCplexCloud, version 1.0.257
The newest version!
<span class="http"><span class="http"><span class="coffeescript">Uses <span class="hljs-keyword">of</span> Interface com.ibm.optim.oaas.client.job.JobResponse (Java Client <span class="hljs-keyword">for</span> DOcplexcloud <span class="hljs-number">1.0</span> API)</span></span></span>
Uses of Interface
com.ibm.optim.oaas.client.job.JobResponse
-
Packages that use JobResponse Package Description com.ibm.optim.oaas.client.job
This package contains the classes to create and handle jobs.
-
-
Uses of JobResponse in com.ibm.optim.oaas.client.job
Methods in com.ibm.optim.oaas.client.job that return types with arguments of type JobResponse Modifier and Type Method and Description Future<JobResponse>
JobRequestBuilder.create(JobExecutor executor)
Builds the request and creates the job using a given job executor.
Future<JobResponse>
JobRequest.create(JobExecutor executor)
Creates the job as defined in this request.
Future<JobResponse>
JobExecutor.create(JobRequest request,
JobCallback callback)
Creates a job request but does not submit the job.
Future<JobResponse>
JobRequestBuilder.execute(JobExecutor executor)
Builds the request and executes it using a given job executor
Future<JobResponse>
JobRequest.execute(JobExecutor executor)
Executes this request by submitting it to a job executor.
Future<JobResponse>
JobExecutor.execute(JobRequest request)
Executes a job request.
Future<JobResponse>
JobExecutor.execute(JobRequest request,
JobCallback callback)
Executes a job request and calls a callback at major steps of the
execution.
Future<JobResponse>
JobExecutor.monitor(JobRequest request,
String jobid,
JobCallback callback)
Monitor a job request that was submitted.
Future<JobResponse>
JobExecutor.submit(JobRequest request,
JobCallback callback)
Submits a job request but does not monitor the execution nor process the outputs and logs.
Methods in com.ibm.optim.oaas.client.job with parameters of type JobResponse Modifier and Type Method and Description void
JobCallback.completed(JobResponse response)
Called when the executor has completed the processing of the job request.
void
AbstractJobCallback.completed(JobResponse response)
void
JobCallback.created(JobResponse response)
Called when a job has been created.
void
AbstractJobCallback.created(JobResponse response)
void
JobCallback.exception(JobResponse response,
Exception e)
Called when an exception has occurred.
void
AbstractJobCallback.exception(JobResponse response,
Exception e)
void
JobCallback.failed(JobResponse response)
Called when a job has failed.
void
AbstractJobCallback.failed(JobResponse response)
void
JobCallback.interruption(JobResponse response)
Called when a job is being interrupted or has already been interrupted.
void
AbstractJobCallback.interruption(JobResponse response)
void
JobCallback.processed(JobResponse response)
Called when a job has been processed.
void
AbstractJobCallback.processed(JobResponse response)
void
JobCallback.running(JobResponse response)
Called when a job has started to run.
void
AbstractJobCallback.running(JobResponse response)
void
JobCallback.submitted(JobResponse response)
Called when a job has been submitted.
void
AbstractJobCallback.submitted(JobResponse response)
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.