Package | Description |
---|---|
ome.services.blitz.repo | |
ome.services.util |
Helper classes to support OMERO service beans
Instead of abstract classes, IOC methods and dependency injection is used to provide service
interception for the Service (binary) bean classes.
|
omero.cmd |
Modifier and Type | Method and Description |
---|---|
protected PublicRepositoryI.AMD_submit |
PublicRepositoryI.submitRequest(ServiceFactoryI sf,
omero.cmd.Request req,
Ice.Current current,
Executor.Priority priority) |
Modifier and Type | Method and Description |
---|---|
static Executor.Priority |
Executor.Priority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Executor.Priority[] |
Executor.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> java.util.concurrent.Future<T> |
Executor.submit(Executor.Priority prio,
java.util.concurrent.Callable<T> callable)
Simple submission method with a
Executor.Priority . |
<T> java.util.concurrent.Future<T> |
Executor.Impl.submit(Executor.Priority prio,
java.util.concurrent.Callable<T> callable) |
<T> java.util.concurrent.Future<T> |
Executor.submit(Executor.Priority prio,
java.util.Map<java.lang.String,java.lang.String> callContext,
java.util.concurrent.Callable<T> callable)
Like
Executor.submit(Map, Callable) but provide info to which priority
queue should be used. |
<T> java.util.concurrent.Future<T> |
Executor.Impl.submit(Executor.Priority prio,
java.util.Map<java.lang.String,java.lang.String> callContext,
java.util.concurrent.Callable<T> callable) |
Modifier and Type | Method and Description |
---|---|
void |
SessionI.submit_async(omero.cmd.AMD_Session_submit __cb,
omero.cmd.Request req,
Ice.Current current,
Executor.Priority priority) |
Version: 5.4.10-ice35-b105
Copyright © 2019 The University of Dundee & Open Microscopy Environment. All Rights Reserved.