See: Description
| Interface | Description | 
|---|---|
| Executor | Simple execution/work interface which can be used for internal tasks
 which need to have a full working implementation. | 
| Executor.SqlWork | Work SPI to perform actions related to
  statelesssessions. | 
| Executor.StatefulWork | In the case of a stateful work order, the bean itself needs to be
 associated with the sessionHandler and thread rather than the word
 instance itself. | 
| Executor.Work<X> | Work SPI to perform actions within the server as if they were fully
 wrapped in our service logic. | 
| Class | Description | 
|---|---|
| BeanHelper | Helper for all bean implementations. | 
| DBEnumCheck | Hook run by the context to guarantee that various enumerations are up to
 date. | 
| DBPatchCheck | Hook run by the context. | 
| DBUnicodeUnitsCheck | Checks that the database contains correctly encoded enumerations for units of measure. | 
| DBUserCheck | Hook run by the context. | 
| ExecutionThread | Thread which can be started and will appropriately acquire a session, then
 use the  Executorto complete its work. | 
| Executor.Descriptive | |
| Executor.Impl | |
| Executor.SimpleSqlWork | Simple adapter which takes a String for  Executor.Descriptive.description | 
| Executor.SimpleWork | Simple adapter which takes a String for  Executor.Descriptive.description | 
| IceUtil | Methods for working with Ice. | 
| JvmSettingsCheck | Hook run by the context which prints out JVM-related
 information, primarily Java version, max heap size
 and available processors. | 
| NamespaceCheck | Hook run by the context. | 
| ServerDirectoryCheck | Hook run by the context at startup to create needed directories for the server. | 
| ServerVersionCheck | Hook run by the context. | 
| ServiceHandler | |
| SleepTimer | Provides a timer for having a thread sleep that prematurely awakens when the server is to shut down,
 so the sleeping does not keep the server running. | 
| Enum | Description | 
|---|---|
| Executor.Priority | 
Instead of abstract classes, IOC methods and dependency injection is used to provide service interception for the Service (binary) bean classes.
                
                
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.