Package org.jboss.as.controller
Interface SubsystemResourceRegistration
- All Superinterfaces:
Feature,ResourceRegistration
- All Known Implementing Classes:
SubsystemResourceRegistration.DefaultSubsystemResourceRegistration
A subsystem resource registration.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classNested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
ResourceRegistration.DefaultResourceRegistration -
Method Summary
Methods inherited from interface org.jboss.as.controller.Feature
getStabilityMethods inherited from interface org.jboss.as.controller.ResourceRegistration
getPathElement
-
Method Details
-
getName
Returns the name of this subsystem.- Returns:
- the name of this subsystem.
-
of
Creates a resource registration for the specified subsystem name.- Parameters:
name- a subsystem name- Returns:
- a resource registration
-
of
Creates a new subsystem resource registration for the specified path and stability.- Parameters:
path- a path elementstability- a stability level- Returns:
- a resource registration
-