org.apache.webbeans.arquillian.standalone
Class OwbArquillianSingletonService

java.lang.Object
  extended by org.apache.webbeans.arquillian.standalone.OwbArquillianSingletonService
All Implemented Interfaces:
SingletonService<WebBeansContext>

public class OwbArquillianSingletonService
extends Object
implements SingletonService<WebBeansContext>


Constructor Summary
OwbArquillianSingletonService(Properties props)
           
 
Method Summary
 void clear(Object key)
           
 WebBeansContext get(Object key)
           
 void initOwb()
           
 void initOwb(Properties initialConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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:
clear in interface SingletonService<WebBeansContext>

get

public WebBeansContext get(Object key)
Specified by:
get in interface SingletonService<WebBeansContext>


Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.