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(CreationalContext<T> ctx,
BeanManagerImpl manager) |
public SessionBeanProxyInstantiator(EnhancedAnnotatedType<T> type, SessionBean<T> bean)
public T newInstance(CreationalContext<T> ctx, BeanManagerImpl manager)
newInstance in interface Instantiator<T>protected EnterpriseTargetBeanInstance createEnterpriseTargetBeanInstance()
public boolean hasInterceptorSupport()
InstantiatorhasInterceptorSupport in interface Instantiator<T>public boolean hasDecoratorSupport()
InstantiatorhasDecoratorSupport in interface Instantiator<T>public SessionBean<T> getBean()
public Constructor<T> getConstructor()
InstantiatorgetConstructor in interface Instantiator<T>Copyright © 2014 Seam Framework. All Rights Reserved.