public class DefaultContextsService extends AbstractContextsService
webBeansContext| Constructor and Description |
|---|
DefaultContextsService(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(Object destroyObject) |
void |
endContext(Class<? extends Annotation> scopeType,
Object endParameters) |
javax.enterprise.context.spi.Context |
getCurrentContext(Class<? extends Annotation> scopeType) |
void |
startContext(Class<? extends Annotation> scopeType,
Object startParameter) |
destroyOutdatedConversations, getCurrentContext, init, removeThreadLocals, setSupportConversationspublic DefaultContextsService(WebBeansContext webBeansContext)
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 AbstractContextsServiceCopyright © 2008–2016 The Apache Software Foundation. All rights reserved.