Modifier and Type | Method and Description |
---|---|
protected BasicComponent |
BasicComponentCreateService.createComponent()
Create the component.
|
BasicComponent |
ComponentStartService.getValue() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<BasicComponent> |
ComponentStartService.getComponentInjector()
Get the component injector.
|
Constructor and Description |
---|
BasicComponentInstance(BasicComponent component,
AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors)
Construct a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
EJBComponent |
Constructor and Description |
---|
EjbComponentInstance(BasicComponent component,
AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors)
Construct a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityBeanComponent |
Modifier and Type | Method and Description |
---|---|
protected BasicComponent |
EntityBeanComponentCreateService.createComponent() |
Constructor and Description |
---|
EntityBeanComponentInstance(BasicComponent component,
AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors) |
Modifier and Type | Class and Description |
---|---|
class |
MessageDrivenComponent |
Modifier and Type | Method and Description |
---|---|
protected BasicComponent |
MessageDrivenComponentCreateService.createComponent() |
Constructor and Description |
---|
MessageDrivenComponentInstance(BasicComponent component,
AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors)
Construct a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionBeanComponent |
Constructor and Description |
---|
SessionBeanComponentInstance(BasicComponent component,
AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors)
Construct a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SingletonComponent
Component representing a Singleton EJB. |
Modifier and Type | Method and Description |
---|---|
protected BasicComponent |
SingletonComponentCreateService.createComponent() |
Constructor and Description |
---|
SingletonComponentInstance(BasicComponent component,
AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors)
Construct a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionComponent
Stateful Session Bean
|
Modifier and Type | Method and Description |
---|---|
protected BasicComponent |
StatefulSessionComponentCreateService.createComponent() |
Modifier and Type | Class and Description |
---|---|
class |
StatelessSessionComponent
Component responsible for managing EJB3 stateless session beans
Author : Jaikiran Pai |
Modifier and Type | Method and Description |
---|---|
protected BasicComponent |
StatelessSessionComponentCreateService.createComponent() |
Constructor and Description |
---|
StatelessSessionComponentInstance(BasicComponent component,
AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors)
Construct a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagementEjbComponent |
Modifier and Type | Class and Description |
---|---|
class |
WSComponent |
Modifier and Type | Method and Description |
---|---|
protected BasicComponent |
WSComponentCreateService.createComponent() |
Copyright © 2013 JBoss by Red Hat. All rights reserved.