| 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(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> Future<T> | Executor. submit(Executor.Priority prio,
      Callable<T> callable)Simple submission method with a  Executor.Priority. | 
| <T> Future<T> | Executor.Impl. submit(Executor.Priority prio,
      Callable<T> callable) | 
| <T> Future<T> | Executor. submit(Executor.Priority prio,
      Map<String,String> callContext,
      Callable<T> callable)Like  Executor.submit(Map, Callable)but provide info to which priority
 queue should be used. | 
| <T> Future<T> | Executor.Impl. submit(Executor.Priority prio,
      Map<String,String> callContext,
      Callable<T> callable) | 
                
                
Version: 5.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.