Class PersistentSubsystemExtension<S extends Enum<S> & org.jboss.as.controller.PersistentSubsystemSchema<S>>
- java.lang.Object
-
- org.jboss.as.clustering.controller.SubsystemExtension<S>
-
- org.jboss.as.clustering.controller.PersistentSubsystemExtension<S>
-
- All Implemented Interfaces:
org.jboss.as.controller.Extension,org.jboss.as.controller.Feature
public class PersistentSubsystemExtension<S extends Enum<S> & org.jboss.as.controller.PersistentSubsystemSchema<S>> extends SubsystemExtension<S>
Generic extension implementation that registers a single subsystem whose XML readers/writer are created from aPersistentResourceXMLDescription.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPersistentSubsystemExtension(String name, org.jboss.as.controller.SubsystemModel currentModel, Supplier<ManagementRegistrar<SubsystemRegistration>> registrarFactory, S currentSchema)Constructs a new extension using a reader/writer factory.
-
Method Summary
-
Methods inherited from class org.jboss.as.clustering.controller.SubsystemExtension
initialize, initializeParsers
-
-
-
-
Constructor Detail
-
PersistentSubsystemExtension
protected PersistentSubsystemExtension(String name, org.jboss.as.controller.SubsystemModel currentModel, Supplier<ManagementRegistrar<SubsystemRegistration>> registrarFactory, S currentSchema)
Constructs a new extension using a reader/writer factory.- Parameters:
name- the subsystem namecurrentModel- the current modelregistrarFactory- a factory for creating the subsystem resource registrarcurrentSchema- the current schemadescriptionFactory- an XML description factory
-
-