Class ModelOnlyAddStepHandler

java.lang.Object
org.jboss.as.controller.AbstractAddStepHandler
org.jboss.as.controller.ModelOnlyAddStepHandler
All Implemented Interfaces:
OperationDescriptor, OperationStepHandler

public class ModelOnlyAddStepHandler extends AbstractAddStepHandler
A handler for the add operation that only manipulates the model. The original expected use is for resources that have been dropped from recent versions, but for which configuration manageablity is retained in order to allow use on legacy hosts in a managed domain. This handler would be used on the host controllers for the newer version nodes (particularly the master host controller.)
Author:
Brian Stansberry (c) 2012 Red Hat Inc.