ome.services.blitz.impl
Class JobHandleI

java.lang.Object
  extended by ome.services.blitz.impl.AbstractAmdServant
      extended by ome.services.blitz.impl.JobHandleI
All Implemented Interfaces:
omero.api._JobHandleOperations, omero.api._ServiceInterfaceOperations, omero.api._StatefulServiceInterfaceOperations, org.springframework.context.ApplicationContextAware

public class JobHandleI
extends AbstractAmdServant
implements omero.api._JobHandleOperations

Implementation of the JobHandle service.

Since:
3.0-Beta4
Author:
Josh Moore, josh at glencoesoftware.com
See Also:
JobHandle

Field Summary
 
Fields inherited from class ome.services.blitz.impl.AbstractAmdServant
be, invoker, service
 
Constructor Summary
JobHandleI(JobHandle service, BlitzExecutor be)
           
 
Method Summary
 void activate_async(omero.api.AMD_StatefulServiceInterface_activate __cb, Ice.Current __current)
           
 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 close_async(omero.api.AMD_StatefulServiceInterface_close __cb, Ice.Current __current)
           
 void getCurrentEventContext_async(omero.api.AMD_StatefulServiceInterface_getCurrentEventContext __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)
           
 void passivate_async(omero.api.AMD_StatefulServiceInterface_passivate __cb, Ice.Current __current)
           
 void submit_async(omero.api.AMD_JobHandle_submit __cb, omero.model.Job j, Ice.Current __current)
           
 
Methods inherited from class ome.services.blitz.impl.AbstractAmdServant
applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, onSetOmeroContext, runnableCall, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobHandleI

public JobHandleI(JobHandle service,
                  BlitzExecutor be)
Method Detail

attach_async

public void attach_async(omero.api.AMD_JobHandle_attach __cb,
                         long jobId,
                         Ice.Current __current)
                  throws omero.ServerError
Specified by:
attach_async in interface omero.api._JobHandleOperations
Throws:
omero.ServerError

cancelJob_async

public void cancelJob_async(omero.api.AMD_JobHandle_cancelJob __cb,
                            Ice.Current __current)
                     throws omero.ServerError
Specified by:
cancelJob_async in interface omero.api._JobHandleOperations
Throws:
omero.ServerError

getJob_async

public void getJob_async(omero.api.AMD_JobHandle_getJob __cb,
                         Ice.Current __current)
                  throws omero.ServerError
Specified by:
getJob_async in interface omero.api._JobHandleOperations
Throws:
omero.ServerError

jobError_async

public void jobError_async(omero.api.AMD_JobHandle_jobError __cb,
                           Ice.Current __current)
                    throws omero.ServerError
Specified by:
jobError_async in interface omero.api._JobHandleOperations
Throws:
omero.ServerError

jobFinished_async

public void jobFinished_async(omero.api.AMD_JobHandle_jobFinished __cb,
                              Ice.Current __current)
                       throws omero.ServerError
Specified by:
jobFinished_async in interface omero.api._JobHandleOperations
Throws:
omero.ServerError

jobMessage_async

public void jobMessage_async(omero.api.AMD_JobHandle_jobMessage __cb,
                             Ice.Current __current)
                      throws omero.ServerError
Specified by:
jobMessage_async in interface omero.api._JobHandleOperations
Throws:
omero.ServerError

jobRunning_async

public void jobRunning_async(omero.api.AMD_JobHandle_jobRunning __cb,
                             Ice.Current __current)
                      throws omero.ServerError
Specified by:
jobRunning_async in interface omero.api._JobHandleOperations
Throws:
omero.ServerError

jobStatus_async

public void jobStatus_async(omero.api.AMD_JobHandle_jobStatus __cb,
                            Ice.Current __current)
                     throws omero.ServerError
Specified by:
jobStatus_async in interface omero.api._JobHandleOperations
Throws:
omero.ServerError

submit_async

public void submit_async(omero.api.AMD_JobHandle_submit __cb,
                         omero.model.Job j,
                         Ice.Current __current)
                  throws omero.ServerError
Specified by:
submit_async in interface omero.api._JobHandleOperations
Throws:
omero.ServerError

activate_async

public void activate_async(omero.api.AMD_StatefulServiceInterface_activate __cb,
                           Ice.Current __current)
Specified by:
activate_async in interface omero.api._StatefulServiceInterfaceOperations

passivate_async

public void passivate_async(omero.api.AMD_StatefulServiceInterface_passivate __cb,
                            Ice.Current __current)
Specified by:
passivate_async in interface omero.api._StatefulServiceInterfaceOperations

close_async

public void close_async(omero.api.AMD_StatefulServiceInterface_close __cb,
                        Ice.Current __current)
Specified by:
close_async in interface omero.api._StatefulServiceInterfaceOperations

getCurrentEventContext_async

public void getCurrentEventContext_async(omero.api.AMD_StatefulServiceInterface_getCurrentEventContext __cb,
                                         Ice.Current __current)
                                  throws omero.ServerError
Specified by:
getCurrentEventContext_async in interface omero.api._StatefulServiceInterfaceOperations
Throws:
omero.ServerError


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.