public abstract class AbstractModulesServiceConfigurator<T> extends SimpleServiceNameProvider implements ResourceServiceConfigurator, Supplier<List<org.jboss.modules.Module>>, Function<List<org.jboss.modules.Module>,T>
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<?> |
build(org.jboss.msc.service.ServiceTarget target) |
ServiceConfigurator |
configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
Configures a service using the specified operation context and model.
|
List<org.jboss.modules.Module> |
get() |
equals, getServiceName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetServiceNamepublic ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
ResourceServiceConfiguratorconfigure in interface ResourceServiceConfiguratorcontext - an operation context, used to resolve capabilities and expressionsmodel - the resource modelorg.jboss.as.controller.OperationFailedException - if there was a failure reading the model or resolving expressions/capabilitiespublic org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
build in interface ServiceConfiguratorCopyright © 2021 JBoss by Red Hat. All rights reserved.