public class JobHandleI extends AbstractCloseableAmdServant implements omero.api._JobHandleOperations
JobHandle
Constructor and Description |
---|
JobHandleI(JobHandle service,
BlitzExecutor be) |
Modifier and Type | Method and Description |
---|---|
void |
attach_async(omero.api.AMD_JobHandle_attach __cb,
long jobId,
Ice.Current __current) |
void |
cancelJob_async(omero.api.AMD_JobHandle_cancelJob __cb,
Ice.Current __current) |
void |
getJob_async(omero.api.AMD_JobHandle_getJob __cb,
Ice.Current __current) |
void |
jobError_async(omero.api.AMD_JobHandle_jobError __cb,
Ice.Current __current) |
void |
jobFinished_async(omero.api.AMD_JobHandle_jobFinished __cb,
Ice.Current __current) |
void |
jobMessage_async(omero.api.AMD_JobHandle_jobMessage __cb,
Ice.Current __current) |
void |
jobRunning_async(omero.api.AMD_JobHandle_jobRunning __cb,
Ice.Current __current) |
void |
jobStatus_async(omero.api.AMD_JobHandle_jobStatus __cb,
Ice.Current __current) |
protected void |
postClose(Ice.Current current)
Should not throw any exceptions which should be detected by clients
since it is called in a finally block after the client thread has been
released.
|
protected void |
preClose(Ice.Current current) |
void |
setMessage_async(omero.api.AMD_JobHandle_setMessage __cb,
java.lang.String message,
Ice.Current __current) |
void |
setStatus_async(omero.api.AMD_JobHandle_setStatus __cb,
java.lang.String status,
Ice.Current __current) |
void |
setStatusAndMessage_async(omero.api.AMD_JobHandle_setStatusAndMessage __cb,
java.lang.String status,
omero.RString msg,
Ice.Current __current) |
void |
submit_async(omero.api.AMD_JobHandle_submit __cb,
omero.model.Job j,
Ice.Current __current) |
close_async, close
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolder
public JobHandleI(JobHandle service, BlitzExecutor be)
public void attach_async(omero.api.AMD_JobHandle_attach __cb, long jobId, Ice.Current __current) throws omero.ServerError
attach_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void cancelJob_async(omero.api.AMD_JobHandle_cancelJob __cb, Ice.Current __current) throws omero.ServerError
cancelJob_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void getJob_async(omero.api.AMD_JobHandle_getJob __cb, Ice.Current __current) throws omero.ServerError
getJob_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void jobError_async(omero.api.AMD_JobHandle_jobError __cb, Ice.Current __current) throws omero.ServerError
jobError_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void jobFinished_async(omero.api.AMD_JobHandle_jobFinished __cb, Ice.Current __current) throws omero.ServerError
jobFinished_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void jobMessage_async(omero.api.AMD_JobHandle_jobMessage __cb, Ice.Current __current) throws omero.ServerError
jobMessage_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void jobRunning_async(omero.api.AMD_JobHandle_jobRunning __cb, Ice.Current __current) throws omero.ServerError
jobRunning_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void jobStatus_async(omero.api.AMD_JobHandle_jobStatus __cb, Ice.Current __current) throws omero.ServerError
jobStatus_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void submit_async(omero.api.AMD_JobHandle_submit __cb, omero.model.Job j, Ice.Current __current) throws omero.ServerError
submit_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void setStatus_async(omero.api.AMD_JobHandle_setStatus __cb, java.lang.String status, Ice.Current __current) throws omero.ServerError
setStatus_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void setStatusAndMessage_async(omero.api.AMD_JobHandle_setStatusAndMessage __cb, java.lang.String status, omero.RString msg, Ice.Current __current) throws omero.ServerError
setStatusAndMessage_async
in interface omero.api._JobHandleOperations
omero.ServerError
public void setMessage_async(omero.api.AMD_JobHandle_setMessage __cb, java.lang.String message, Ice.Current __current) throws omero.ServerError
setMessage_async
in interface omero.api._JobHandleOperations
omero.ServerError
protected void preClose(Ice.Current current) throws java.lang.Throwable
preClose
in class AbstractCloseableAmdServant
java.lang.Throwable
protected void postClose(Ice.Current current)
AbstractCloseableAmdServant
postClose
in class AbstractCloseableAmdServant
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.