Uses of Class
org.jboss.as.ejb3.deployment.ApplicationExceptions
Packages that use ApplicationExceptions
Package
Description
-
Uses of ApplicationExceptions in org.jboss.as.ejb3.component
Fields in org.jboss.as.ejb3.component declared as ApplicationExceptionsModifier and TypeFieldDescriptionprotected ApplicationExceptionsEJBComponentCreateServiceFactory.ejbJarConfigurationMethods in org.jboss.as.ejb3.component with parameters of type ApplicationExceptionsModifier and TypeMethodDescriptionvoidEJBComponentCreateServiceFactory.setEjbJarConfiguration(ApplicationExceptions ejbJarConfiguration) Constructors in org.jboss.as.ejb3.component with parameters of type ApplicationExceptionsModifierConstructorDescriptionEJBComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions applicationExceptions) Construct a new instance. -
Uses of ApplicationExceptions in org.jboss.as.ejb3.component.messagedriven
Constructors in org.jboss.as.ejb3.component.messagedriven with parameters of type ApplicationExceptionsModifierConstructorDescriptionMessageDrivenComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, Class<?> messageListenerInterface) Construct a new instance. -
Uses of ApplicationExceptions in org.jboss.as.ejb3.component.session
Constructors in org.jboss.as.ejb3.component.session with parameters of type ApplicationExceptionsModifierConstructorDescriptionSessionBeanComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration) Construct a new instance. -
Uses of ApplicationExceptions in org.jboss.as.ejb3.component.singleton
Constructors in org.jboss.as.ejb3.component.singleton with parameters of type ApplicationExceptionsModifierConstructorDescriptionSingletonComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, boolean initOnStartup, List<org.jboss.msc.service.ServiceName> dependsOn) -
Uses of ApplicationExceptions in org.jboss.as.ejb3.component.stateful
Constructors in org.jboss.as.ejb3.component.stateful with parameters of type ApplicationExceptionsModifierConstructorDescriptionStatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, Supplier<StatefulSessionBeanCacheFactory<org.jboss.ejb.client.SessionID, StatefulSessionComponentInstance>> cacheFactory) Construct a new instance. -
Uses of ApplicationExceptions in org.jboss.as.ejb3.component.stateless
Constructors in org.jboss.as.ejb3.component.stateless with parameters of type ApplicationExceptionsModifierConstructorDescriptionStatelessSessionComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration) Construct a new instance. -
Uses of ApplicationExceptions in org.jboss.as.ejb3.deployment
Fields in org.jboss.as.ejb3.deployment with type parameters of type ApplicationExceptionsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<ApplicationExceptions>EjbDeploymentAttachmentKeys.APPLICATION_EXCEPTION_DETAILS