Class ResourceRegistration.DefaultResourceRegistration

java.lang.Object
org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration
All Implemented Interfaces:
Feature, ResourceRegistration
Direct Known Subclasses:
SubsystemResourceRegistration.DefaultSubsystemResourceRegistration
Enclosing interface:
ResourceRegistration

public static class ResourceRegistration.DefaultResourceRegistration extends Object implements ResourceRegistration
  • Method Details

    • getPathElement

      public PathElement getPathElement()
      Description copied from interface: ResourceRegistration
      Returns the path element under which this resource is registered with its parent resource, or null if this is the root resource.
      Specified by:
      getPathElement in interface ResourceRegistration
      Returns:
      the path element, or null if this is the root resource.
    • getStability

      public Stability getStability()
      Description copied from interface: Feature
      Returns the stability level of this feature.
      Specified by:
      getStability in interface Feature
      Returns:
      a stability level
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object