Uses of Class
org.jboss.as.ejb3.component.EJBComponent
-
-
Uses of EJBComponent in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return EJBComponent Modifier and Type Method Description EJBComponentEjbComponentInstance. getComponent() -
Uses of EJBComponent in org.jboss.as.ejb3.component.interceptors
Methods in org.jboss.as.ejb3.component.interceptors with type parameters of type EJBComponent Modifier and Type Method Description protected static <C extends EJBComponent>
CAbstractEJBInterceptor. getComponent(org.jboss.invocation.InterceptorContext context, Class<C> componentType) -
Uses of EJBComponent in org.jboss.as.ejb3.component.messagedriven
Subclasses of EJBComponent in org.jboss.as.ejb3.component.messagedriven Modifier and Type Class Description classMessageDrivenComponent -
Uses of EJBComponent in org.jboss.as.ejb3.component.session
Subclasses of EJBComponent in org.jboss.as.ejb3.component.session Modifier and Type Class Description classSessionBeanComponent -
Uses of EJBComponent in org.jboss.as.ejb3.component.singleton
Subclasses of EJBComponent in org.jboss.as.ejb3.component.singleton Modifier and Type Class Description classSingletonComponentComponentrepresenting aSingletonJakarta Enterprise Beans. -
Uses of EJBComponent in org.jboss.as.ejb3.component.stateful
Subclasses of EJBComponent in org.jboss.as.ejb3.component.stateful Modifier and Type Class Description classStatefulSessionComponentStateful Session Bean -
Uses of EJBComponent in org.jboss.as.ejb3.component.stateless
Subclasses of EJBComponent in org.jboss.as.ejb3.component.stateless Modifier and Type Class Description classStatelessSessionComponentComponentresponsible for managing EJB3 stateless session beans -
Uses of EJBComponent in org.jboss.as.ejb3.context
Methods in org.jboss.as.ejb3.context that return EJBComponent Modifier and Type Method Description EJBComponentEJBContextImpl. getComponent() -
Uses of EJBComponent in org.jboss.as.ejb3.deployment
Methods in org.jboss.as.ejb3.deployment that return EJBComponent Modifier and Type Method Description EJBComponentEjbDeploymentInformation. getEjbComponent()Constructor parameters in org.jboss.as.ejb3.deployment with type arguments of type EJBComponent Constructor 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) -
Uses of EJBComponent in org.jboss.as.ejb3.iiop
Methods in org.jboss.as.ejb3.iiop that return types with arguments of type EJBComponent Modifier and Type Method Description org.jboss.msc.value.InjectedValue<EJBComponent>EjbIIOPService. getEjbComponentInjectedValue() -
Uses of EJBComponent in org.jboss.as.ejb3.subsystem.deployment
Classes in org.jboss.as.ejb3.subsystem.deployment with type parameters of type EJBComponent Modifier and Type Class Description classAbstractEJBComponentRuntimeHandler<T extends EJBComponent>Base class for operation handlers that provide runtime management forEJBComponents.classTimerResourceDefinition<T extends EJBComponent>ResourceDefinitionfor the timer resource for runtime Jakarta Enterprise Beans deployment.classTimerServiceResourceDefinition<T extends EJBComponent>ResourceDefinitionfor the timer-service resource for runtime ejb deployment.Methods in org.jboss.as.ejb3.subsystem.deployment that return types with arguments of type EJBComponent Modifier and Type Method Description Class<? extends EJBComponent>EJBComponentType. getComponentClass()Methods in org.jboss.as.ejb3.subsystem.deployment with parameters of type EJBComponent Modifier and Type Method Description static voidTimerAttributeDefinition. addTimers(EJBComponent ejb, org.jboss.dmr.ModelNode response)protected abstract voidAbstractRuntimeMetricsHandler. 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) -
Uses of EJBComponent in org.jboss.as.ejb3.timerservice
Methods in org.jboss.as.ejb3.timerservice that return types with arguments of type EJBComponent Modifier and Type Method Description org.jboss.msc.value.InjectedValue<EJBComponent>TimedObjectInvokerImpl. getEjbComponent()org.jboss.msc.value.InjectedValue<EJBComponent>TimerServiceImpl. getEjbComponentInjectedValue() -
Uses of EJBComponent in org.jboss.as.ejb3.tx
Methods in org.jboss.as.ejb3.tx that return EJBComponent Modifier and Type Method Description EJBComponentBMTInterceptor. getComponent()Methods in org.jboss.as.ejb3.tx with parameters of type EJBComponent Modifier and Type Method Description protected intBMTInterceptor. getCurrentTransactionTimeout(EJBComponent component)protected ObjectCMTTxInterceptor. invokeInCallerTx(org.jboss.invocation.InterceptorContext invocation, jakarta.transaction.Transaction tx, EJBComponent component)protected ObjectCMTTxInterceptor. invokeInImportedTx(org.jboss.invocation.InterceptorContext invocation, EJBComponent component)protected ObjectCMTTxInterceptor. invokeInNoTx(org.jboss.invocation.InterceptorContext invocation, EJBComponent component)protected ObjectCMTTxInterceptor. invokeInOurTx(org.jboss.invocation.InterceptorContext invocation, EJBComponent component)protected ObjectCMTTxInterceptor. mandatory(org.jboss.invocation.InterceptorContext invocation, EJBComponent component)protected ObjectCMTTxInterceptor. never(org.jboss.invocation.InterceptorContext invocation, EJBComponent component)protected ObjectCMTTxInterceptor. notSupported(org.jboss.invocation.InterceptorContext invocation, EJBComponent component)protected ObjectLifecycleCMTTxInterceptor. notSupported(org.jboss.invocation.InterceptorContext invocation, EJBComponent component)protected ObjectCMTTxInterceptor. required(org.jboss.invocation.InterceptorContext invocation, EJBComponent component, int timeout)protected ObjectCMTTxInterceptor. requiresNew(org.jboss.invocation.InterceptorContext invocation, EJBComponent component, int timeout)protected ObjectCMTTxInterceptor. supports(org.jboss.invocation.InterceptorContext invocation, EJBComponent component)Constructors in org.jboss.as.ejb3.tx with parameters of type EJBComponent Constructor Description BMTInterceptor(EJBComponent component)StatefulBMTInterceptor(EJBComponent component)
-