org.apache.webbeans.context
Class AbstractContextsService

java.lang.Object
  extended by org.apache.webbeans.context.AbstractContextsService
All Implemented Interfaces:
ContextsService
Direct Known Subclasses:
DefaultContextsService

public abstract class AbstractContextsService
extends Object
implements ContextsService


Constructor Summary
AbstractContextsService()
           
 
Method Summary
 void activateContext(Class<? extends Annotation> scopeType)
           
 void deActivateContext(Class<? extends Annotation> scopeType)
           
 void destroy(Object destroyObject)
           
 void endContext(Class<? extends Annotation> scopeType, Object endParameters)
           
 javax.enterprise.context.spi.Context getCurrentContext(Class<? extends Annotation> scopeType)
           
 void init(Object initializeObject)
           
 void startContext(Class<? extends Annotation> scopeType, Object startParameter)
           
 boolean supportsContext(Class<? extends Annotation> scopeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContextsService

public AbstractContextsService()
Method Detail

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.