Class ProtocolResourceRegistrar
- java.lang.Object
-
- org.jboss.as.clustering.jgroups.subsystem.ProtocolResourceRegistrar
-
- All Implemented Interfaces:
ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
public class ProtocolResourceRegistrar extends Object implements ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
Registers protocol resource definitions, including any overrides.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
-
-
-
Method Detail
-
register
public void register(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
- Specified by:
registerin interfaceManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
-
-