Uses of Interface
org.jboss.as.controller.FeatureRegistry
-
-
Uses of FeatureRegistry in org.jboss.as.controller
Subinterfaces of FeatureRegistry in org.jboss.as.controller Modifier and Type Interface Description interfaceExtensionContextThe context for registering a new extension.interfaceOperationContextThe context for an operation step execution.interfacePersistentSubsystemSchema<S extends PersistentSubsystemSchema<S>>Defines a versioned schema for a subsystem defined via aPersistentResourceXMLDescription.interfaceSubsystemRegistrationA subsystem registration.interfaceSubsystemSchema<S extends SubsystemSchema<S>>Defines a versioned schema for a subsystem. -
Uses of FeatureRegistry in org.jboss.as.controller.extension
Classes in org.jboss.as.controller.extension that implement FeatureRegistry Modifier and Type Class Description classExtensionRegistryA registry for information aboutExtensions to the core application server. -
Uses of FeatureRegistry in org.jboss.as.controller.operations.common
Classes in org.jboss.as.controller.operations.common that implement FeatureRegistry Modifier and Type Class Description classProcessEnvironmentBase class for objects that store environment information for a process. -
Uses of FeatureRegistry in org.jboss.as.controller.parsing
Subinterfaces of FeatureRegistry in org.jboss.as.controller.parsing Modifier and Type Interface Description interfaceExtensionParsingContextContext in effect when theextensionelement for a givenExtensionis being parsed.interfaceManagementXmlSchemaBase representation of a schema for the management model.Classes in org.jboss.as.controller.parsing that implement FeatureRegistry Modifier and Type Class Description classManagementSchemaBase representation of a schema for the management model. -
Uses of FeatureRegistry in org.jboss.as.controller.persistence.xml
Subinterfaces of FeatureRegistry in org.jboss.as.controller.persistence.xml Modifier and Type Interface Description interfaceResourceXMLParticleFactoryA factory for building XML particles for a subsystem resource.interfaceSubsystemResourceXMLSchema<S extends SubsystemResourceXMLSchema<S>>ASubsystemSchemadescribed by aSubsystemResourceRegistrationXMLElement.Methods in org.jboss.as.controller.persistence.xml with parameters of type FeatureRegistry Modifier and Type Method Description static ResourceXMLParticleFactoryResourceXMLParticleFactory. newInstance(FeatureRegistry registry, QNameResolver resolver)Creates a new particle factory for the specified feature registry and qualified name resolver.Constructors in org.jboss.as.controller.persistence.xml with parameters of type FeatureRegistry Constructor Description AbstractBuilder(ResourceRegistration registration, FeatureRegistry registry, QNameResolver resolver)AbstractBuilder(FeatureRegistry registry, QNameResolver resolver, AttributeDefinitionXMLConfiguration configuration) -
Uses of FeatureRegistry in org.jboss.as.controller.registry
Subinterfaces of FeatureRegistry in org.jboss.as.controller.registry Modifier and Type Interface Description interfaceImmutableManagementResourceRegistrationRead-only view of aManagementResourceRegistration.interfaceManagementResourceRegistrationA registration for a management resource which consists of a resource description plus registered operation handlers.Classes in org.jboss.as.controller.registry that implement FeatureRegistry Modifier and Type Class Description classDelegatingImmutableManagementResourceRegistrationImmutableManagementResourceRegistrationimplementation that simply delegates to anotherImmutableManagementResourceRegistration(typically a mutable implementation of sub-interfaceManagementResourceRegistration).classDelegatingManagementResourceRegistrationManagementResourceRegistrationimplementation that simply delegates to anotherManagementResourceRegistration. -
Uses of FeatureRegistry in org.jboss.as.controller.xml
Subinterfaces of FeatureRegistry in org.jboss.as.controller.xml Modifier and Type Interface Description interfaceIntVersionSchema<S extends IntVersionSchema<S>>A schema versioned via anIntVersion.interfaceVersionedSchema<V extends Comparable<V>,S extends VersionedFeature<V,S>>A versioned schema, whose namespace is a versioned namespace.interfaceXMLAttributeSchema<S extends XMLAttributeSchema<S,T>,T>A versioned schema for an XML attribute.interfaceXMLComponentFactory<RC,WC>A factory for creating builders of XML components.interfaceXMLElementSchema<S extends XMLElementSchema<S,T>,T>A versioned schema for an XML element.Classes in org.jboss.as.controller.xml that implement FeatureRegistry Modifier and Type Class Description static classXMLAll.DefaultBuilder<RC,WC>static classXMLChoice.DefaultBuilder<RC,WC>static classXMLComponentFactory.DefaultXMLComponentFactory<RC,WC>static classXMLElement.DefaultBuilder<RC,WC>static classXMLElementGroup.AbstractBuilder<RC,WC,E extends XMLElement<RC,WC>,T extends XMLElementGroup<RC,WC>,B extends XMLElementGroup.Builder<RC,WC,E,T,B>>static classXMLParticleGroup.AbstractBuilder<RC,WC,E extends XMLElement<RC,WC>,T extends XMLParticleGroup<RC,WC>,B extends XMLParticleGroup.Builder<RC,WC,E,T,B>>static classXMLSequence.DefaultBuilder<RC,WC>Methods in org.jboss.as.controller.xml with parameters of type FeatureRegistry Modifier and Type Method Description static <RC,WC>
XMLComponentFactory<RC,WC>XMLComponentFactory. newInstance(FeatureRegistry registry, QNameResolver resolver)Creates a new particle factory for the specified feature registry and qualified name resolver.Constructors in org.jboss.as.controller.xml with parameters of type FeatureRegistry Constructor Description AbstractBuilder(FeatureRegistry registry)AbstractBuilder(FeatureRegistry registry)
-