org.apache.webbeans.ee.common.beans
Class PrincipalBean

java.lang.Object
  extended by org.apache.webbeans.component.BeanAttributesImpl<T>
      extended by org.apache.webbeans.component.AbstractOwbBean<T>
          extended by org.apache.webbeans.component.BuiltInOwbBean<Principal>
              extended by org.apache.webbeans.ee.common.beans.PrincipalBean
All Implemented Interfaces:
Contextual<Principal>, Bean<Principal>, PassivationCapable, OwbBean<Principal>, BeanAttributes<Principal>

public class PrincipalBean
extends BuiltInOwbBean<Principal>


Field Summary
 
Fields inherited from class org.apache.webbeans.component.AbstractOwbBean
enabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType
 
Constructor Summary
PrincipalBean(WebBeansContext webBeansContext)
           
 
Method Summary
 boolean isPassivationCapable()
           
 
Methods inherited from class org.apache.webbeans.component.BuiltInOwbBean
getProducer
 
Methods inherited from class org.apache.webbeans.component.AbstractOwbBean
create, destroy, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, isAlternative, isDependent, isEnabled, isSpecializedBean, setEnabled, setSpecializedBean, toString
 
Methods inherited from class org.apache.webbeans.component.BeanAttributesImpl
getName, getQualifiers, getScope, getStereotypes, getTypes, isNullable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.enterprise.inject.spi.Bean
getName, getQualifiers, getScope, getStereotypes, getTypes, isNullable
 

Constructor Detail

PrincipalBean

public PrincipalBean(WebBeansContext webBeansContext)
Method Detail

isPassivationCapable

public boolean isPassivationCapable()
Specified by:
isPassivationCapable in interface OwbBean<Principal>
Overrides:
isPassivationCapable in class AbstractOwbBean<Principal>


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.