public class HostSpecifiedInterfaceAddHandler extends SpecifiedInterfaceAddHandler
INSTANCENAMED_INSTANCE, SPECIFIED_INSTANCEattributes| Constructor and Description |
|---|
HostSpecifiedInterfaceAddHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
requiresRuntime(OperationContext context)
|
createInterfaceService, performRuntime, requiresRuntimeVerificationgetCriteria, getInterfaceName, performRuntime, populateModel, validateAndSetcreateResource, execute, populateModel, populateModel, rollbackRuntimeprotected boolean requiresRuntime(OperationContext context)
AbstractAddStepHandlerAbstractAddStepHandler.performRuntime(OperationContext, org.jboss.dmr.ModelNode, org.jboss.dmr.ModelNode, ServiceVerificationHandler, java.util.List)}
should be called. This default implementation always returns true. Subclasses that perform no runtime
update could override and return false.requiresRuntime in class SpecifiedInterfaceAddHandlercontext - operation contexttrue if performRuntime should be invoked; false otherwise.Copyright © 2014 JBoss by Red Hat. All rights reserved.