in src/main/java/org/apache/sling/jmx/provider/impl/RootResource.java [89:97]
private Map<String, Object> getPropertiesMap() {
final Map<String, Object> result = new HashMap<String, Object>();
result.put(Constants.PROP_RESOURCE_TYPE, this.getResourceType());
if ( this.getResourceSuperType() != null ) {
result.put(Constants.PROP_RESOURCE_SUPER_TYPE, this.getResourceSuperType());
}
return result;
}