Uses of Class
org.jboss.as.ejb3.deployment.ApplicationExceptions
-
-
Uses of ApplicationExceptions in org.jboss.as.ejb3.component
Fields in org.jboss.as.ejb3.component declared as ApplicationExceptions Modifier and Type Field Description protected ApplicationExceptionsEJBComponentCreateServiceFactory. ejbJarConfigurationMethods in org.jboss.as.ejb3.component with parameters of type ApplicationExceptions Modifier and Type Method Description voidEJBComponentCreateServiceFactory. setEjbJarConfiguration(ApplicationExceptions ejbJarConfiguration)Constructors in org.jboss.as.ejb3.component with parameters of type ApplicationExceptions Constructor Description EJBComponentCreateService(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 ApplicationExceptions Constructor Description MessageDrivenComponentCreateService(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 ApplicationExceptions Constructor Description SessionBeanComponentCreateService(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 ApplicationExceptions Constructor Description SingletonComponentCreateService(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 ApplicationExceptions Constructor Description StatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, Supplier<CacheFactory<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 ApplicationExceptions Constructor Description StatelessSessionComponentCreateService(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 ApplicationExceptions Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<ApplicationExceptions>EjbDeploymentAttachmentKeys. APPLICATION_EXCEPTION_DETAILS
-