Interface SingletonResourceRegistrationXMLElement
-
- All Superinterfaces:
Feature,ResourceRegistration,ResourceRegistrationXMLElement,ResourceXMLContainer,ResourceXMLElement,XMLContainer<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>,XMLElement<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>,XMLParticle<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
- All Known Implementing Classes:
SingletonResourceRegistrationXMLElement.DefaultSingletonResourceRegistrationXMLElement
public interface SingletonResourceRegistrationXMLElement extends ResourceRegistrationXMLElement
Encapsulates an XML element for a singleton (i.e. non-wildcard) resource registration.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSingletonResourceRegistrationXMLElement.Builderstatic classSingletonResourceRegistrationXMLElement.DefaultBuilderstatic classSingletonResourceRegistrationXMLElement.DefaultSingletonResourceRegistrationXMLElement-
Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
ResourceRegistration.DefaultResourceRegistration
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement
ResourceRegistrationXMLElement.AbstractBuilder<T extends ResourceRegistrationXMLElement,B extends ResourceRegistrationXMLElement.Builder<T,B>>, ResourceRegistrationXMLElement.DefaultResourceRegistrationXMLElement, ResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriter
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer
ResourceXMLContainer.ResourceAttributesXMLContentReader, ResourceXMLContainer.ResourceAttributesXMLContentWriter, ResourceXMLContainer.ResourceXMLContainerReader, ResourceXMLContainer.ResourceXMLContainerWriter<C>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLElement
ResourceXMLElement.DefaultResourceXMLElement
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLElement
XMLElement.DefaultXMLElement<RC,WC>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.DefaultXMLParticle<RC,WC>
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer
EMPTY_READER, EMPTY_WRITER
-
-
Method Summary
-
Methods inherited from interface org.jboss.as.controller.Feature
getStability
-
Methods inherited from interface org.jboss.as.controller.ResourceRegistration
getPathElement
-
Methods inherited from interface org.jboss.as.controller.xml.XMLElement
getName
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader, getWriter
-
-