Class ResourceDescriptor

java.lang.Object
org.jboss.as.clustering.controller.ResourceDescriptor
All Implemented Interfaces:
AddStepHandlerDescriptor, OperationStepHandlerDescriptor, RemoveStepHandlerDescriptor, WriteAttributeStepHandlerDescriptor

public class ResourceDescriptor extends Object implements AddStepHandlerDescriptor
Describes the properties of resource used by AddStepHandler. Supports supplying attributes and capabilities via enumerations. Also supports defining extra parameters that are not actually attributes of the target resource.
Author:
Paul Ferraro