Package org.jboss.as.server.services.net
Class SpecifiedInterfaceRemoveHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractRemoveStepHandler
-
- org.jboss.as.server.services.net.InterfaceRemoveHandler
-
- org.jboss.as.server.services.net.SpecifiedInterfaceRemoveHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class SpecifiedInterfaceRemoveHandler extends InterfaceRemoveHandler
Handler for removing a fully-specified interface.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static SpecifiedInterfaceRemoveHandlerINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protectedSpecifiedInterfaceRemoveHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidperformRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)protected voidrecoverServices(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)protected booleanrequiresRuntime(OperationContext context)-
Methods inherited from class org.jboss.as.server.services.net.InterfaceRemoveHandler
recordCapabilitiesAndRequirements
-
Methods inherited from class org.jboss.as.controller.AbstractRemoveStepHandler
execute, performRemove, removeChildRecursively, requireNoChildResources
-
-
-
-
Field Detail
-
INSTANCE
public static final SpecifiedInterfaceRemoveHandler INSTANCE
-
-
Method Detail
-
requiresRuntime
protected boolean requiresRuntime(OperationContext context)
- Overrides:
requiresRuntimein classAbstractRemoveStepHandler
-
performRuntime
protected void performRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
- Overrides:
performRuntimein classAbstractRemoveStepHandler
-
recoverServices
protected void recoverServices(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
- Overrides:
recoverServicesin classAbstractRemoveStepHandler
-
-