Package org.jboss.as.ejb3.subsystem
Class RemotingProfileChildResourceAddHandler
java.lang.Object
org.jboss.as.controller.RestartParentResourceHandlerBase
org.jboss.as.ejb3.subsystem.RemotingProfileChildResourceHandlerBase
org.jboss.as.ejb3.subsystem.RemotingProfileChildResourceAddHandler
- All Implemented Interfaces:
org.jboss.as.controller.OperationDescriptor,org.jboss.as.controller.OperationStepHandler
public class RemotingProfileChildResourceAddHandler
extends RemotingProfileChildResourceHandlerBase
implements org.jboss.as.controller.OperationDescriptor
- Author:
- Tomasz Adamski
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRemotingProfileChildResourceAddHandler(org.jboss.as.controller.AttributeDefinition... attributes) -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends org.jboss.as.controller.AttributeDefinition>protected voidpopulateModel(org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) toString()protected voidupdateModel(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) Methods inherited from class org.jboss.as.ejb3.subsystem.RemotingProfileChildResourceHandlerBase
getParentServiceName, recreateParentService, removeServicesMethods inherited from class org.jboss.as.controller.RestartParentResourceHandlerBase
execute, getParentAddress, isResourceServiceRestartAllowed, recreateParentService, requiresRuntime, rollbackRuntime
-
Constructor Details
-
RemotingProfileChildResourceAddHandler
protected RemotingProfileChildResourceAddHandler(org.jboss.as.controller.AttributeDefinition... attributes)
-
-
Method Details
-
getAttributes
- Specified by:
getAttributesin interfaceorg.jboss.as.controller.OperationDescriptor
-
toString
-
updateModel
protected void updateModel(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException - Specified by:
updateModelin classorg.jboss.as.controller.RestartParentResourceHandlerBase- Throws:
org.jboss.as.controller.OperationFailedException
-
populateModel
protected void populateModel(org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Throws:
org.jboss.as.controller.OperationFailedException
-