Uses of Class
org.jboss.webbeans.ManagerImpl

Packages that use ManagerImpl
org.jboss.webbeans   
org.jboss.webbeans.bean   
org.jboss.webbeans.bean.ee   
org.jboss.webbeans.bean.ee.jms   
org.jboss.webbeans.bean.proxy   
org.jboss.webbeans.bean.standard   
org.jboss.webbeans.bootstrap   
org.jboss.webbeans.event   
org.jboss.webbeans.injection   
org.jboss.webbeans.injection.resolution   
org.jboss.webbeans.metadata   
org.jboss.webbeans.util   
org.jboss.webbeans.xml   
 

Uses of ManagerImpl in org.jboss.webbeans
 

Methods in org.jboss.webbeans that return ManagerImpl
 ManagerImpl ManagerImpl.createActivity()
           
static ManagerImpl CurrentManager.get(java.lang.Integer key)
           
 ManagerImpl ManagerImpl.getCurrent()
           
protected  ManagerImpl FacadeImpl.getManager()
           
static ManagerImpl ManagerImpl.newChildManager(ManagerImpl parentManager)
          Create a new child manager
static ManagerImpl ManagerImpl.newRootManager(ServiceRegistry serviceRegistry)
          Create a new, root, manager
static ManagerImpl CurrentManager.rootManager()
          Gets the root manager
 ManagerImpl ManagerImpl.setCurrent(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
           
 

Methods in org.jboss.webbeans with parameters of type ManagerImpl
static java.lang.Integer CurrentManager.add(ManagerImpl manager)
           
static ManagerImpl ManagerImpl.newChildManager(ManagerImpl parentManager)
          Create a new child manager
static
<I> Instance<I>
InstanceImpl.of(java.lang.reflect.Type type, ManagerImpl manager, java.util.Set<java.lang.annotation.Annotation> annotations)
           
static void CurrentManager.setRootManager(ManagerImpl managerImpl)
          Sets the root manager
 

Constructors in org.jboss.webbeans with parameters of type ManagerImpl
BeanValidator(ManagerImpl manager)
           
FacadeImpl(java.lang.reflect.Type type, ManagerImpl manager, java.util.Set<? extends java.lang.annotation.Annotation> bindings)
          Constructor
 

Uses of ManagerImpl in org.jboss.webbeans.bean
 

Fields in org.jboss.webbeans.bean declared as ManagerImpl
protected  ManagerImpl AbstractBean.manager
           
 

Methods in org.jboss.webbeans.bean that return ManagerImpl
protected  ManagerImpl RIBean.getManager()
           
 

Methods in org.jboss.webbeans.bean with parameters of type ManagerImpl
static
<T> NewSimpleBean<T>
NewSimpleBean.of(AnnotatedClass<T> clazz, ManagerImpl manager)
          Creates an instance of a NewSimpleBean from an annotated class
static
<T> SimpleBean<T>
SimpleBean.of(AnnotatedClass<T> clazz, ManagerImpl manager)
          Creates a simple, annotation defined Web Bean
static
<T> EnterpriseBean<T>
EnterpriseBean.of(AnnotatedClass<T> clazz, ManagerImpl manager, BeanDeployerEnvironment environment)
          Creates a simple, annotation defined Enterprise Web Bean
static
<T> NewEnterpriseBean<T>
NewEnterpriseBean.of(AnnotatedClass<T> clazz, ManagerImpl manager, BeanDeployerEnvironment environment)
          Creates an instance of a NewEnterpriseBean from an annotated class
static
<T> ProducerFieldBean<T>
ProducerFieldBean.of(AnnotatedField<T> field, AbstractClassBean<?> declaringBean, ManagerImpl manager)
          Creates a producer field Web Bean
static
<T> ProducerMethodBean<T>
ProducerMethodBean.of(AnnotatedMethod<T> method, AbstractClassBean<?> declaringBean, ManagerImpl manager)
          Creates a producer method Web Bean
static
<T> DisposalMethodBean<T>
DisposalMethodBean.of(ManagerImpl manager, AnnotatedMethod<T> disposalMethod, AbstractClassBean<?> declaringBean)
           
 

Constructors in org.jboss.webbeans.bean with parameters of type ManagerImpl
AbstractBean(ManagerImpl manager)
          Constructor
AbstractClassBean(AnnotatedClass<T> type, ManagerImpl manager)
          Constructor
AbstractProducerBean(AbstractClassBean<?> declaringBean, ManagerImpl manager)
          Constructor
DisposalMethodBean(ManagerImpl manager, AnnotatedMethod<T> disposalMethod, AbstractClassBean<?> declaringBean)
           
EnterpriseBean(AnnotatedClass<T> type, ManagerImpl manager, BeanDeployerEnvironment environment)
          Constructor
NewEnterpriseBean(AnnotatedClass<T> type, ManagerImpl manager, BeanDeployerEnvironment environment)
          Protected constructor
NewSimpleBean(AnnotatedClass<T> type, ManagerImpl manager)
          Protected constructor
ProducerFieldBean(AnnotatedField<T> field, AbstractClassBean<?> declaringBean, ManagerImpl manager)
          Constructor
ProducerMethodBean(AnnotatedMethod<T> method, AbstractClassBean<?> declaringBean, ManagerImpl manager)
           
RIBean(ManagerImpl manager)
           
SimpleBean(AnnotatedClass<T> type, ManagerImpl manager)
          Constructor
 

Uses of ManagerImpl in org.jboss.webbeans.bean.ee
 

Constructors in org.jboss.webbeans.bean.ee with parameters of type ManagerImpl
AbstractJavaEEResourceBean(ManagerImpl manager, java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType, java.util.Set<java.lang.annotation.Annotation> bindings, java.lang.Class<T> type)
           
AbstractJavaEEResourceBean(ManagerImpl manager, java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType, java.util.Set<java.lang.annotation.Annotation> bindings, java.lang.Class<T> type, java.lang.reflect.Type... types)
           
AbstractResourceBean(ManagerImpl manager, java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType, java.util.Set<java.lang.annotation.Annotation> bindings, java.lang.Class<T> type, java.lang.String jndiName, java.lang.String mappedName, java.lang.reflect.Type... types)
           
PersistenceContextBean(ManagerImpl manager, java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType, java.util.Set<java.lang.annotation.Annotation> bindings, java.lang.String unitName)
           
PersistenceUnitBean(ManagerImpl manager, java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType, java.util.Set<java.lang.annotation.Annotation> bindings, java.lang.String unitName)
           
RemoteEjbBean(ManagerImpl manager, java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType, java.util.Set<java.lang.annotation.Annotation> bindings, java.lang.Class<T> type, java.lang.String jndiName, java.lang.String mappedName, java.lang.String ejbLink)
           
ResourceBean(ManagerImpl manager, java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType, java.util.Set<java.lang.annotation.Annotation> bindings, java.lang.Class<T> type, java.lang.String jndiName, java.lang.String mappedName)
           
WebServiceBean(ManagerImpl manager, java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType, java.util.Set<java.lang.annotation.Annotation> bindings, java.lang.Class<T> type, java.lang.String jndiName, java.lang.String mappedName, java.lang.String wsdlLocation)
           
 

Uses of ManagerImpl in org.jboss.webbeans.bean.ee.jms
 

Constructors in org.jboss.webbeans.bean.ee.jms with parameters of type ManagerImpl
JmsQueueBean(ManagerImpl manager, java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType, java.util.Set<java.lang.annotation.Annotation> bindings, java.lang.String jndiName, java.lang.String mappedName)
           
JmsTopicBean(ManagerImpl manager, java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType, java.util.Set<java.lang.annotation.Annotation> bindings, java.lang.String jndiName, java.lang.String mappedName)
           
 

Uses of ManagerImpl in org.jboss.webbeans.bean.proxy
 

Methods in org.jboss.webbeans.bean.proxy with parameters of type ManagerImpl
<T> T
ClientProxyProvider.getClientProxy(ManagerImpl manager, Bean<T> bean)
          Gets a client proxy for a bean Looks for a proxy in the pool.
 

Constructors in org.jboss.webbeans.bean.proxy with parameters of type ManagerImpl
ClientProxyMethodHandler(Bean<?> bean, ManagerImpl manager, int beanIndex)
          Constructor
 

Uses of ManagerImpl in org.jboss.webbeans.bean.standard
 

Methods in org.jboss.webbeans.bean.standard that return ManagerImpl
 ManagerImpl ManagerBean.create(CreationalContext<ManagerImpl> creationalContext)
           
 

Methods in org.jboss.webbeans.bean.standard that return types with arguments of type ManagerImpl
 java.lang.Class<ManagerImpl> ManagerBean.getType()
           
 

Methods in org.jboss.webbeans.bean.standard with parameters of type ManagerImpl
 void ManagerBean.destroy(ManagerImpl instance)
           
static InjectionPointBean InjectionPointBean.of(ManagerImpl manager)
          Creates an InjectionPoint Web Bean for the injection of the containing bean owning the field, constructor or method for the annotated item
static AbstractFacadeBean<Instance<?>> InstanceBean.of(ManagerImpl manager)
           
static ManagerBean ManagerBean.of(ManagerImpl manager)
           
static AbstractFacadeBean<Event<?>> EventBean.of(ManagerImpl manager)
           
 

Method parameters in org.jboss.webbeans.bean.standard with type arguments of type ManagerImpl
 ManagerImpl ManagerBean.create(CreationalContext<ManagerImpl> creationalContext)
           
 

Constructors in org.jboss.webbeans.bean.standard with parameters of type ManagerImpl
AbstractFacadeBean(ManagerImpl manager)
           
AbstractStandardBean(ManagerImpl manager)
           
EventBean(ManagerImpl manager)
           
InjectionPointBean(ManagerImpl manager)
           
InstanceBean(ManagerImpl manager)
           
ManagerBean(ManagerImpl manager)
           
 

Uses of ManagerImpl in org.jboss.webbeans.bootstrap
 

Methods in org.jboss.webbeans.bootstrap that return ManagerImpl
 ManagerImpl WebBeansBootstrap.getManager()
           
 

Constructors in org.jboss.webbeans.bootstrap with parameters of type ManagerImpl
BeanDeployer(ManagerImpl manager, EjbDescriptorCache ejbDescriptors)
           
 

Uses of ManagerImpl in org.jboss.webbeans.event
 

Fields in org.jboss.webbeans.event declared as ManagerImpl
protected  ManagerImpl ObserverImpl.manager
           
 

Methods in org.jboss.webbeans.event with parameters of type ManagerImpl
static
<T> ObserverImpl<T>
ObserverFactory.create(AnnotatedMethod<?> method, AbstractClassBean<?> declaringBean, ManagerImpl manager)
          Creates an observer
static
<E> Event<E>
EventImpl.of(java.lang.reflect.Type eventType, ManagerImpl manager, java.util.Set<java.lang.annotation.Annotation> bindings)
           
 

Constructors in org.jboss.webbeans.event with parameters of type ManagerImpl
EventImpl(java.lang.reflect.Type eventType, ManagerImpl manager, java.util.Set<java.lang.annotation.Annotation> bindings)
          Constructor
EventManager(ManagerImpl manager)
          Initializes a new instance of the EventManager.
EventObserver(Observer<T> observer, java.lang.reflect.Type eventType, ManagerImpl manager, java.lang.annotation.Annotation... eventBindings)
          Constructs a new wrapper for an observer.
ObserverImpl(AnnotatedMethod<?> observer, Bean<?> observerBean, ManagerImpl manager)
          Creates an Observer which describes and encapsulates an observer method (8.5).
 

Uses of ManagerImpl in org.jboss.webbeans.injection
 

Methods in org.jboss.webbeans.injection with parameters of type ManagerImpl
protected  java.lang.Object[] MethodInjectionPoint.getParameterValues(java.util.List<ParameterInjectionPoint<?>> parameters, java.lang.Class<? extends java.lang.annotation.Annotation> specialParam, java.lang.Object specialVal, ManagerImpl manager, CreationalContext<?> creationalContext)
          Helper method for getting the current parameter values from a list of annotated parameters.
protected  java.lang.Object[] ConstructorInjectionPoint.getParameterValues(java.util.List<ParameterInjectionPoint<?>> parameters, java.lang.Object specialVal, java.lang.Class<? extends java.lang.annotation.Annotation> specialParam, ManagerImpl manager, CreationalContext<?> creationalContext)
          Helper method for getting the current parameter values from a list of annotated parameters.
 T ParameterInjectionPoint.getValueToInject(ManagerImpl manager, CreationalContext<?> creationalContext)
           
 void FieldInjectionPoint.inject(java.lang.Object declaringInstance, ManagerImpl manager, CreationalContext<?> creationalContext)
           
 T MethodInjectionPoint.invoke(java.lang.Object declaringInstance, ManagerImpl manager, CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T MethodInjectionPoint.invokeOnInstance(java.lang.Object declaringInstance, ManagerImpl manager, CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T MethodInjectionPoint.invokeOnInstanceWithSpecialValue(java.lang.Object declaringInstance, java.lang.Class<? extends java.lang.annotation.Annotation> annotatedParameter, java.lang.Object parameter, ManagerImpl manager, CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T MethodInjectionPoint.invokeWithSpecialValue(java.lang.Object declaringInstance, java.lang.Class<? extends java.lang.annotation.Annotation> annotatedParameter, java.lang.Object parameter, ManagerImpl manager, CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T ConstructorInjectionPoint.newInstance(ManagerImpl manager, CreationalContext<?> creationalContext)
           
 

Constructors in org.jboss.webbeans.injection with parameters of type ManagerImpl
NonContextualInjector(ManagerImpl manager)
           
 

Uses of ManagerImpl in org.jboss.webbeans.injection.resolution
 

Constructors in org.jboss.webbeans.injection.resolution with parameters of type ManagerImpl
Resolver(ManagerImpl manager)
          Constructor
 

Uses of ManagerImpl in org.jboss.webbeans.metadata
 

Constructors in org.jboss.webbeans.metadata with parameters of type ManagerImpl
MergedStereotypes(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations, ManagerImpl manager)
          Constructor
 

Uses of ManagerImpl in org.jboss.webbeans.util
 

Methods in org.jboss.webbeans.util with parameters of type ManagerImpl
static boolean Beans.isPassivatingBean(Bean<?> bean, ManagerImpl manager)
          Indicates if a bean is passivating
 

Uses of ManagerImpl in org.jboss.webbeans.xml
 

Methods in org.jboss.webbeans.xml that return ManagerImpl
 ManagerImpl XmlEnvironment.getManager()
           
 

Constructors in org.jboss.webbeans.xml with parameters of type ManagerImpl
XmlEnvironment(ServiceRegistry serviceRegistry, EjbDescriptorCache ejbDescriptors, ManagerImpl manager)
           
XmlEnvironment(ServiceRegistry serviceRegistry, java.lang.Iterable<java.net.URL> beanXmlUrls, EjbDescriptorCache ejbDescriptors, ManagerImpl manager)
           
 



Copyright © 2011. All Rights Reserved.