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.RestartParentWriteAttributeHandler
A 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
ConstructorsConstructorDescriptionRemotingProfileResourceChildWriteAttributeHandler(org.jboss.as.controller.AttributeDefinition attributeDefinition) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, revertUpdateToRuntimeMethods inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler
execute, finishModelStage, getAttributeDefinition, recordCapabilitiesAndRequirements, requiresRuntime, validateUpdatedModel
-
Constructor Details
-
RemotingProfileResourceChildWriteAttributeHandler
public RemotingProfileResourceChildWriteAttributeHandler(org.jboss.as.controller.AttributeDefinition attributeDefinition)
-
-
Method Details
-
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
-