Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<Component> |
ApplicationClientStartService.getApplicationClientComponent() |
Modifier and Type | Class and Description |
---|---|
class |
CmpEntityBeanComponent |
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) |
Constructor and Description |
---|
ProxyInvocationHandler(Map<Method,org.jboss.invocation.Interceptor> interceptors,
Component component,
ComponentView componentView)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
EjbMessages.componentNotInstanceOfSessionComponent(Component component,
Class<?> componentClass,
String type)
Creates an exception indicating Component with component specified class: isn't a stateful component
|
IllegalArgumentException |
EjbMessages.componentNotSingleton(Component component,
Class<?> componentClass)
Creates an exception indicating Component with component class isn't a singleton component
|
IllegalStateException |
EjbMessages.unexpectedComponent(Component component,
Class<?> entityBeanComponentClass)
Creates an exception indicating unexpected component
|
Modifier and Type | Class and Description |
---|---|
class |
EJBComponent |
Modifier and Type | Class and Description |
---|---|
class |
EntityBeanComponent |
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 |
---|---|
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 |
SingletonLifecycleCMTTxInterceptor.Factory.create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ManagementEjbComponent |
Modifier and Type | Method and Description |
---|---|
org.jboss.invocation.Interceptor |
Jsr299BindingsInterceptor.Factory.create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.