org.apache.openejb.cdi
Class CdiAppContextsService
java.lang.Object
org.apache.webbeans.context.AbstractContextsService
org.apache.openejb.cdi.CdiAppContextsService
- All Implemented Interfaces:
- org.apache.webbeans.spi.ContextsService
public class CdiAppContextsService
- extends org.apache.webbeans.context.AbstractContextsService
- implements org.apache.webbeans.spi.ContextsService
| Methods inherited from class org.apache.webbeans.context.AbstractContextsService |
activateContext, deActivateContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.webbeans.spi.ContextsService |
activateContext, deActivateContext |
CdiAppContextsService
public CdiAppContextsService()
CdiAppContextsService
public CdiAppContextsService(boolean supportsConversation)
init
public void init(Object initializeObject)
- Specified by:
init in interface org.apache.webbeans.spi.ContextsService- Overrides:
init in class org.apache.webbeans.context.AbstractContextsService
destroy
public void destroy(Object destroyObject)
- Specified by:
destroy in interface org.apache.webbeans.spi.ContextsService- Overrides:
destroy in class org.apache.webbeans.context.AbstractContextsService
endContext
public void endContext(Class<? extends Annotation> scopeType,
Object endParameters)
- Specified by:
endContext in interface org.apache.webbeans.spi.ContextsService- Overrides:
endContext in class org.apache.webbeans.context.AbstractContextsService
getCurrentContext
public javax.enterprise.context.spi.Context getCurrentContext(Class<? extends Annotation> scopeType)
- Specified by:
getCurrentContext in interface org.apache.webbeans.spi.ContextsService- Overrides:
getCurrentContext in class org.apache.webbeans.context.AbstractContextsService
startContext
public void startContext(Class<? extends Annotation> scopeType,
Object startParameter)
throws javax.enterprise.context.ContextException
- Specified by:
startContext in interface org.apache.webbeans.spi.ContextsService- Overrides:
startContext in class org.apache.webbeans.context.AbstractContextsService
- Throws:
javax.enterprise.context.ContextException
supportsContext
public boolean supportsContext(Class<? extends Annotation> scopeType)
- Specified by:
supportsContext in interface org.apache.webbeans.spi.ContextsService- Overrides:
supportsContext in class org.apache.webbeans.context.AbstractContextsService
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.