Interface SubsystemInformation
public interface SubsystemInformation
- Author:
- Tomaz Cerar
-
Method Summary
Modifier and TypeMethodDescriptionGets the major version of the subsystem's management interface, if available.Gets the micro version of the subsystem's management interface, if available.Gets the minor version of the subsystem's management interface, if available.default ModelVersionGets full version of the subsystemGets the URIs of the XML namespaces the subsystem can parse.
-
Method Details
-
getXMLNamespaces
Gets the URIs of the XML namespaces the subsystem can parse.- Returns:
- list of XML namespace URIs. Will not return
null
-
getManagementInterfaceMajorVersion
Integer getManagementInterfaceMajorVersion()Gets the major version of the subsystem's management interface, if available.- Returns:
- the major interface version, or
nullif the subsystem does not have a versioned interface
-
getManagementInterfaceMinorVersion
Integer getManagementInterfaceMinorVersion()Gets the minor version of the subsystem's management interface, if available.- Returns:
- the minor interface version, or
nullif the subsystem does not have a versioned interface
-
getManagementInterfaceMicroVersion
Integer getManagementInterfaceMicroVersion()Gets the micro version of the subsystem's management interface, if available.- Returns:
- the micro interface version, or
nullif the subsystem does not have a versioned interface
-
getManagementInterfaceVersion
Gets full version of the subsystem- Returns:
- full
ModelVersion
-