public class ServiceProviderAddHandler extends AbstractEntityProviderAddHandler
Modifier and Type | Field and Description |
---|---|
static ServiceProviderAddHandler |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation) |
static void |
launchService(org.jboss.as.controller.OperationContext context,
org.jboss.as.controller.PathAddress pathAddress,
org.jboss.dmr.ModelNode model,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
protected void |
performRuntime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
protected void |
populateModel(org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
rollbackRuntime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.registry.Resource resource) |
configureHandler
public static final ServiceProviderAddHandler INSTANCE
protected void populateModel(org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
populateModel
in class org.jboss.as.controller.AbstractAddStepHandler
org.jboss.as.controller.OperationFailedException
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException
execute
in interface org.jboss.as.controller.OperationStepHandler
execute
in class org.jboss.as.controller.AbstractAddStepHandler
org.jboss.as.controller.OperationFailedException
protected void performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model, org.jboss.as.controller.ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers) throws org.jboss.as.controller.OperationFailedException
performRuntime
in class org.jboss.as.controller.AbstractAddStepHandler
org.jboss.as.controller.OperationFailedException
public static void launchService(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.PathAddress pathAddress, org.jboss.dmr.ModelNode model, org.jboss.as.controller.ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedException
protected void rollbackRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.registry.Resource resource)
rollbackRuntime
in class org.jboss.as.controller.AbstractAddStepHandler
Copyright © 2017 JBoss by Red Hat. All rights reserved.