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 | Method and Description |
---|---|
org.jboss.msc.service.StartException |
EjbLogger.failToInvokeTimedObject(EJBComponent component)
Creates an exception indicating no timed object invoke for component
|
org.jboss.msc.service.StartException |
EjbLogger_$logger.failToInvokeTimedObject(EJBComponent component) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEJBComponentRuntimeHandler<T extends EJBComponent>
Base class for operation handlers that provide runtime management for
EJBComponent s. |
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 |
CMTTxInterceptor.getCurrentTransactionTimeout(EJBComponent component) |
protected int |
BMTInterceptor.getCurrentTransactionTimeout(EJBComponent component) |
void |
CMTTxInterceptor.handleExceptionInNoTx(org.jboss.invocation.InterceptorContext invocation,
Throwable t,
EJBComponent component) |
void |
TimerCMTTxInterceptor.handleExceptionInOurTx(org.jboss.invocation.InterceptorContext invocation,
Throwable t,
Transaction tx,
EJBComponent component) |
void |
CMTTxInterceptor.handleExceptionInOurTx(org.jboss.invocation.InterceptorContext invocation,
Throwable t,
Transaction tx,
EJBComponent component) |
protected void |
CMTTxInterceptor.handleInCallerTx(org.jboss.invocation.InterceptorContext invocation,
Throwable t,
Transaction tx,
EJBComponent component) |
protected Object |
CMTTxInterceptor.invokeInCallerTx(org.jboss.invocation.InterceptorContext invocation,
Transaction tx,
EJBComponent component) |
protected Object |
CMTTxInterceptor.invokeInNoTx(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component) |
protected Object |
CMTTxInterceptor.invokeInOurTx(org.jboss.invocation.InterceptorContext invocation,
TransactionManager tm,
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 |
LifecycleCMTTxInterceptor.notSupported(org.jboss.invocation.InterceptorContext invocation,
EJBComponent component) |
protected Object |
CMTTxInterceptor.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) |
Modifier and Type | Class and Description |
---|---|
class |
ManagementEjbComponent |
Modifier and Type | Method and Description |
---|---|
EJBComponent |
ManagementEjbDeploymentInformation.getEjbComponent() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.