Interface ResourceServiceConfigurator


  • public interface ResourceServiceConfigurator
    Configures a service for a given resource.
    Author:
    Paul Ferraro
    • Method Detail

      • configure

        ResourceServiceInstaller configure​(org.jboss.as.controller.OperationContext context,
                                           org.jboss.dmr.ModelNode model)
                                    throws org.jboss.as.controller.OperationFailedException
        Configures a service using the specified operation context and model.
        Parameters:
        context - an operation context, used to resolve capabilities and expressions
        model - the resource model
        Returns:
        a service installer
        Throws:
        org.jboss.as.controller.OperationFailedException - if there was a failure reading the model or resolving expressions/capabilities