Package | Description |
---|---|
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.
|
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) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.