Uses of Interface
org.jboss.as.clustering.controller.SubsystemRegistration
Packages that use SubsystemRegistration
-
Uses of SubsystemRegistration in org.jboss.as.clustering.controller
Classes in org.jboss.as.clustering.controller that implement SubsystemRegistrationConstructor parameters in org.jboss.as.clustering.controller with type arguments of type SubsystemRegistrationModifierConstructorDescriptionprotectedPersistentSubsystemExtension(String name, org.jboss.as.controller.SubsystemModel currentModel, Supplier<ManagementRegistrar<SubsystemRegistration>> registrarFactory, S currentSchema) Constructs a new extension using a reader/writer factory.protectedSubsystemExtension(String name, org.jboss.as.controller.SubsystemModel currentModel, Supplier<ManagementRegistrar<SubsystemRegistration>> registrarFactory, S currentSchema, org.jboss.staxmapper.XMLElementWriter<org.jboss.as.controller.persistence.SubsystemMarshallingContext> writer) Constructs a new extension using a reader factory and a separate writer implementation.