public interface BlitzExecutor
Modifier and Type | Method and Description |
---|---|
void |
callInvokerOnRawArgs(ServiceInterface service,
IceMethodInvoker invoker,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args)
Uses the given
IceMethodInvoker to make the method call. |
void |
callInvokerWithMappedArgs(ServiceInterface service,
IceMethodInvoker invoker,
IceMapper mapper,
java.lang.Object __cb,
Ice.Current __current,
java.lang.Object... args)
Passes the given arguments to
IceMethodInvoker with the
assumption that all conversion from omero.* to ome.* has taken place. |
void |
runnableCall(Ice.Current __current,
Task runnable) |
<R> void |
safeRunnableCall(Ice.Current __current,
java.lang.Object cb,
boolean isVoid,
java.util.concurrent.Callable<R> callable) |
void callInvokerOnRawArgs(ServiceInterface service, IceMethodInvoker invoker, java.lang.Object __cb, Ice.Current __current, java.lang.Object... args)
IceMethodInvoker
to make the method call. All
arguments are passed directly into the invoker, and the return value from
the invoker is passed to the user.void callInvokerWithMappedArgs(ServiceInterface service, IceMethodInvoker invoker, IceMapper mapper, java.lang.Object __cb, Ice.Current __current, java.lang.Object... args)
IceMethodInvoker
with the
assumption that all conversion from omero.* to ome.* has taken place.
Similarly, the IceMapper
instance will be used to map the
return value from ome.* to omero.*.void runnableCall(Ice.Current __current, Task runnable)
<R> void safeRunnableCall(Ice.Current __current, java.lang.Object cb, boolean isVoid, java.util.concurrent.Callable<R> callable)
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.