public class SecurityDomainReloadRemoveHandler extends RestartParentResourceRemoveHandler
Constructor and Description |
---|
SecurityDomainReloadRemoveHandler() |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.msc.service.ServiceName |
getParentServiceName(PathAddress parentAddress)
Gets the name of the parent service.
|
protected void |
recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler)
Recreate the parent service(s) using the given model.
|
updateModel
execute, getParentAddress, isResourceServiceRestartAllowed, removeServices, requiresRuntime
protected void recreateParentService(OperationContext context, PathAddress parentAddress, org.jboss.dmr.ModelNode parentModel, ServiceVerificationHandler verificationHandler) throws OperationFailedException
RestartParentResourceHandlerBase
recreateParentService
in class RestartParentResourceHandlerBase
context
- the operation contextparentAddress
- the address of the parent resourceparentModel
- the current configuration model for the parent resource and its childrenverificationHandler
- handler for verifying newly installed servicesOperationFailedException
- if there is a problem installing the servicesprotected org.jboss.msc.service.ServiceName getParentServiceName(PathAddress parentAddress)
RestartParentResourceHandlerBase
getParentServiceName
in class RestartParentResourceHandlerBase
parentAddress
- the address of the parent resourceCopyright © 2014 JBoss by Red Hat. All rights reserved.