Package org.apache.webbeans.config
Class WebBeansFinder
- java.lang.Object
-
- org.apache.webbeans.config.WebBeansFinder
-
public final class WebBeansFinder extends Object
Holds the SingletonService that tracks WebBeansContext instances- Version:
- $Rev$ $Date$
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclearInstances(Object key)static ClassLoadergetCurrentKey()static WebBeansContextgetSingletonInstance()static org.apache.webbeans.spi.SingletonService<WebBeansContext>getSingletonService()static voidsetSingletonService(org.apache.webbeans.spi.SingletonService<WebBeansContext> singletonSvc)
-
-
-
Method Detail
-
getSingletonService
public static org.apache.webbeans.spi.SingletonService<WebBeansContext> getSingletonService()
-
getSingletonInstance
public static WebBeansContext getSingletonInstance()
-
getCurrentKey
public static ClassLoader getCurrentKey()
-
clearInstances
public static void clearInstances(Object key)
-
setSingletonService
public static void setSingletonService(org.apache.webbeans.spi.SingletonService<WebBeansContext> singletonSvc)
-
-