Uses of Class
org.jboss.as.ejb3.component.EJBComponent
Packages that use EJBComponent
Package
Description
-
Uses of EJBComponent in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return EJBComponent -
Uses of EJBComponent in org.jboss.as.ejb3.component.interceptors
Methods in org.jboss.as.ejb3.component.interceptors with type parameters of type EJBComponentModifier and TypeMethodDescriptionprotected 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 -
Uses of EJBComponent in org.jboss.as.ejb3.component.session
Subclasses of EJBComponent in org.jboss.as.ejb3.component.session -
Uses of EJBComponent in org.jboss.as.ejb3.component.singleton
Subclasses of EJBComponent in org.jboss.as.ejb3.component.singletonModifier and TypeClassDescriptionclassComponentrepresenting aSingletonJakarta Enterprise Beans. -
Uses of EJBComponent in org.jboss.as.ejb3.component.stateful
Subclasses of EJBComponent in org.jboss.as.ejb3.component.stateful -
Uses of EJBComponent in org.jboss.as.ejb3.component.stateless
Subclasses of EJBComponent in org.jboss.as.ejb3.component.statelessModifier and TypeClassDescriptionclassComponentresponsible 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 -
Uses of EJBComponent in org.jboss.as.ejb3.deployment
Methods in org.jboss.as.ejb3.deployment that return EJBComponentConstructor parameters in org.jboss.as.ejb3.deployment with type arguments of type EJBComponentModifierConstructorDescriptionEjbDeploymentInformation(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 EJBComponentModifier and TypeMethodDescriptionorg.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 EJBComponentModifier and TypeClassDescriptionclassAbstractEJBComponentRuntimeHandler<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 EJBComponentModifier and TypeMethodDescriptionClass<? extends EJBComponent>EJBComponentType.getComponentClass()Methods in org.jboss.as.ejb3.subsystem.deployment with parameters of type EJBComponentModifier and TypeMethodDescriptionprotected 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 EJBComponentMethods in org.jboss.as.ejb3.timerservice with parameters of type EJBComponentModifier and TypeMethodDescriptionTimedObjectInvokerFactoryImpl.createInvoker(EJBComponent component) NonFunctionalTimerServiceFactoryServiceConfigurator.createTimerService(EJBComponent component) TimerServiceFactoryServiceConfigurator.createTimerService(EJBComponent component) Constructors in org.jboss.as.ejb3.timerservice with parameters of type EJBComponentModifierConstructorDescriptionTimedObjectInvokerImpl(org.jboss.modules.Module module, String deploymentName, EJBComponent component) TimerHandleImpl(ManagedTimer timer, EJBComponent component) Creates aTimerHandleImpl -
Uses of EJBComponent in org.jboss.as.ejb3.timerservice.composite
Methods in org.jboss.as.ejb3.timerservice.composite with parameters of type EJBComponentModifier and TypeMethodDescriptionCompositeTimerServiceFactoryServiceConfigurator.createTimerService(EJBComponent component) -
Uses of EJBComponent in org.jboss.as.ejb3.timerservice.spi
Methods in org.jboss.as.ejb3.timerservice.spi that return EJBComponentModifier and TypeMethodDescriptionTimedObjectInvoker.getComponent()Return the EJB component associated with this invokerMethods in org.jboss.as.ejb3.timerservice.spi with parameters of type EJBComponentModifier and TypeMethodDescriptionTimedObjectInvokerFactory.createInvoker(EJBComponent component) Creates an invoker for the specified EJB componentManagedTimerServiceFactory.createTimerService(EJBComponent component) Creates a managed timer service for the specified component. -
Uses of EJBComponent in org.jboss.as.ejb3.tx
Methods in org.jboss.as.ejb3.tx that return EJBComponentMethods in org.jboss.as.ejb3.tx with parameters of type EJBComponentModifier and TypeMethodDescriptionprotected 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 EJBComponentModifierConstructorDescriptionBMTInterceptor(EJBComponent component) StatefulBMTInterceptor(EJBComponent component)
EjbDeploymentInformation(String, org.jboss.msc.value.InjectedValue, java.util.Map, java.util.Map, ClassLoader, org.jboss.msc.value.InjectedValue)instead