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 a
PersistentResourceXMLDescription.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPersistentSubsystemExtension(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, initializeParsersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.controller.Feature
getStability
-
Constructor Details
-
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
-