Uses of Class
restx.factory.Factory.LocalMachines
Packages that use Factory.LocalMachines
-
Uses of Factory.LocalMachines in restx.factory
Methods in restx.factory that return Factory.LocalMachinesModifier and TypeMethodDescriptionFactory.LocalMachines.addMachine(FactoryMachine machine) static Factory.LocalMachinesFactory.LocalMachines.contextLocal(String ctxName) Returns a LocalMachines associated with given context name.static Factory.LocalMachinesFactory.LocalMachines.overrideComponents()An alias for threadLocal() which makes the intention of using it to override components clearer.Factory.LocalMachines.removeMachine(FactoryMachine machine) Factory.LocalMachines.set(int priority, NamedComponent<T> namedComponent) Factory.LocalMachines.set(NamedComponent<T> namedComponent) static Factory.LocalMachinesFactory.LocalMachines.threadLocal()Returns a LocalMachines associated with current thread.static Factory.LocalMachinesFactory.LocalMachines.threadLocalFrom(String id) Return LocalMachines associated with another thread, by id.Methods in restx.factory with parameters of type Factory.LocalMachinesModifier and TypeMethodDescriptionFactory.Builder.addLocalMachines(Factory.LocalMachines localMachines)