public class SessionBeanProxyInstantiator<T> extends Object implements Instantiator<T>
Constructor and Description |
---|
SessionBeanProxyInstantiator(EnhancedAnnotatedType<T> type,
SessionBean<T> bean) |
Modifier and Type | Method and Description |
---|---|
protected EnterpriseTargetBeanInstance |
createEnterpriseTargetBeanInstance() |
SessionBean<T> |
getBean() |
Constructor<T> |
getConstructor()
Returns the constructor used for instantiation.
|
boolean |
hasDecoratorSupport()
Indicates whether instances created by this Instantiator support decorators.
|
boolean |
hasInterceptorSupport()
Indicates whether instances created by this Instantiator support interception.
|
T |
newInstance(javax.enterprise.context.spi.CreationalContext<T> ctx,
BeanManagerImpl manager) |
public SessionBeanProxyInstantiator(EnhancedAnnotatedType<T> type, SessionBean<T> bean)
public T newInstance(javax.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager)
newInstance
in interface Instantiator<T>
protected EnterpriseTargetBeanInstance createEnterpriseTargetBeanInstance()
public boolean hasInterceptorSupport()
Instantiator
hasInterceptorSupport
in interface Instantiator<T>
public boolean hasDecoratorSupport()
Instantiator
hasDecoratorSupport
in interface Instantiator<T>
public SessionBean<T> getBean()
public Constructor<T> getConstructor()
Instantiator
getConstructor
in interface Instantiator<T>
Copyright © 2016. All rights reserved.