public class GroupedConversationContextExtension extends Object implements javax.enterprise.inject.spi.Extension, Deactivatable
Constructor and Description |
---|
GroupedConversationContextExtension() |
Modifier and Type | Method and Description |
---|---|
void |
afterBeanDiscovery(javax.enterprise.inject.spi.AfterBeanDiscovery event,
javax.enterprise.inject.spi.BeanManager manager)
Adds codi scopes to the container
|
boolean |
isActivated()
Returns if the current instance is active or not.
|
void |
validateScopes(javax.enterprise.inject.spi.ProcessBean processBean)
Validates the correct usage of codi scopes.
|
public void afterBeanDiscovery(@Observes javax.enterprise.inject.spi.AfterBeanDiscovery event, javax.enterprise.inject.spi.BeanManager manager)
event
- after-bean-discovery eventmanager
- current bean-managerpublic void validateScopes(@Observes javax.enterprise.inject.spi.ProcessBean processBean)
processBean
- current process-beanpublic boolean isActivated()
isActivated
in interface Deactivatable
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.