public static interface ExtensionRegistry.SubsystemInformation
Modifier and Type | Method and Description |
---|---|
Integer |
getManagementInterfaceMajorVersion()
Gets the major 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 interfaceCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.