Uses of Class
org.jboss.as.controller.operations.common.GenericSubsystemDescribeHandler
-
Packages that use GenericSubsystemDescribeHandler Package Description org.jboss.as.controller.extension org.jboss.as.controller.operations.common -
-
Uses of GenericSubsystemDescribeHandler in org.jboss.as.controller.extension
Subclasses of GenericSubsystemDescribeHandler in org.jboss.as.controller.extension Modifier and Type Class Description classUnsupportedSubsystemDescribeHandlerHandler for the "describe" operation for an extension that is only supported for non-server use in a mixed-version domain where legacy slaves still support the extension. -
Uses of GenericSubsystemDescribeHandler in org.jboss.as.controller.operations.common
Fields in org.jboss.as.controller.operations.common declared as GenericSubsystemDescribeHandler Modifier and Type Field Description static GenericSubsystemDescribeHandlerGenericSubsystemDescribeHandler. INSTANCEMethods in org.jboss.as.controller.operations.common that return GenericSubsystemDescribeHandler Modifier and Type Method Description static GenericSubsystemDescribeHandlerGenericSubsystemDescribeHandler. create(Comparator<PathElement> comparator)Creates a new describe handler.
-