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:$

Method Summary
 Object contextEntered(org.apache.webbeans.config.WebBeansContext newOWBContext)
           
 void contextExited(Object oldOWBContext)
           
 void initialize(StartupObject startupObject)
           
 
Methods inherited from interface org.apache.webbeans.spi.SingletonService
clear, get
 

Method Detail

initialize

void initialize(StartupObject startupObject)

contextEntered

Object contextEntered(org.apache.webbeans.config.WebBeansContext newOWBContext)

contextExited

void contextExited(Object oldOWBContext)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.