Uses of Interface
org.jboss.as.controller.Extension
-
Packages that use Extension Package Description org.jboss.as.controller.descriptions org.jboss.as.controller.extension -
-
Uses of Extension in org.jboss.as.controller.descriptions
Constructor parameters in org.jboss.as.controller.descriptions with type arguments of type Extension Constructor Description SubsystemResourceDescriptionResolver(String subsystemName, Class<? extends Extension> extensionClass)Constructs a resolver of resource descriptions for the specified subsystem and extension class using the default resource name.SubsystemResourceDescriptionResolver(String subsystemName, Class<? extends Extension> extensionClass, String resourceName)Constructs a resolver of resource descriptions for the specified subsystem and extension class using the specified resource name. -
Uses of Extension in org.jboss.as.controller.extension
Classes in org.jboss.as.controller.extension that implement Extension Modifier and Type Class Description classAbstractLegacyExtensionAbstract superclass forExtensionimplementations where the extension is no longer supported for use on current version servers but is supported on host controllers in order to allow use of the extension on legacy version hosts in a mixed-version domain.Methods in org.jboss.as.controller.extension with parameters of type Extension Modifier and Type Method Description voidExtensionRegistry. initializeParsers(Extension extension, String moduleName, org.jboss.staxmapper.XMLMapper xmlMapper)Ask the givenextensiontoinitialize its parsers.
-