Uses of Class
org.jboss.as.ee.concurrent.ContextServiceTypesConfiguration
-
Packages that use ContextServiceTypesConfiguration Package Description org.jboss.as.ee.concurrent org.jboss.as.ee.concurrent.resource.definition org.jboss.as.ee.concurrent.service -
-
Uses of ContextServiceTypesConfiguration in org.jboss.as.ee.concurrent
Fields in org.jboss.as.ee.concurrent declared as ContextServiceTypesConfiguration Modifier and Type Field Description static ContextServiceTypesConfigurationContextServiceTypesConfiguration. DEFAULTMethods in org.jboss.as.ee.concurrent that return ContextServiceTypesConfiguration Modifier and Type Method Description ContextServiceTypesConfigurationContextServiceTypesConfiguration.Builder. build()ContextServiceTypesConfigurationContextServiceImpl. getContextServiceTypesConfiguration()Constructors in org.jboss.as.ee.concurrent with parameters of type ContextServiceTypesConfiguration Constructor Description ContextServiceImpl(String name, org.glassfish.enterprise.concurrent.spi.ContextSetupProvider contextSetupProvider, ContextServiceTypesConfiguration contextServiceTypesConfiguration) -
Uses of ContextServiceTypesConfiguration in org.jboss.as.ee.concurrent.resource.definition
Methods in org.jboss.as.ee.concurrent.resource.definition that return ContextServiceTypesConfiguration Modifier and Type Method Description ContextServiceTypesConfigurationContextServiceDefinitionInjectionSource. getContextServiceTypesConfiguration()Constructors in org.jboss.as.ee.concurrent.resource.definition with parameters of type ContextServiceTypesConfiguration Constructor Description ContextServiceDefinitionInjectionSource(String jndiName, ContextServiceTypesConfiguration contextServiceTypesConfiguration) -
Uses of ContextServiceTypesConfiguration in org.jboss.as.ee.concurrent.service
Constructors in org.jboss.as.ee.concurrent.service with parameters of type ContextServiceTypesConfiguration Constructor Description ContextServiceService(String name, String jndiName, org.glassfish.enterprise.concurrent.spi.ContextSetupProvider contextSetupProvider, ContextServiceTypesConfiguration contextServiceTypesConfiguration)
-