| Modifier and Type | Method and Description |
|---|---|
EJBComponent |
EjbComponentInstance.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected static <C extends EJBComponent> |
AbstractEJBInterceptor.getComponent(org.jboss.invocation.InterceptorContext context,
Class<C> componentType) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDrivenComponent |
| 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 |
|---|---|
EJBComponent |
EJBContextImpl.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
EJBComponent |
EjbDeploymentInformation.getEjbComponent() |
| Constructor and Description |
|---|
EjbDeploymentInformation(String ejbName,
org.jboss.msc.value.InjectedValue<EJBComponent> ejbComponent,
Map<String,org.jboss.msc.value.InjectedValue<ComponentView>> componentViews,
ClassLoader deploymentClassLoader,
org.jboss.msc.value.InjectedValue<EjbIIOPService> iorFactory)
Deprecated.
|
EjbDeploymentInformation(String ejbName,
org.jboss.msc.value.InjectedValue<EJBComponent> ejbComponent,
Map<String,org.jboss.msc.value.InjectedValue<ComponentView>> remoteViews,
Map<String,org.jboss.msc.value.InjectedValue<ComponentView>> localViews,
ClassLoader deploymentClassLoader,
org.jboss.msc.value.InjectedValue<EjbIIOPService> iorFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<EJBComponent> |
EjbIIOPService.getEjbComponentInjectedValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEJBComponentRuntimeHandler<T extends EJBComponent>
Base class for operation handlers that provide runtime management for
EJBComponents. |
class |
TimerResourceDefinition<T extends EJBComponent>
ResourceDefinition for the timer resource for runtime ejb deployment. |
class |
TimerServiceResourceDefinition<T extends EJBComponent>
ResourceDefinition for the timer-service resource for runtime ejb deployment. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends EJBComponent> |
EJBComponentType.getComponentClass() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TimerAttributeDefinition.addTimers(EJBComponent ejb,
org.jboss.dmr.ModelNode response) |
protected abstract void |
AbstractRuntimeMetricsHandler.executeReadMetricStep(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
EJBComponent component) |
Pool<?> |
EJBComponentType.getPool(EJBComponent component) |
protected PooledComponent<?> |
EJBComponentType.pooledComponent(EJBComponent component) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<EJBComponent> |
TimedObjectInvokerImpl.getEjbComponent() |
org.jboss.msc.value.InjectedValue<EJBComponent> |
TimerServiceImpl.getEjbComponentInjectedValue() |
| Modifier and Type | Method and Description |
|---|---|
EJBComponent |
BMTInterceptor.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
BMTInterceptor.getCurrentTransactionTimeout(EJBComponent component) |
protected Object |
CMTTxInterceptor.invokeInCallerTx(org.jboss.invocation.InterceptorContext invocation,
Transaction tx,
EJBComponent component) |
protected Object |
CMTTxInterceptor.invokeInImportedTx(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component) |
protected Object |
CMTTxInterceptor.invokeInNoTx(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component) |
protected Object |
CMTTxInterceptor.invokeInOurTx(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component) |
protected Object |
CMTTxInterceptor.mandatory(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component) |
protected Object |
CMTTxInterceptor.never(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component) |
protected Object |
CMTTxInterceptor.notSupported(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component) |
protected Object |
LifecycleCMTTxInterceptor.notSupported(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component) |
protected Object |
CMTTxInterceptor.required(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component,
int timeout) |
protected Object |
CMTTxInterceptor.requiresNew(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component,
int timeout) |
protected Object |
CMTTxInterceptor.supports(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component) |
| Constructor and Description |
|---|
BMTInterceptor(EJBComponent component) |
StatefulBMTInterceptor(EJBComponent component) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.