public abstract class SecurityDomainReloadAddHandler extends RestartParentResourceAddHandler
| Modifier | Constructor and Description |
|---|---|
protected |
SecurityDomainReloadAddHandler() |
| 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.
|
populateModel, updateModelexecute, getParentAddress, isResourceServiceRestartAllowed, removeServices, requiresRuntimeprotected void recreateParentService(OperationContext context, PathAddress parentAddress, org.jboss.dmr.ModelNode parentModel, ServiceVerificationHandler verificationHandler) throws OperationFailedException
RestartParentResourceHandlerBaserecreateParentService in class RestartParentResourceHandlerBasecontext - 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)
RestartParentResourceHandlerBasegetParentServiceName in class RestartParentResourceHandlerBaseparentAddress - the address of the parent resourceCopyright © 2014 JBoss by Red Hat. All rights reserved.