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) |
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 Context getCurrentContext(Class<? extends Annotation> scopeType)
getCurrentContext in interface ContextsServicegetCurrentContext in class AbstractContextsServicepublic void startContext(Class<? extends Annotation> scopeType, Object startParameter) throws ContextException
startContext in interface ContextsServicestartContext in class AbstractContextsServiceContextExceptionpublic 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–2014 The Apache Software Foundation. All rights reserved.