org.apache.webbeans.config
Class WebBeansFinder

java.lang.Object
  extended by org.apache.webbeans.config.WebBeansFinder

public final class WebBeansFinder
extends Object

Holds the SingletonService that tracks WebBeansContext instances

Version:
$Rev: 1129985 $ $Date: 2011-06-01 04:04:26 +0200 (Mi, 01 Jun 2011) $

Method Summary
static void clearInstances(Object key)
           
static WebBeansContext getSingletonInstance()
           
static void setSingletonService(SingletonService<WebBeansContext> singletonSvc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSingletonInstance

public static WebBeansContext getSingletonInstance()

clearInstances

public static void clearInstances(Object key)

setSingletonService

public static void setSingletonService(SingletonService<WebBeansContext> singletonSvc)


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.