public class ComponentsContextManager extends Object
Constructor and Description |
---|
ComponentsContextManager() |
Modifier and Type | Method and Description |
---|---|
static void |
addComponentStorage(String scope,
ComponentsStorage storage)
Adds a component storage resolver
|
static void |
clearContext()
Clears current Thread
|
protected static LookupHelper |
createLookupHelper() |
static LookupHelper |
getLookupHelper() |
static boolean |
isContextStarted() |
static void |
startContext()
Prepares current thread for a set of Factory operations.
|
public static void addComponentStorage(String scope, ComponentsStorage storage)
scope
- Scope to be resolvedstorage
- Storage that will resolve the componentspublic static void startContext()
public static boolean isContextStarted()
protected static LookupHelper createLookupHelper()
public static LookupHelper getLookupHelper()
public static void clearContext()
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.