| Package | Description |
|---|---|
| org.jboss.as.ee.component |
| Modifier and Type | Method and Description |
|---|---|
protected BasicComponentInstance |
BasicComponent.constructComponentInstance(ManagedReference instance,
boolean invokePostConstruct)
Construct the component instance.
|
protected BasicComponentInstance |
BasicComponent.constructComponentInstance(ManagedReference instance,
boolean invokePostConstruct,
Map<Object,Object> context)
Construct the component instance.
|
protected BasicComponentInstance |
BasicComponent.instantiateComponentInstance(org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
Map<Object,Object> context)
Responsible for instantiating the
BasicComponentInstance. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicComponent.componentInstanceCreated(BasicComponentInstance basicComponentInstance)
Method that can be overridden to perform setup on the instance after it has been created
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.