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.
|
List<String> |
getXMLNamespaces()
Gets the URIs of the XML namespaces the subsystem can parse.
|
List<String> getXMLNamespaces()
null
Integer 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 interfaceCopyright © 2023 JBoss by Red Hat. All rights reserved.