public abstract class BaseSeContextsService extends AbstractContextsService
fireRequestLifecycleEvents, supportsConversation, webBeansContext| Modifier | Constructor and Description |
|---|---|
protected |
BaseSeContextsService(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
createSingletonContext() |
void |
destroy(Object destroyObject) |
protected void |
destroyGlobalContexts() |
protected abstract void |
destroySingletonContext() |
void |
endContext(Class<? extends Annotation> scopeType,
Object endParameters) |
javax.enterprise.context.spi.Context |
getCurrentContext(Class<? extends Annotation> scopeType) |
protected abstract javax.enterprise.context.spi.Context |
getCurrentSingletonContext() |
void |
startContext(Class<? extends Annotation> scopeType,
Object startParameter) |
destroyOutdatedConversations, getCurrentContext, init, isSupportsConversation, removeThreadLocals, setSupportConversations, shouldFireRequestLifecycleEventsprotected BaseSeContextsService(WebBeansContext webBeansContext)
protected abstract void destroySingletonContext()
protected abstract javax.enterprise.context.spi.Context getCurrentSingletonContext()
protected abstract void createSingletonContext()
public void endContext(Class<? extends Annotation> scopeType, Object endParameters)
endContext in interface ContextsServiceendContext in class AbstractContextsServicepublic javax.enterprise.context.spi.Context getCurrentContext(Class<? extends Annotation> scopeType)
getCurrentContext in interface ContextsServicegetCurrentContext in class AbstractContextsServicepublic void startContext(Class<? extends Annotation> scopeType, Object startParameter) throws javax.enterprise.context.ContextException
startContext in interface ContextsServicestartContext in class AbstractContextsServicejavax.enterprise.context.ContextExceptionpublic void destroy(Object destroyObject)
destroy in interface ContextsServicedestroy in class AbstractContextsServiceprotected void destroyGlobalContexts()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.