Class DistributableWebResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.clustering.controller.AbstractResourceDefinition
-
- org.jboss.as.clustering.controller.SubsystemResourceDefinition<org.jboss.as.controller.SubsystemRegistration>
-
- org.wildfly.extension.clustering.web.DistributableWebResourceDefinition
-
- All Implemented Interfaces:
Consumer<org.jboss.as.server.DeploymentProcessorTarget>,org.jboss.as.clustering.controller.Registration<org.jboss.as.controller.SubsystemRegistration>,org.jboss.as.controller.ResourceDefinition
public class DistributableWebResourceDefinition extends org.jboss.as.clustering.controller.SubsystemResourceDefinition<org.jboss.as.controller.SubsystemRegistration> implements Consumer<org.jboss.as.server.DeploymentProcessorTarget>
Definition of the /subsystem=distributable-web resource.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(org.jboss.as.server.DeploymentProcessorTarget target)voidregister(org.jboss.as.controller.SubsystemRegistration parent)-
Methods inherited from class org.jboss.as.clustering.controller.SubsystemResourceDefinition
pathElement
-
Methods inherited from class org.jboss.as.clustering.controller.AbstractResourceDefinition
registerAttributes, registerCapabilities, registerChildren, registerNotifications, registerOperations
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-