T
- instance typepublic class JCDIAroundConstructCallback<T> extends Object implements org.jboss.weld.construction.api.AroundConstructCallback<T>
Constructor and Description |
---|
JCDIAroundConstructCallback(BaseContainer container,
EJBContextImpl ejbContext) |
Modifier and Type | Method and Description |
---|---|
T |
aroundConstruct(org.jboss.weld.construction.api.ConstructionHandle<T> handle,
javax.enterprise.inject.spi.AnnotatedConstructor<T> constructor,
Object[] parameters,
Map<String,Object> data) |
T |
createEjb()
This method is invoked at end of EJB interception chain to actually construct the instance.
|
public JCDIAroundConstructCallback(BaseContainer container, EJBContextImpl ejbContext)
public T aroundConstruct(org.jboss.weld.construction.api.ConstructionHandle<T> handle, javax.enterprise.inject.spi.AnnotatedConstructor<T> constructor, Object[] parameters, Map<String,Object> data)
aroundConstruct
in interface org.jboss.weld.construction.api.AroundConstructCallback<T>
public T createEjb()
Copyright © 2019. All rights reserved.