Uses of Interface
org.jboss.as.clustering.controller.SubsystemRegistration
-
Packages that use SubsystemRegistration Package Description org.jboss.as.clustering.controller -
-
Uses of SubsystemRegistration in org.jboss.as.clustering.controller
Classes in org.jboss.as.clustering.controller that implement SubsystemRegistration Modifier and Type Class Description classContextualSubsystemRegistrationConstructor parameters in org.jboss.as.clustering.controller with type arguments of type SubsystemRegistration Constructor Description PersistentSubsystemExtension(String name, org.jboss.as.controller.SubsystemModel currentModel, Supplier<ManagementRegistrar<SubsystemRegistration>> registrarFactory, S currentSchema)Constructs a new extension using a reader/writer factory.SubsystemExtension(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.
-