Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<Component> |
ApplicationClientStartService.getApplicationClientComponent() |
Modifier and Type | Class and Description |
---|---|
class |
BasicComponent
A basic component implementation.
|
Modifier and Type | Method and Description |
---|---|
Component |
ComponentInstance.getComponent()
Get the component associated with this instance.
|
Component |
ComponentView.getComponent()
Get the associated component.
|
Component |
BasicComponentInstance.getComponent()
Get the component associated with this instance.
|
Component |
BasicComponentCreateService.getValue() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<Component> |
ViewService.getComponentInjector() |
List<DependencyConfigurator<? extends org.jboss.msc.service.Service<Component>>> |
ComponentConfiguration.getCreateDependencies()
Get the create dependencies list.
|
Modifier and Type | Method and Description |
---|---|
protected abstract org.jboss.invocation.Interceptor |
ComponentInstanceInterceptorFactory.create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
protected abstract org.jboss.invocation.Interceptor |
ComponentInterceptorFactory.create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
Modifier and Type | Class and Description |
---|---|
class |
EJBComponent |
Modifier and Type | Class and Description |
---|---|
class |
MessageDrivenComponent |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.invocation.Interceptor |
MessageDrivenComponentInstanceAssociatingFactory.create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
PooledComponent<I extends ComponentInstance> |
Modifier and Type | Class and Description |
---|---|
class |
SessionBeanComponent |
Modifier and Type | Class and Description |
---|---|
class |
SingletonComponent
Component representing a Singleton EJB. |
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionComponent
Stateful Session Bean
|
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 org.jboss.invocation.Interceptor |
StatelessComponentInstanceAssociatingFactory.create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.invocation.Interceptor |
ContainerManagedConcurrencyInterceptorFactory.create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
EjbLogger.componentNotInstanceOfSessionComponent(Component component,
Class<?> componentClass,
String type)
Creates an exception indicating Component with component specified class: isn't a stateful component
|
IllegalArgumentException |
EjbLogger_$logger.componentNotInstanceOfSessionComponent(Component component,
Class<? extends Object> componentClass,
String type) |
IllegalArgumentException |
EjbLogger.componentNotSingleton(Component component,
Class<?> componentClass)
Creates an exception indicating Component with component class isn't a singleton component
|
IllegalArgumentException |
EjbLogger_$logger.componentNotSingleton(Component component,
Class<? extends Object> componentClass) |
IllegalArgumentException |
EjbLogger.notAnEJBComponent(Component component) |
IllegalArgumentException |
EjbLogger_$logger.notAnEJBComponent(Component component) |
IllegalStateException |
EjbLogger.unexpectedComponent(Component component,
Class<?> entityBeanComponentClass)
Creates an exception indicating unexpected component
|
IllegalStateException |
EjbLogger_$logger.unexpectedComponent(Component component,
Class<? extends Object> entityBeanComponentClass) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.invocation.Interceptor |
SecurityContextInterceptorFactory.create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.invocation.Interceptor |
LifecycleCMTTxInterceptor.Factory.create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ManagementEjbComponent |
Modifier and Type | Class and Description |
---|---|
class |
WSComponent |
Copyright © 2017 JBoss by Red Hat. All rights reserved.