Class TransportResourceRegistrar
java.lang.Object
org.jboss.as.clustering.jgroups.subsystem.TransportResourceRegistrar
- All Implemented Interfaces:
ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
public class TransportResourceRegistrar
extends Object
implements ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
Registers transport definitions, including any definition overrides.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionTransportResourceRegistrar(ResourceServiceConfiguratorFactory parentServiceConfiguratorFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
-
Constructor Details
-
TransportResourceRegistrar
public TransportResourceRegistrar(ResourceServiceConfiguratorFactory parentServiceConfiguratorFactory)
-
-
Method Details
-
register
public void register(org.jboss.as.controller.registry.ManagementResourceRegistration registration) - Specified by:
registerin interfaceManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
-