Uses of Interface
org.jboss.as.controller.Feature
-
-
Uses of Feature in org.jboss.as.controller
Subinterfaces of Feature in org.jboss.as.controller Modifier and Type Interface Description interfaceCapabilityReferenceRecorderRecords information about capability reference information encoded in an attribute's value.interfaceExtensionAn extension to the JBoss Application Server.interfacePersistentSubsystemSchema<S extends PersistentSubsystemSchema<S>>Defines a versioned schema for a subsystem defined via aPersistentResourceXMLDescription.interfaceResourceDefinitionProvides essential information defining a management resource.interfaceResourceRegistrationDescribes the registration of a resource.interfaceSubsystemSchema<S extends SubsystemSchema<S>>Defines a versioned schema for a subsystem.Classes in org.jboss.as.controller that implement Feature Modifier and Type Class Description classAttributeDefinitionDefining characteristics of an attribute in aResourceor a parameter or reply value type field in anOperationDefinition, with utility methods for validation.static classCapabilityReferenceRecorder.CompositeAttributeDependencyRecorderCapabilityReferenceRecorderthat determines the dependent capability from theOperationContextand any additional attributes on same resource.static classCapabilityReferenceRecorder.ContextDependencyRecorderCapabilityReferenceRecorderthat determines the dependent capability from theOperationContext.static classCapabilityReferenceRecorder.DefaultCapabilityReferenceRecorderDefault implementation ofCapabilityReferenceRecorder.static classCapabilityReferenceRecorder.ResourceCapabilityReferenceRecorderCapabilityReferenceRecorderthat determines the dependent and required capability from thePathAddressof the resource registration.classDelegatingResourceDefinitionclassListAttributeDefinitionDefining characteristics of anModelType.LISTattribute in aResource, with utility methods for conversion to and from xml and for validation.classMapAttributeDefinitionDefining characteristics of anModelType.OBJECTattribute in aResource, where all children of the object have values of the same type; i.e.classModelOnlyResourceDefinitionResourceDefinitionimplementation designed for use in extensions based onAbstractLegacyExtension.classNotificationDefinitionDefining characteristics of notification in aResourceclassObjectListAttributeDefinitionAttributeDefinition suitable for managing LISTs of OBJECTs, which takes into account recursive processing of allowed values and their value types.classObjectMapAttributeDefinitionMapAttributeDefinitionfor maps with keys ofModelType.STRINGand values of typeObjectTypeAttributeDefinitionclassObjectTypeAttributeDefinitionAttributeDefinitionfor attributes of typeModelType.OBJECTthat aren't simple maps, but rather a set fixed keys where each key may be associated with a value of a different type.classOperationDefinitionDefining characteristics of operation in aResourceclassPersistentResourceDefinitionA persistent resource definition.classPrimitiveListAttributeDefinitionDate: 13.10.2011classPropertiesAttributeDefinitionRepresents simple key=value map equivalent of java.util.Map() classProvidedResourceDefinitionGeneralizedResourceDefinitiondecorator.static classResourceDefinition.MinimalResourceDefinitionA minimalResourceDefinitionimplementation whose internal registration will be performed separately.static classResourceRegistration.DefaultResourceRegistrationclassSimpleAttributeDefinitionDefining characteristics of an attribute in aResourceor a parameter or reply value type field in anOperationDefinition, with utility methods for conversion to and from xml and for validation.classSimpleListAttributeDefinitionAttributeDefinitionfor attributes that represent lists with simple element types (i.e.classSimpleMapAttributeDefinitionMapAttributeDefinitionfor maps with keys ofModelType.STRINGand values of type ModelTypeclassSimpleOperationDefinitionDefining characteristics of operation in aResourceSimpleOperationDefinition is simplest implementation that usesDefaultOperationDescriptionProviderfor generating description of operation if more complex DescriptionProvider user should extend this class orOperationDefinitionand provide its ownDescriptionProviderclassSimpleResourceDefinitionBasic implementation ofResourceDefinition.classStringListAttributeDefinitionMethods in org.jboss.as.controller with type parameters of type Feature Modifier and Type Method Description <F extends Feature>
booleanFeatureFilter. enables(F feature)Determines whether the specified feature is enabled.default <F extends Feature>
booleanFeatureRegistry. enables(F feature)Determines whether the specified feature is enabled by the configured stability level of the feature registry.static <F extends Feature>
Map<Stability,F>Feature. map(Iterable<F> features)Returns a complete map of a feature per stability level. -
Uses of Feature in org.jboss.as.controller.capability
Subinterfaces of Feature in org.jboss.as.controller.capability Modifier and Type Interface Description interfaceCapabilityBasic description of a capability.Classes in org.jboss.as.controller.capability that implement Feature Modifier and Type Class Description classRuntimeCapability<T>A capability exposed in a running WildFly process. -
Uses of Feature in org.jboss.as.controller.extension
Classes in org.jboss.as.controller.extension that implement Feature 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.classExtensionResourceDefinitionSimpleResourceDefinitionfor anExtensionresource.classExtensionSubsystemResourceDefinitionResourceDefinitionfor anExtension's subsystem child resources. -
Uses of Feature in org.jboss.as.controller.management
Classes in org.jboss.as.controller.management that implement Feature Modifier and Type Class Description classBaseHttpInterfaceResourceDefinitionBase class for theResourceDefinitioninstances to extend from.classBaseNativeInterfaceResourceDefinitionBase class for theResourceDefinitioninstances to extend from. -
Uses of Feature in org.jboss.as.controller.parsing
Subinterfaces of Feature in org.jboss.as.controller.parsing Modifier and Type Interface Description interfaceManagementXmlSchemaBase representation of a schema for the management model.Classes in org.jboss.as.controller.parsing that implement Feature Modifier and Type Class Description classManagementSchemaBase representation of a schema for the management model. -
Uses of Feature in org.jboss.as.controller.registry
Classes in org.jboss.as.controller.registry that implement Feature Modifier and Type Class Description classLegacyResourceDefinitionMethods in org.jboss.as.controller.registry with type parameters of type Feature Modifier and Type Method Description <F extends Feature>
booleanDelegatingImmutableManagementResourceRegistration. enables(F feature)<F extends Feature>
booleanDelegatingManagementResourceRegistration. enables(F feature) -
Uses of Feature in org.jboss.as.controller.resource
Classes in org.jboss.as.controller.resource that implement Feature Modifier and Type Class Description classAbstractSocketBindingGroupResourceDefinitionResourceDefinitionfor a resource representing a socket binding group.classAbstractSocketBindingResourceDefinitionResourceDefinitionfor a resource representing a socket binding.classInterfaceDefinition -
Uses of Feature in org.jboss.as.controller.services.path
Classes in org.jboss.as.controller.services.path that implement Feature Modifier and Type Class Description classPathResourceDefinitionDefinition of a resource type that represents a logical filesystem path. -
Uses of Feature in org.jboss.as.controller.xml
Subinterfaces of Feature in org.jboss.as.controller.xml Modifier and Type Interface Description interfaceIntVersionSchema<S extends IntVersionSchema<S>>A schema versioned via anIntVersion.interfaceVersionedFeature<V extends Comparable<V>,F extends VersionedFeature<V,F>>A versioned feature.interfaceVersionedNamespace<V extends Comparable<V>,N extends VersionedFeature<V,N>>A versioned namespace.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.Classes in org.jboss.as.controller.xml that implement Feature Modifier and Type Class Description classSimpleVersionedNamespace<V extends Comparable<V>,N extends VersionedFeature<V,N>>SimpleVersionedNamespaceimplementation.classVersionedURN<N extends VersionedFeature<org.jboss.staxmapper.IntVersion,N>>Deprecated, for removal: This API element is subject to removal in a future version.Useinstead.
-