public interface ResourceServiceHandler
AddStepHandler and RemoveStepHandler.| Modifier and Type | Method and Description |
|---|---|
void |
installServices(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
Installs runtime services for a resource, configured from the specified model.
|
void |
removeServices(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
Removes runtime services for a resource.
|
void installServices(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
throws org.jboss.as.controller.OperationFailedException
context - the context of the add/remove operationmodel - the resource modelorg.jboss.as.controller.OperationFailedException - if service installation failsvoid removeServices(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
throws org.jboss.as.controller.OperationFailedException
context - the context of the add/remove operationmodel - the resource modelorg.jboss.as.controller.OperationFailedException - if service installation failsCopyright © 2018 JBoss by Red Hat. All rights reserved.