| Package | Description |
|---|---|
| restx.factory |
| Modifier and Type | Method and Description |
|---|---|
Factory.LocalMachines |
Factory.LocalMachines.addMachine(FactoryMachine machine) |
static Factory.LocalMachines |
Factory.LocalMachines.contextLocal(String ctxName)
Returns a LocalMachines associated with given context name.
|
static Factory.LocalMachines |
Factory.LocalMachines.overrideComponents()
An alias for threadLocal() which makes the intention of using it to override components clearer.
|
Factory.LocalMachines |
Factory.LocalMachines.removeMachine(FactoryMachine machine) |
<T> Factory.LocalMachines |
Factory.LocalMachines.set(Class<T> clazz,
String name,
T component) |
<T> Factory.LocalMachines |
Factory.LocalMachines.set(int priority,
Class<T> clazz,
String name,
T component) |
<T> Factory.LocalMachines |
Factory.LocalMachines.set(int priority,
NamedComponent<T> namedComponent) |
Factory.LocalMachines |
Factory.LocalMachines.set(int priority,
String name,
Object component) |
<T> Factory.LocalMachines |
Factory.LocalMachines.set(NamedComponent<T> namedComponent) |
Factory.LocalMachines |
Factory.LocalMachines.set(String name,
Object component) |
static Factory.LocalMachines |
Factory.LocalMachines.threadLocal()
Returns a LocalMachines associated with current thread.
|
static Factory.LocalMachines |
Factory.LocalMachines.threadLocalFrom(String id)
Return LocalMachines associated with another thread, by id.
|
| Modifier and Type | Method and Description |
|---|---|
Factory.Builder |
Factory.Builder.addLocalMachines(Factory.LocalMachines localMachines) |
Copyright © 2017. All Rights Reserved.