public class HostSpecifiedInterfaceAddHandler extends SpecifiedInterfaceAddHandler
INSTANCE
NAMED_INSTANCE, OPERATION_NAME, SPECIFIED_INSTANCE
Constructor and Description |
---|
HostSpecifiedInterfaceAddHandler() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
requiresRuntime(OperationContext context)
|
createInterfaceService, performRuntime, requiresRuntimeVerification
getAddInterfaceOperation, getCriteria, getInterfaceName, getModelDescription, performRuntime, populateModel, validateAndSet
execute, populateModel, populateModel, rollbackRuntime
protected boolean requiresRuntime(OperationContext context)
AbstractAddStepHandler
AbstractAddStepHandler.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 SpecifiedInterfaceAddHandler
context
- operation contexttrue
if performRuntime
should be invoked; false
otherwise.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.