ome.services.blitz.impl
Class ScriptProcessI

java.lang.Object
  extended by Ice.ObjectImpl
      extended by omero.grid._ScriptProcessDisp
          extended by ome.services.blitz.impl.ScriptProcessI
All Implemented Interfaces:
Ice.Object, Serializable, Cloneable, omero.grid._ProcessOperations, omero.grid._ProcessOperationsNC, omero.grid._ScriptProcessOperations, omero.grid._ScriptProcessOperationsNC, omero.grid.Process, omero.grid.ScriptProcess

public class ScriptProcessI
extends omero.grid._ScriptProcessDisp

Since:
Beta4.2
Author:
Josh Moore, josh at glencoesoftware.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class omero.grid._ScriptProcessDisp
__ids
 
Constructor Summary
ScriptProcessI(ServiceFactoryI sf, Ice.Current current, omero.grid.InteractiveProcessorPrx processorPrx, InteractiveProcessorI processor, omero.grid.ProcessPrx process)
           
 
Method Summary
 int _wait(Ice.Current __current)
           
 boolean cancel(Ice.Current __current)
           
 void close(boolean detach, Ice.Current __current)
           
 omero.model.ScriptJob getJob(Ice.Current __current)
           
 omero.grid.ScriptProcessPrx getProxy()
           
 Map<String,omero.RType> getResults(int waitSecs, Ice.Current __current)
           
 boolean kill(Ice.Current __current)
           
 omero.RInt poll(Ice.Current __current)
           
 void registerCallback(omero.grid.ProcessCallbackPrx cb, Ice.Current __current)
           
 String setMessage(String message, Ice.Current __current)
           
 void shutdown(Ice.Current __current)
           
 void unregisterCallback(omero.grid.ProcessCallbackPrx cb, Ice.Current __current)
           
 
Methods inherited from class omero.grid._ScriptProcessDisp
___close, ___getJob, ___getResults, ___setMessage, __dispatch, __read, __read, __write, __write, _wait, cancel, close, getJob, getResults, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, kill, poll, registerCallback, setMessage, shutdown, unregisterCallback
 
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __collocDispatch, clone, ice_dispatch, ice_hash, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Ice.Object
__collocDispatch, clone, equals, ice_dispatch, ice_hash, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
 

Constructor Detail

ScriptProcessI

public ScriptProcessI(ServiceFactoryI sf,
                      Ice.Current current,
                      omero.grid.InteractiveProcessorPrx processorPrx,
                      InteractiveProcessorI processor,
                      omero.grid.ProcessPrx process)
               throws omero.ServerError
Throws:
omero.ServerError
Method Detail

getProxy

public omero.grid.ScriptProcessPrx getProxy()

close

public void close(boolean detach,
                  Ice.Current __current)
           throws omero.ServerError
Throws:
omero.ServerError

getJob

public omero.model.ScriptJob getJob(Ice.Current __current)
                             throws omero.ServerError
Throws:
omero.ServerError

getResults

public Map<String,omero.RType> getResults(int waitSecs,
                                          Ice.Current __current)
                                   throws omero.ServerError
Throws:
omero.ServerError

setMessage

public String setMessage(String message,
                         Ice.Current __current)
                  throws omero.ServerError
Throws:
omero.ServerError

_wait

public int _wait(Ice.Current __current)
          throws omero.ServerError
Throws:
omero.ServerError

cancel

public boolean cancel(Ice.Current __current)
               throws omero.ServerError
Throws:
omero.ServerError

kill

public boolean kill(Ice.Current __current)

poll

public omero.RInt poll(Ice.Current __current)
                throws omero.ServerError
Throws:
omero.ServerError

registerCallback

public void registerCallback(omero.grid.ProcessCallbackPrx cb,
                             Ice.Current __current)
                      throws omero.ServerError
Throws:
omero.ServerError

shutdown

public void shutdown(Ice.Current __current)

unregisterCallback

public void unregisterCallback(omero.grid.ProcessCallbackPrx cb,
                               Ice.Current __current)
                        throws omero.ServerError
Throws:
omero.ServerError


OmeroJava Api

Version: Beta-4.2.0-r7571-b29

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