org.jboss.webbeans.bean.standard
Class ManagerBean

java.lang.Object
  extended by javax.inject.manager.Bean<T>
      extended by org.jboss.webbeans.bean.RIBean<T>
          extended by org.jboss.webbeans.bean.standard.AbstractStandardBean<ManagerImpl>
              extended by org.jboss.webbeans.bean.standard.ManagerBean
All Implemented Interfaces:
Contextual<ManagerImpl>

public class ManagerBean
extends AbstractStandardBean<ManagerImpl>


Constructor Summary
protected ManagerBean(ManagerImpl manager)
           
 
Method Summary
 ManagerImpl create(CreationalContext<ManagerImpl> creationalContext)
           
 void destroy(ManagerImpl instance)
           
 java.lang.Class<ManagerImpl> getType()
           
 java.util.Set<java.lang.reflect.Type> getTypes()
           
 boolean isSerializable()
           
static ManagerBean of(ManagerImpl manager)
           
 
Methods inherited from class org.jboss.webbeans.bean.standard.AbstractStandardBean
getBindings, getDeploymentType, getInjectionPoints, getName, getScopeType, getSpecializedBean, isNullable, isPrimitive, isProxyable, isSpecializing
 
Methods inherited from class org.jboss.webbeans.bean.RIBean
getManager, isDependent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagerBean

protected ManagerBean(ManagerImpl manager)
Method Detail

of

public static final ManagerBean of(ManagerImpl manager)

create

public ManagerImpl create(CreationalContext<ManagerImpl> creationalContext)

getType

public java.lang.Class<ManagerImpl> getType()
Specified by:
getType in class RIBean<ManagerImpl>

getTypes

public java.util.Set<java.lang.reflect.Type> getTypes()
Specified by:
getTypes in class Bean<ManagerImpl>

destroy

public void destroy(ManagerImpl instance)

isSerializable

public boolean isSerializable()
Overrides:
isSerializable in class AbstractStandardBean<ManagerImpl>


Copyright © 2008-2009. All Rights Reserved.