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