Package org.jboss.as.ejb3.subsystem
Class RemotingProfileResourceChildWriteAttributeHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractWriteAttributeHandler<org.jboss.dmr.ModelNode>
-
- org.jboss.as.controller.RestartParentWriteAttributeHandler
-
- org.jboss.as.ejb3.subsystem.RemotingProfileResourceChildWriteAttributeHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class RemotingProfileResourceChildWriteAttributeHandler extends org.jboss.as.controller.RestartParentWriteAttributeHandlerA write handler for the "value" attribute of the channel creation option- Author:
- Tomasz Adamski
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler
org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description RemotingProfileResourceChildWriteAttributeHandler(org.jboss.as.controller.AttributeDefinition attributeDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jboss.msc.service.ServiceNamegetParentServiceName(org.jboss.as.controller.PathAddress parentAddress)protected voidrecreateParentService(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.PathAddress parentAddress, org.jboss.dmr.ModelNode parentModel)-
Methods inherited from class org.jboss.as.controller.RestartParentWriteAttributeHandler
applyUpdateToRuntime, getParentAddress, isResourceServiceRestartAllowed, recreateParentService, removeServices, revertUpdateToRuntime
-
-
-
-
Method Detail
-
recreateParentService
protected void recreateParentService(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.PathAddress parentAddress, org.jboss.dmr.ModelNode parentModel) throws org.jboss.as.controller.OperationFailedException- Overrides:
recreateParentServicein classorg.jboss.as.controller.RestartParentWriteAttributeHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
getParentServiceName
protected org.jboss.msc.service.ServiceName getParentServiceName(org.jboss.as.controller.PathAddress parentAddress)
- Specified by:
getParentServiceNamein classorg.jboss.as.controller.RestartParentWriteAttributeHandler
-
-