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.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.interfaceXMLElementSchema<S extends XMLElementSchema<S,T>,T>A versioned schema for an XML element.
-