Package org.jboss.as.ejb3.subsystem
Class RemotingProfileChildResourceRemoveHandler
- java.lang.Object
-
- org.jboss.as.controller.RestartParentResourceHandlerBase
-
- org.jboss.as.ejb3.subsystem.RemotingProfileChildResourceHandlerBase
-
- org.jboss.as.ejb3.subsystem.RemotingProfileChildResourceRemoveHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class RemotingProfileChildResourceRemoveHandler extends RemotingProfileChildResourceHandlerBase
- Author:
- Tomasz Adamski
-
-
Constructor Summary
Constructors Constructor Description RemotingProfileChildResourceRemoveHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, removeServices
-
-
-
-
Method Detail
-
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
-
-