| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationClientComponentInstance
A application client component instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmpEntityBeanComponentInstance |
| Modifier and Type | Method and Description |
|---|---|
protected BasicComponentInstance |
CmpEntityBeanComponent.instantiateComponentInstance(AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
org.jboss.invocation.InterceptorFactoryContext interceptorContext) |
| Modifier and Type | Method and Description |
|---|---|
protected BasicComponentInstance |
BasicComponent.constructComponentInstance(ManagedReference instance,
boolean invokePostConstruct,
org.jboss.invocation.InterceptorFactoryContext context)
Construct the component instance.
|
protected BasicComponentInstance |
BasicComponent.instantiateComponentInstance(AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
org.jboss.invocation.InterceptorFactoryContext context)
Responsible for instantiating the
BasicComponentInstance. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicComponent.componentInstanceCreated(BasicComponentInstance basicComponentInstance,
org.jboss.invocation.InterceptorFactoryContext context)
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 |
EntityBeanComponentInstance |
| Modifier and Type | Method and Description |
|---|---|
protected BasicComponentInstance |
EntityBeanComponent.instantiateComponentInstance(AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
org.jboss.invocation.InterceptorFactoryContext interceptorContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDrivenComponentInstance |
| Modifier and Type | Method and Description |
|---|---|
protected BasicComponentInstance |
MessageDrivenComponent.instantiateComponentInstance(AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
org.jboss.invocation.InterceptorFactoryContext interceptorContext) |
| 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(AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
org.jboss.invocation.InterceptorFactoryContext interceptorContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulSessionComponentInstance |
| Modifier and Type | Method and Description |
|---|---|
protected BasicComponentInstance |
StatefulSessionComponent.instantiateComponentInstance(AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
org.jboss.invocation.InterceptorFactoryContext interceptorContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StatefulSessionComponent.componentInstanceCreated(BasicComponentInstance basicComponentInstance,
org.jboss.invocation.InterceptorFactoryContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
StatelessSessionComponentInstance
Author : Jaikiran Pai
|
| Modifier and Type | Method and Description |
|---|---|
protected BasicComponentInstance |
StatelessSessionComponent.instantiateComponentInstance(AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors,
org.jboss.invocation.InterceptorFactoryContext interceptorContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebComponentInstance
A managed bean component instance.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.