Package org.apache.webbeans.spi
Interface SingletonService<T>
-
public interface SingletonService<T>Responsible for providing singleton instances for OWB runtime. Provider can implement their own logic to provide singleton instances.- Version:
- $Rev$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear(Object key)Any clean activity.Tget(Object key)Get instance for given key and class name.
-