Class OwbArquillianSingletonService
- java.lang.Object
-
- org.apache.webbeans.arquillian.standalone.OwbArquillianSingletonService
-
- All Implemented Interfaces:
SingletonService<WebBeansContext>
public class OwbArquillianSingletonService extends Object implements SingletonService<WebBeansContext>
-
-
Constructor Summary
Constructors Constructor Description OwbArquillianSingletonService(Properties props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear(Object key)WebBeansContextget(Object key)voidinitOwb()voidinitOwb(Properties initialConfig)
-
-
-
Constructor Detail
-
OwbArquillianSingletonService
public OwbArquillianSingletonService(Properties props)
-
-
Method Detail
-
initOwb
public void initOwb()
-
initOwb
public void initOwb(Properties initialConfig)
-
clear
public void clear(Object key)
- Specified by:
clearin interfaceSingletonService<WebBeansContext>
-
get
public WebBeansContext get(Object key)
- Specified by:
getin interfaceSingletonService<WebBeansContext>
-
-