org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi
Interface BeanEntry<T>

All Superinterfaces:
Serializable

public interface BeanEntry<T>
extends Serializable

Author:
Gerhard Petracek

Method Summary
 javax.enterprise.inject.spi.Bean<T> getBean()
           
 T getBeanInstance()
           
 javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()
           
 boolean isAccessBeanEventEnabled()
           
 boolean isScopeBeanEventEnabled()
           
 boolean isUnscopeBeanEventEnabled()
           
 T resetBeanInstance()
           
 

Method Detail

getBean

javax.enterprise.inject.spi.Bean<T> getBean()

getCreationalContext

javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()

getBeanInstance

T getBeanInstance()

resetBeanInstance

T resetBeanInstance()
Returns:
the old instance

isScopeBeanEventEnabled

boolean isScopeBeanEventEnabled()

isAccessBeanEventEnabled

boolean isAccessBeanEventEnabled()

isUnscopeBeanEventEnabled

boolean isUnscopeBeanEventEnabled()


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.