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