Class DistributableWebExtension
java.lang.Object
org.jboss.as.clustering.controller.SubsystemExtension<S>
org.jboss.as.clustering.controller.PersistentSubsystemExtension<DistributableWebSubsystemSchema>
org.wildfly.extension.clustering.web.DistributableWebExtension
- All Implemented Interfaces:
org.jboss.as.controller.Extension,org.jboss.as.controller.Feature
@MetaInfServices(org.jboss.as.controller.Extension.class)
public class DistributableWebExtension
extends PersistentSubsystemExtension<DistributableWebSubsystemSchema>
Extension that registers the distributable-web subsystem.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.as.clustering.controller.SubsystemExtension
initialize, initializeParsersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.controller.Feature
getStability
-
Constructor Details
-
DistributableWebExtension
public DistributableWebExtension()
-