org.apache.webbeans.config
Class WebBeansFinder
java.lang.Object
org.apache.webbeans.config.WebBeansFinder
public final class WebBeansFinder
- extends Object
Holds singletons based on the deployment
class loader.
- Version:
- $Rev: 984013 $ $Date: 2010-08-10 16:06:27 +0200 (Di, 10 Aug 2010) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSingletonInstance
public static Object getSingletonInstance(String singletonName)
getSingletonInstance
public static Object getSingletonInstance(String singletonName,
Object key)
getExistingSingletonInstance
public static Object getExistingSingletonInstance(String singletonName,
Object key)
clearInstances
public static void clearInstances(Object key)
getSingletonClassLoader
public static Object getSingletonClassLoader(Object singletonInstance)
setSingletonService
public static void setSingletonService(SingletonService singletonSvc)
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.