| RuntimeManager | RuntimeManagerFactory. newPerCaseRuntimeManager(RuntimeEnvironment environment) | Produces new instance of per case RuntimeManagerwith default identifier. | 
| RuntimeManager | RuntimeManagerFactory. newPerCaseRuntimeManager(RuntimeEnvironment environment,
                        String identifier) | Produces new instance of per case RuntimeManagerwith custom identifier. | 
| RuntimeManager | RuntimeManagerFactory. newPerProcessInstanceRuntimeManager(RuntimeEnvironment environment) | Produces new instance of per process instance RuntimeManagerwith default identifier. | 
| RuntimeManager | RuntimeManagerFactory. newPerProcessInstanceRuntimeManager(RuntimeEnvironment environment,
                                   String identifier) | Produces new instance of per process instance RuntimeManagerwith custom identifier. | 
| RuntimeManager | RuntimeManagerFactory. newPerRequestRuntimeManager(RuntimeEnvironment environment) | Produces new instance of per request RuntimeManagerwith default identifier. | 
| RuntimeManager | RuntimeManagerFactory. newPerRequestRuntimeManager(RuntimeEnvironment environment,
                           String identifier) | Produces new instance of per request RuntimeManagerwith custom identifier. | 
| RuntimeManager | RuntimeManagerFactory. newSingletonRuntimeManager(RuntimeEnvironment environment) | Produces new instance of singleton RuntimeManagerwith default identifier. | 
| RuntimeManager | RuntimeManagerFactory. newSingletonRuntimeManager(RuntimeEnvironment environment,
                          String identifier) | Produces new instance of singleton RuntimeManagerwith custom identifier. |