public class ExecutionServiceContext extends Object
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static ExecutionServiceContext |
getInstance() |
<Type> |
public Type |
getService(Class<Type> serviceClass) |
|
public void |
injectDependencies(Object target) |
<Type> |
public Type |
registerService(Class<Type> serviceClass) |
<Type, ImplementationType extends Type> |
public Type |
registerService(Class<Type> interfaceClass, Class<ImplementationType> implementationClass) |
<Type> |
public void |
registerService(Class<Type> interfaceClass, Type instance) |
|
public void |
registerService(String name, Object value) |