public interface SubsystemInformation
| Modifier and Type | Method and Description |
|---|---|
Integer |
getManagementInterfaceMajorVersion()
Gets the major version of the subsystem's management interface, if available.
|
Integer |
getManagementInterfaceMicroVersion()
Gets the micro version of the subsystem's management interface, if available.
|
Integer |
getManagementInterfaceMinorVersion()
Gets the minor version of the subsystem's management interface, if available.
|
default ModelVersion |
getManagementInterfaceVersion()
Gets full version of the subsystem
|
List<String> |
getXMLNamespaces()
Gets the URIs of the XML namespaces the subsystem can parse.
|
List<String> getXMLNamespaces()
nullInteger getManagementInterfaceMajorVersion()
null if the subsystem does not have a versioned interfaceInteger getManagementInterfaceMinorVersion()
null if the subsystem does not have a versioned interfaceInteger getManagementInterfaceMicroVersion()
null if the subsystem does not have a versioned interfacedefault ModelVersion getManagementInterfaceVersion()
ModelVersionCopyright © 2022 JBoss by Red Hat. All rights reserved.