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
|
Modifier and Type | Class and Description |
---|---|
class |
EjbComponentInstance |
Modifier and Type | Class and Description |
---|---|
class |
MessageDrivenComponentInstance |
Modifier and Type | Method and Description |
---|---|
protected BasicComponentInstance |
MessageDrivenComponent.instantiateComponentInstance(org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
Map<Object,Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
SessionBeanComponentInstance |
Modifier and Type | Class and Description |
---|---|
class |
SingletonComponentInstance |
Modifier and Type | Method and Description |
---|---|
protected BasicComponentInstance |
SingletonComponent.instantiateComponentInstance(org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
Map<Object,Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionComponentInstance |
Modifier and Type | Method and Description |
---|---|
protected BasicComponentInstance |
StatefulSessionComponent.instantiateComponentInstance(org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
Map<Object,Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
StatelessSessionComponentInstance
Author : Jaikiran Pai
|
Modifier and Type | Method and Description |
---|---|
protected BasicComponentInstance |
StatelessSessionComponent.instantiateComponentInstance(org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
BasicComponentInstance |
WSComponent.getComponentInstance() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.