Package org.wildfly.extension.discovery
Class DiscoveryProviderRegistrar
- java.lang.Object
-
- org.wildfly.extension.discovery.DiscoveryProviderRegistrar
-
- All Implemented Interfaces:
ChildResourceDefinitionRegistrar,ResourceDefinitionRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>,ResourceServiceConfigurator
- Direct Known Subclasses:
AggregateDiscoveryProviderRegistrar,StaticDiscoveryProviderRegistrar
public abstract class DiscoveryProviderRegistrar extends Object implements ChildResourceDefinitionRegistrar, ResourceServiceConfigurator
Abstract registrar for a discovery provider resource definition.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.controller.registry.ManagementResourceRegistrationregister(org.jboss.as.controller.registry.ManagementResourceRegistration parent, ManagementResourceRegistrationContext context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.subsystem.service.ResourceServiceConfigurator
configure
-
-
-
-
Method Detail
-
register
public org.jboss.as.controller.registry.ManagementResourceRegistration register(org.jboss.as.controller.registry.ManagementResourceRegistration parent, ManagementResourceRegistrationContext context)- Specified by:
registerin interfaceResourceDefinitionRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
-
-