Uses of Class
org.jboss.as.server.moduleservice.ServiceModuleLoader
-
Packages that use ServiceModuleLoader Package Description org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes.org.jboss.as.server.moduleservice -
-
Uses of ServiceModuleLoader in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type ServiceModuleLoader Modifier and Type Field Description static AttachmentKey<ServiceModuleLoader>Attachments. SERVICE_MODULE_LOADERThe module loader for the deployment -
Uses of ServiceModuleLoader in org.jboss.as.server.moduleservice
Methods in org.jboss.as.server.moduleservice that return ServiceModuleLoader Modifier and Type Method Description ServiceModuleLoaderServiceModuleLoader. getValue()Methods in org.jboss.as.server.moduleservice that return types with arguments of type ServiceModuleLoader Modifier and Type Method Description org.jboss.msc.value.InjectedValue<ServiceModuleLoader>ModuleLoadService. getServiceModuleLoader()
-