public class DefaultContextsService extends AbstractContextsService
| Constructor and Description |
|---|
DefaultContextsService() |
| 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) |
boolean |
supportsContext(Class<? extends Annotation> scopeType) |
activateContext, deActivateContext, initpublic 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 boolean supportsContext(Class<? extends Annotation> scopeType)
supportsContext in interface ContextsServicesupportsContext in class AbstractContextsServicepublic void destroy(Object destroyObject)
destroy in interface ContextsServicedestroy in class AbstractContextsServiceCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.