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

java.lang.Object
  extended by org.apache.webbeans.component.AbstractOwbBean<Principal>
      extended by org.apache.webbeans.ee.common.beans.PrinicipalBean
All Implemented Interfaces:
Contextual<Principal>, Bean<Principal>, OwbBean<Principal>

public class PrinicipalBean
extends AbstractOwbBean<Principal>


Field Summary
 
Fields inherited from class org.apache.webbeans.component.AbstractOwbBean
apiTypes, enabled, implQualifiers, implScopeType, injectionPoints, name, nullable, passivatingId, returnType, serializable, specializedBean, stereoTypes, webBeansType
 
Constructor Summary
PrinicipalBean()
           
 
Method Summary
protected  Principal createInstance(CreationalContext<Principal> creationalContext)
           
 boolean isPassivationCapable()
           
 
Methods inherited from class org.apache.webbeans.component.AbstractOwbBean
addApiType, addInjectionPoint, addQualifier, addStereoType, create, createNewInstance, destroy, destroyCreatedInstance, destroyInstance, getBeanClass, getId, getImplQualifiers, getImplScopeType, getInjectionPoint, getInjectionPoints, getLogger, getManager, getName, getOwbStereotypes, getQualifiers, getReturnType, getScope, getStereotypes, getTypes, getWebBeansType, isAlternative, isDependent, isEnabled, isNullable, isSerializable, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean, toString, validatePassivationDependencies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrinicipalBean

public PrinicipalBean()
Method Detail

createInstance

protected Principal createInstance(CreationalContext<Principal> creationalContext)
Specified by:
createInstance in class AbstractOwbBean<Principal>

isPassivationCapable

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


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