org.apache.openejb.cdi
Interface ThreadSingletonService
- All Superinterfaces:
- org.apache.webbeans.spi.SingletonService<org.apache.webbeans.config.WebBeansContext>
- All Known Implementing Classes:
- ThreadSingletonServiceImpl
public interface ThreadSingletonService
- extends org.apache.webbeans.spi.SingletonService<org.apache.webbeans.config.WebBeansContext>
- Version:
- $Rev:$ $Date:$
| Methods inherited from interface org.apache.webbeans.spi.SingletonService |
clear, get |
initialize
void initialize(StartupObject startupObject)
contextEntered
Object contextEntered(org.apache.webbeans.config.WebBeansContext newOWBContext)
contextExited
void contextExited(Object oldOWBContext)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.