Package omero.api
Interface JobHandlePrx
-
- All Superinterfaces:
Ice.ObjectPrx
,ServiceInterfacePrx
,StatefulServiceInterfacePrx
- All Known Implementing Classes:
JobHandlePrxHelper
public interface JobHandlePrx extends StatefulServiceInterfacePrx
Allows submission of asynchronous jobs.NOTE: The calling order for the service is as follows:
submit
orattach
- any of the other methods
close
close
does not cancel or otherwise change the Job state. SeecancelJob
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobStatus
attach(long jobId)
Returns the currentJobStatus
for the Job id.JobStatus
attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_attach(long jobId)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_attach(long jobId, Ice.Callback __cb)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_attach(long jobId, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_attach(long jobId, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_attach __cb)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_attach(long jobId, Callback_JobHandle_attach __cb)
Returns the currentJobStatus
for the Job id.Ice.AsyncResult
begin_cancelJob()
Marks a job for cancellation.Ice.AsyncResult
begin_cancelJob(Ice.Callback __cb)
Marks a job for cancellation.Ice.AsyncResult
begin_cancelJob(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Marks a job for cancellation.Ice.AsyncResult
begin_cancelJob(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Marks a job for cancellation.Ice.AsyncResult
begin_cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx)
Marks a job for cancellation.Ice.AsyncResult
begin_cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Marks a job for cancellation.Ice.AsyncResult
begin_cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Marks a job for cancellation.Ice.AsyncResult
begin_cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Marks a job for cancellation.Ice.AsyncResult
begin_cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_cancelJob __cb)
Marks a job for cancellation.Ice.AsyncResult
begin_cancelJob(Callback_JobHandle_cancelJob __cb)
Marks a job for cancellation.Ice.AsyncResult
begin_getJob()
Returns the currentJob
Ice.AsyncResult
begin_getJob(Ice.Callback __cb)
Returns the currentJob
Ice.AsyncResult
begin_getJob(IceInternal.Functional_GenericCallback1<Job> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJob
Ice.AsyncResult
begin_getJob(IceInternal.Functional_GenericCallback1<Job> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJob
Ice.AsyncResult
begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the currentJob
Ice.AsyncResult
begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the currentJob
Ice.AsyncResult
begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Job> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJob
Ice.AsyncResult
begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Job> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJob
Ice.AsyncResult
begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_getJob __cb)
Returns the currentJob
Ice.AsyncResult
begin_getJob(Callback_JobHandle_getJob __cb)
Returns the currentJob
Ice.AsyncResult
begin_jobError()
Returnstrue
if theJob
has thrown an error.Ice.AsyncResult
begin_jobError(Ice.Callback __cb)
Returnstrue
if theJob
has thrown an error.Ice.AsyncResult
begin_jobError(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returnstrue
if theJob
has thrown an error.Ice.AsyncResult
begin_jobError(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returnstrue
if theJob
has thrown an error.Ice.AsyncResult
begin_jobError(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returnstrue
if theJob
has thrown an error.Ice.AsyncResult
begin_jobError(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returnstrue
if theJob
has thrown an error.Ice.AsyncResult
begin_jobError(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returnstrue
if theJob
has thrown an error.Ice.AsyncResult
begin_jobError(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returnstrue
if theJob
has thrown an error.Ice.AsyncResult
begin_jobError(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_jobError __cb)
Returnstrue
if theJob
has thrown an error.Ice.AsyncResult
begin_jobError(Callback_JobHandle_jobError __cb)
Returnstrue
if theJob
has thrown an error.Ice.AsyncResult
begin_jobFinished()
Ice.AsyncResult
begin_jobFinished(Ice.Callback __cb)
Ice.AsyncResult
begin_jobFinished(IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_jobFinished(IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_jobFinished __cb)
Ice.AsyncResult
begin_jobFinished(Callback_JobHandle_jobFinished __cb)
Ice.AsyncResult
begin_jobMessage()
Returns the current message for job.Ice.AsyncResult
begin_jobMessage(Ice.Callback __cb)
Returns the current message for job.Ice.AsyncResult
begin_jobMessage(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current message for job.Ice.AsyncResult
begin_jobMessage(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current message for job.Ice.AsyncResult
begin_jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current message for job.Ice.AsyncResult
begin_jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the current message for job.Ice.AsyncResult
begin_jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current message for job.Ice.AsyncResult
begin_jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current message for job.Ice.AsyncResult
begin_jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_jobMessage __cb)
Returns the current message for job.Ice.AsyncResult
begin_jobMessage(Callback_JobHandle_jobMessage __cb)
Returns the current message for job.Ice.AsyncResult
begin_jobRunning()
Returnstrue
if theJob
is running, i.e.Ice.AsyncResult
begin_jobRunning(Ice.Callback __cb)
Returnstrue
if theJob
is running, i.e.Ice.AsyncResult
begin_jobRunning(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returnstrue
if theJob
is running, i.e.Ice.AsyncResult
begin_jobRunning(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returnstrue
if theJob
is running, i.e.Ice.AsyncResult
begin_jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returnstrue
if theJob
is running, i.e.Ice.AsyncResult
begin_jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returnstrue
if theJob
is running, i.e.Ice.AsyncResult
begin_jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returnstrue
if theJob
is running, i.e.Ice.AsyncResult
begin_jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returnstrue
if theJob
is running, i.e.Ice.AsyncResult
begin_jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_jobRunning __cb)
Returnstrue
if theJob
is running, i.e.Ice.AsyncResult
begin_jobRunning(Callback_JobHandle_jobRunning __cb)
Returnstrue
if theJob
is running, i.e.Ice.AsyncResult
begin_jobStatus()
Returns the currentJobStatus
.Ice.AsyncResult
begin_jobStatus(Ice.Callback __cb)
Returns the currentJobStatus
.Ice.AsyncResult
begin_jobStatus(IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJobStatus
.Ice.AsyncResult
begin_jobStatus(IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJobStatus
.Ice.AsyncResult
begin_jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the currentJobStatus
.Ice.AsyncResult
begin_jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the currentJobStatus
.Ice.AsyncResult
begin_jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJobStatus
.Ice.AsyncResult
begin_jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJobStatus
.Ice.AsyncResult
begin_jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_jobStatus __cb)
Returns the currentJobStatus
.Ice.AsyncResult
begin_jobStatus(Callback_JobHandle_jobStatus __cb)
Returns the currentJobStatus
.Ice.AsyncResult
begin_setMessage(java.lang.String message)
Sets the job's message string, and returns the previous value.Ice.AsyncResult
begin_setMessage(java.lang.String message, Ice.Callback __cb)
Sets the job's message string, and returns the previous value.Ice.AsyncResult
begin_setMessage(java.lang.String message, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets the job's message string, and returns the previous value.Ice.AsyncResult
begin_setMessage(java.lang.String message, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets the job's message string, and returns the previous value.Ice.AsyncResult
begin_setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the job's message string, and returns the previous value.Ice.AsyncResult
begin_setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets the job's message string, and returns the previous value.Ice.AsyncResult
begin_setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets the job's message string, and returns the previous value.Ice.AsyncResult
begin_setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets the job's message string, and returns the previous value.Ice.AsyncResult
begin_setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_setMessage __cb)
Sets the job's message string, and returns the previous value.Ice.AsyncResult
begin_setMessage(java.lang.String message, Callback_JobHandle_setMessage __cb)
Sets the job's message string, and returns the previous value.Ice.AsyncResult
begin_setStatus(java.lang.String status)
Updates theJobStatus
for the current job.Ice.AsyncResult
begin_setStatus(java.lang.String status, Ice.Callback __cb)
Updates theJobStatus
for the current job.Ice.AsyncResult
begin_setStatus(java.lang.String status, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Updates theJobStatus
for the current job.Ice.AsyncResult
begin_setStatus(java.lang.String status, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Updates theJobStatus
for the current job.Ice.AsyncResult
begin_setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx)
Updates theJobStatus
for the current job.Ice.AsyncResult
begin_setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Updates theJobStatus
for the current job.Ice.AsyncResult
begin_setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Updates theJobStatus
for the current job.Ice.AsyncResult
begin_setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Updates theJobStatus
for the current job.Ice.AsyncResult
begin_setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_setStatus __cb)
Updates theJobStatus
for the current job.Ice.AsyncResult
begin_setStatus(java.lang.String status, Callback_JobHandle_setStatus __cb)
Updates theJobStatus
for the current job.Ice.AsyncResult
begin_setStatusAndMessage(java.lang.String status, RString message)
LikesetStatus
but also sets the message.Ice.AsyncResult
begin_setStatusAndMessage(java.lang.String status, RString message, Ice.Callback __cb)
LikesetStatus
but also sets the message.Ice.AsyncResult
begin_setStatusAndMessage(java.lang.String status, RString message, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
LikesetStatus
but also sets the message.Ice.AsyncResult
begin_setStatusAndMessage(java.lang.String status, RString message, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
LikesetStatus
but also sets the message.Ice.AsyncResult
begin_setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx)
LikesetStatus
but also sets the message.Ice.AsyncResult
begin_setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
LikesetStatus
but also sets the message.Ice.AsyncResult
begin_setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
LikesetStatus
but also sets the message.Ice.AsyncResult
begin_setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
LikesetStatus
but also sets the message.Ice.AsyncResult
begin_setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_setStatusAndMessage __cb)
LikesetStatus
but also sets the message.Ice.AsyncResult
begin_setStatusAndMessage(java.lang.String status, RString message, Callback_JobHandle_setStatusAndMessage __cb)
LikesetStatus
but also sets the message.Ice.AsyncResult
begin_submit(Job job)
Submits aJob
and returns its database id.Ice.AsyncResult
begin_submit(Job job, Ice.Callback __cb)
Submits aJob
and returns its database id.Ice.AsyncResult
begin_submit(Job job, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Submits aJob
and returns its database id.Ice.AsyncResult
begin_submit(Job job, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Submits aJob
and returns its database id.Ice.AsyncResult
begin_submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx)
Submits aJob
and returns its database id.Ice.AsyncResult
begin_submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Submits aJob
and returns its database id.Ice.AsyncResult
begin_submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Submits aJob
and returns its database id.Ice.AsyncResult
begin_submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Submits aJob
and returns its database id.Ice.AsyncResult
begin_submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_submit __cb)
Submits aJob
and returns its database id.Ice.AsyncResult
begin_submit(Job job, Callback_JobHandle_submit __cb)
Submits aJob
and returns its database id.void
cancelJob()
Marks a job for cancellation.void
cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx)
Marks a job for cancellation.JobStatus
end_attach(Ice.AsyncResult __result)
Returns the currentJobStatus
for the Job id.void
end_cancelJob(Ice.AsyncResult __result)
Marks a job for cancellation.Job
end_getJob(Ice.AsyncResult __result)
Returns the currentJob
boolean
end_jobError(Ice.AsyncResult __result)
Returnstrue
if theJob
has thrown an error.RTime
end_jobFinished(Ice.AsyncResult __result)
java.lang.String
end_jobMessage(Ice.AsyncResult __result)
Returns the current message for job.boolean
end_jobRunning(Ice.AsyncResult __result)
Returnstrue
if theJob
is running, i.e.JobStatus
end_jobStatus(Ice.AsyncResult __result)
Returns the currentJobStatus
.java.lang.String
end_setMessage(Ice.AsyncResult __result)
Sets the job's message string, and returns the previous value.java.lang.String
end_setStatus(Ice.AsyncResult __result)
Updates theJobStatus
for the current job.java.lang.String
end_setStatusAndMessage(Ice.AsyncResult __result)
LikesetStatus
but also sets the message.long
end_submit(Ice.AsyncResult __result)
Submits aJob
and returns its database id.Job
getJob()
Returns the currentJob
Job
getJob(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the currentJob
boolean
jobError()
Returnstrue
if theJob
has thrown an error.boolean
jobError(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returnstrue
if theJob
has thrown an error.RTime
jobFinished()
RTime
jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx)
java.lang.String
jobMessage()
Returns the current message for job.java.lang.String
jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current message for job.boolean
jobRunning()
Returnstrue
if theJob
is running, i.e.boolean
jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returnstrue
if theJob
is running, i.e.JobStatus
jobStatus()
Returns the currentJobStatus
.JobStatus
jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the currentJobStatus
.java.lang.String
setMessage(java.lang.String message)
Sets the job's message string, and returns the previous value.java.lang.String
setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the job's message string, and returns the previous value.java.lang.String
setStatus(java.lang.String status)
Updates theJobStatus
for the current job.java.lang.String
setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx)
Updates theJobStatus
for the current job.java.lang.String
setStatusAndMessage(java.lang.String status, RString message)
LikesetStatus
but also sets the message.java.lang.String
setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx)
LikesetStatus
but also sets the message.long
submit(Job job)
Submits aJob
and returns its database id.long
submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx)
Submits aJob
and returns its database id.-
Methods inherited from interface Ice.ObjectPrx
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
-
Methods inherited from interface omero.api.StatefulServiceInterfacePrx
activate, activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, close, close, end_activate, end_close, end_getCurrentEventContext, end_passivate, getCurrentEventContext, getCurrentEventContext, passivate, passivate
-
-
-
-
Method Detail
-
submit
long submit(Job job) throws ServerError
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null- Throws:
ServerError
-
submit
long submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_submit
Ice.AsyncResult begin_submit(Job job)
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null- Returns:
- The asynchronous result object.
-
begin_submit
Ice.AsyncResult begin_submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx)
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_submit
Ice.AsyncResult begin_submit(Job job, Ice.Callback __cb)
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_submit
Ice.AsyncResult begin_submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_submit
Ice.AsyncResult begin_submit(Job job, Callback_JobHandle_submit __cb)
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_submit
Ice.AsyncResult begin_submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_submit __cb)
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_submit
Ice.AsyncResult begin_submit(Job job, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_submit
Ice.AsyncResult begin_submit(Job job, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_submit
Ice.AsyncResult begin_submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_submit
Ice.AsyncResult begin_submit(Job job, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
job
- Not null__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_submit
long end_submit(Ice.AsyncResult __result) throws ServerError
Submits aJob
and returns its database id. The only fields directly on status which are editable are message, scheduledFor and status. The latter two must be sensible.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
attach
JobStatus attach(long jobId) throws ServerError
Returns the currentJobStatus
for the Job id.- Throws:
ApiUsageException
- if theJob
does not exist.ServerError
-
attach
JobStatus attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the currentJobStatus
for the Job id.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ApiUsageException
- if theJob
does not exist.ServerError
-
begin_attach
Ice.AsyncResult begin_attach(long jobId)
Returns the currentJobStatus
for the Job id.- Returns:
- The asynchronous result object.
-
begin_attach
Ice.AsyncResult begin_attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the currentJobStatus
for the Job id.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_attach
Ice.AsyncResult begin_attach(long jobId, Ice.Callback __cb)
Returns the currentJobStatus
for the Job id.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_attach
Ice.AsyncResult begin_attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the currentJobStatus
for the Job id.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_attach
Ice.AsyncResult begin_attach(long jobId, Callback_JobHandle_attach __cb)
Returns the currentJobStatus
for the Job id.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_attach
Ice.AsyncResult begin_attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_attach __cb)
Returns the currentJobStatus
for the Job id.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_attach
Ice.AsyncResult begin_attach(long jobId, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJobStatus
for the Job id.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_attach
Ice.AsyncResult begin_attach(long jobId, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJobStatus
for the Job id.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_attach
Ice.AsyncResult begin_attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJobStatus
for the Job id.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_attach
Ice.AsyncResult begin_attach(long jobId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJobStatus
for the Job id.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_attach
JobStatus end_attach(Ice.AsyncResult __result) throws ServerError
Returns the currentJobStatus
for the Job id.- Parameters:
__result
- The asynchronous result object.- Throws:
ApiUsageException
- if theJob
does not exist.ServerError
-
getJob
Job getJob() throws ServerError
Returns the currentJob
- Throws:
ServerError
-
getJob
Job getJob(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the currentJob
- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getJob
Ice.AsyncResult begin_getJob()
Returns the currentJob
- Returns:
- The asynchronous result object.
-
begin_getJob
Ice.AsyncResult begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the currentJob
- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getJob
Ice.AsyncResult begin_getJob(Ice.Callback __cb)
Returns the currentJob
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getJob
Ice.AsyncResult begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the currentJob
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getJob
Ice.AsyncResult begin_getJob(Callback_JobHandle_getJob __cb)
Returns the currentJob
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getJob
Ice.AsyncResult begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_getJob __cb)
Returns the currentJob
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getJob
Ice.AsyncResult begin_getJob(IceInternal.Functional_GenericCallback1<Job> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJob
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getJob
Ice.AsyncResult begin_getJob(IceInternal.Functional_GenericCallback1<Job> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJob
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getJob
Ice.AsyncResult begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Job> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJob
- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getJob
Ice.AsyncResult begin_getJob(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Job> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJob
- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getJob
Job end_getJob(Ice.AsyncResult __result) throws ServerError
Returns the currentJob
- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
jobStatus
JobStatus jobStatus() throws ServerError
Returns the currentJobStatus
. Will never return null.- Throws:
ServerError
-
jobStatus
JobStatus jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the currentJobStatus
. Will never return null.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_jobStatus
Ice.AsyncResult begin_jobStatus()
Returns the currentJobStatus
. Will never return null.- Returns:
- The asynchronous result object.
-
begin_jobStatus
Ice.AsyncResult begin_jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the currentJobStatus
. Will never return null.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_jobStatus
Ice.AsyncResult begin_jobStatus(Ice.Callback __cb)
Returns the currentJobStatus
. Will never return null.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobStatus
Ice.AsyncResult begin_jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the currentJobStatus
. Will never return null.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobStatus
Ice.AsyncResult begin_jobStatus(Callback_JobHandle_jobStatus __cb)
Returns the currentJobStatus
. Will never return null.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobStatus
Ice.AsyncResult begin_jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_jobStatus __cb)
Returns the currentJobStatus
. Will never return null.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobStatus
Ice.AsyncResult begin_jobStatus(IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJobStatus
. Will never return null.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_jobStatus
Ice.AsyncResult begin_jobStatus(IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJobStatus
. Will never return null.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_jobStatus
Ice.AsyncResult begin_jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the currentJobStatus
. Will never return null.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_jobStatus
Ice.AsyncResult begin_jobStatus(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobStatus> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the currentJobStatus
. Will never return null.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_jobStatus
JobStatus end_jobStatus(Ice.AsyncResult __result) throws ServerError
Returns the currentJobStatus
. Will never return null.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
jobFinished
RTime jobFinished() throws ServerError
- Throws:
ServerError
-
jobFinished
RTime jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_jobFinished
Ice.AsyncResult begin_jobFinished()
- Returns:
- The asynchronous result object.
-
begin_jobFinished
Ice.AsyncResult begin_jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx)
- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_jobFinished
Ice.AsyncResult begin_jobFinished(Ice.Callback __cb)
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobFinished
Ice.AsyncResult begin_jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobFinished
Ice.AsyncResult begin_jobFinished(Callback_JobHandle_jobFinished __cb)
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobFinished
Ice.AsyncResult begin_jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_jobFinished __cb)
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobFinished
Ice.AsyncResult begin_jobFinished(IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_jobFinished
Ice.AsyncResult begin_jobFinished(IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_jobFinished
Ice.AsyncResult begin_jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_jobFinished
Ice.AsyncResult begin_jobFinished(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_jobFinished
RTime end_jobFinished(Ice.AsyncResult __result) throws ServerError
- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
jobMessage
java.lang.String jobMessage() throws ServerError
Returns the current message for job. May be set during processing.- Throws:
ServerError
-
jobMessage
java.lang.String jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the current message for job. May be set during processing.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_jobMessage
Ice.AsyncResult begin_jobMessage()
Returns the current message for job. May be set during processing.- Returns:
- The asynchronous result object.
-
begin_jobMessage
Ice.AsyncResult begin_jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current message for job. May be set during processing.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_jobMessage
Ice.AsyncResult begin_jobMessage(Ice.Callback __cb)
Returns the current message for job. May be set during processing.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobMessage
Ice.AsyncResult begin_jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the current message for job. May be set during processing.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobMessage
Ice.AsyncResult begin_jobMessage(Callback_JobHandle_jobMessage __cb)
Returns the current message for job. May be set during processing.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobMessage
Ice.AsyncResult begin_jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_jobMessage __cb)
Returns the current message for job. May be set during processing.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobMessage
Ice.AsyncResult begin_jobMessage(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current message for job. May be set during processing.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_jobMessage
Ice.AsyncResult begin_jobMessage(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current message for job. May be set during processing.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_jobMessage
Ice.AsyncResult begin_jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current message for job. May be set during processing.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_jobMessage
Ice.AsyncResult begin_jobMessage(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current message for job. May be set during processing.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_jobMessage
java.lang.String end_jobMessage(Ice.AsyncResult __result) throws ServerError
Returns the current message for job. May be set during processing.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
jobRunning
boolean jobRunning() throws ServerError
Returnstrue
if theJob
is running, i.e. has an attached process.- Throws:
ServerError
-
jobRunning
boolean jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_jobRunning
Ice.AsyncResult begin_jobRunning()
Returnstrue
if theJob
is running, i.e. has an attached process.- Returns:
- The asynchronous result object.
-
begin_jobRunning
Ice.AsyncResult begin_jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_jobRunning
Ice.AsyncResult begin_jobRunning(Ice.Callback __cb)
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobRunning
Ice.AsyncResult begin_jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobRunning
Ice.AsyncResult begin_jobRunning(Callback_JobHandle_jobRunning __cb)
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobRunning
Ice.AsyncResult begin_jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_jobRunning __cb)
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobRunning
Ice.AsyncResult begin_jobRunning(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_jobRunning
Ice.AsyncResult begin_jobRunning(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_jobRunning
Ice.AsyncResult begin_jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_jobRunning
Ice.AsyncResult begin_jobRunning(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_jobRunning
boolean end_jobRunning(Ice.AsyncResult __result) throws ServerError
Returnstrue
if theJob
is running, i.e. has an attached process.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
jobError
boolean jobError() throws ServerError
Returnstrue
if theJob
has thrown an error.- Throws:
ServerError
-
jobError
boolean jobError(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returnstrue
if theJob
has thrown an error.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_jobError
Ice.AsyncResult begin_jobError()
Returnstrue
if theJob
has thrown an error.- Returns:
- The asynchronous result object.
-
begin_jobError
Ice.AsyncResult begin_jobError(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returnstrue
if theJob
has thrown an error.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_jobError
Ice.AsyncResult begin_jobError(Ice.Callback __cb)
Returnstrue
if theJob
has thrown an error.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobError
Ice.AsyncResult begin_jobError(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returnstrue
if theJob
has thrown an error.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobError
Ice.AsyncResult begin_jobError(Callback_JobHandle_jobError __cb)
Returnstrue
if theJob
has thrown an error.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobError
Ice.AsyncResult begin_jobError(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_jobError __cb)
Returnstrue
if theJob
has thrown an error.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_jobError
Ice.AsyncResult begin_jobError(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returnstrue
if theJob
has thrown an error.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_jobError
Ice.AsyncResult begin_jobError(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returnstrue
if theJob
has thrown an error.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_jobError
Ice.AsyncResult begin_jobError(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returnstrue
if theJob
has thrown an error.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_jobError
Ice.AsyncResult begin_jobError(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returnstrue
if theJob
has thrown an error.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_jobError
boolean end_jobError(Ice.AsyncResult __result) throws ServerError
Returnstrue
if theJob
has thrown an error.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
cancelJob
void cancelJob() throws ServerError
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Throws:
ServerError
-
cancelJob
void cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_cancelJob
Ice.AsyncResult begin_cancelJob()
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Returns:
- The asynchronous result object.
-
begin_cancelJob
Ice.AsyncResult begin_cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx)
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_cancelJob
Ice.AsyncResult begin_cancelJob(Ice.Callback __cb)
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_cancelJob
Ice.AsyncResult begin_cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_cancelJob
Ice.AsyncResult begin_cancelJob(Callback_JobHandle_cancelJob __cb)
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_cancelJob
Ice.AsyncResult begin_cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_cancelJob __cb)
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_cancelJob
Ice.AsyncResult begin_cancelJob(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_cancelJob
Ice.AsyncResult begin_cancelJob(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_cancelJob
Ice.AsyncResult begin_cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_cancelJob
Ice.AsyncResult begin_cancelJob(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_cancelJob
void end_cancelJob(Ice.AsyncResult __result) throws ServerError
Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
setStatus
java.lang.String setStatus(java.lang.String status) throws ServerError
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Throws:
ServerError
-
setStatus
java.lang.String setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setStatus
Ice.AsyncResult begin_setStatus(java.lang.String status)
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Returns:
- The asynchronous result object.
-
begin_setStatus
Ice.AsyncResult begin_setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx)
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setStatus
Ice.AsyncResult begin_setStatus(java.lang.String status, Ice.Callback __cb)
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStatus
Ice.AsyncResult begin_setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStatus
Ice.AsyncResult begin_setStatus(java.lang.String status, Callback_JobHandle_setStatus __cb)
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStatus
Ice.AsyncResult begin_setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_setStatus __cb)
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStatus
Ice.AsyncResult begin_setStatus(java.lang.String status, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setStatus
Ice.AsyncResult begin_setStatus(java.lang.String status, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_setStatus
Ice.AsyncResult begin_setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setStatus
Ice.AsyncResult begin_setStatus(java.lang.String status, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_setStatus
java.lang.String end_setStatus(Ice.AsyncResult __result) throws ServerError
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
setMessage
java.lang.String setMessage(java.lang.String message) throws ServerError
Sets the job's message string, and returns the previous value.- Returns:
- the previous message value
- Throws:
ServerError
-
setMessage
java.lang.String setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Sets the job's message string, and returns the previous value.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- the previous message value
- Throws:
ServerError
-
begin_setMessage
Ice.AsyncResult begin_setMessage(java.lang.String message)
Sets the job's message string, and returns the previous value.- Returns:
- The asynchronous result object.
-
begin_setMessage
Ice.AsyncResult begin_setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the job's message string, and returns the previous value.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setMessage
Ice.AsyncResult begin_setMessage(java.lang.String message, Ice.Callback __cb)
Sets the job's message string, and returns the previous value.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setMessage
Ice.AsyncResult begin_setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets the job's message string, and returns the previous value.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setMessage
Ice.AsyncResult begin_setMessage(java.lang.String message, Callback_JobHandle_setMessage __cb)
Sets the job's message string, and returns the previous value.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setMessage
Ice.AsyncResult begin_setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_setMessage __cb)
Sets the job's message string, and returns the previous value.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setMessage
Ice.AsyncResult begin_setMessage(java.lang.String message, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets the job's message string, and returns the previous value.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setMessage
Ice.AsyncResult begin_setMessage(java.lang.String message, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets the job's message string, and returns the previous value.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_setMessage
Ice.AsyncResult begin_setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets the job's message string, and returns the previous value.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setMessage
Ice.AsyncResult begin_setMessage(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets the job's message string, and returns the previous value.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_setMessage
java.lang.String end_setMessage(Ice.AsyncResult __result) throws ServerError
Sets the job's message string, and returns the previous value.- Parameters:
__result
- The asynchronous result object.- Returns:
- the previous message value
- Throws:
ServerError
-
setStatusAndMessage
java.lang.String setStatusAndMessage(java.lang.String status, RString message) throws ServerError
LikesetStatus
but also sets the message.- Throws:
ServerError
-
setStatusAndMessage
java.lang.String setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
LikesetStatus
but also sets the message.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setStatusAndMessage
Ice.AsyncResult begin_setStatusAndMessage(java.lang.String status, RString message)
LikesetStatus
but also sets the message.- Returns:
- The asynchronous result object.
-
begin_setStatusAndMessage
Ice.AsyncResult begin_setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx)
LikesetStatus
but also sets the message.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setStatusAndMessage
Ice.AsyncResult begin_setStatusAndMessage(java.lang.String status, RString message, Ice.Callback __cb)
LikesetStatus
but also sets the message.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStatusAndMessage
Ice.AsyncResult begin_setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
LikesetStatus
but also sets the message.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStatusAndMessage
Ice.AsyncResult begin_setStatusAndMessage(java.lang.String status, RString message, Callback_JobHandle_setStatusAndMessage __cb)
LikesetStatus
but also sets the message.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStatusAndMessage
Ice.AsyncResult begin_setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_JobHandle_setStatusAndMessage __cb)
LikesetStatus
but also sets the message.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStatusAndMessage
Ice.AsyncResult begin_setStatusAndMessage(java.lang.String status, RString message, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
LikesetStatus
but also sets the message.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setStatusAndMessage
Ice.AsyncResult begin_setStatusAndMessage(java.lang.String status, RString message, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
LikesetStatus
but also sets the message.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_setStatusAndMessage
Ice.AsyncResult begin_setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
LikesetStatus
but also sets the message.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setStatusAndMessage
Ice.AsyncResult begin_setStatusAndMessage(java.lang.String status, RString message, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
LikesetStatus
but also sets the message.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_setStatusAndMessage
java.lang.String end_setStatusAndMessage(Ice.AsyncResult __result) throws ServerError
LikesetStatus
but also sets the message.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
-