Package ome.services.throttling
Class Callback
- java.lang.Object
-
- ome.services.throttling.Task
-
- ome.services.throttling.Callback
-
public class Callback extends Task
Manages AMD-based method dispatches from blitz.
-
-
Constructor Summary
Constructors Constructor Description Callback(java.lang.Boolean io, java.lang.Boolean db, ome.api.ServiceInterface service, IceMethodInvoker invoker, java.lang.Object cb, IceMapper mapper, Ice.Current current, java.lang.Object... args)
Callback(ome.api.ServiceInterface service, IceMethodInvoker invoker, IceMapper mapper, java.lang.Object cb, Ice.Current current, java.lang.Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(ome.system.OmeroContext ctx)
-
Methods inherited from class ome.services.throttling.Task
exception, postProcess, response, toString
-
-
-
-
Constructor Detail
-
Callback
public Callback(java.lang.Boolean io, java.lang.Boolean db, ome.api.ServiceInterface service, IceMethodInvoker invoker, java.lang.Object cb, IceMapper mapper, Ice.Current current, java.lang.Object... args)
-
Callback
public Callback(ome.api.ServiceInterface service, IceMethodInvoker invoker, IceMapper mapper, java.lang.Object cb, Ice.Current current, java.lang.Object... args)
-
-