Retrieve the management related configuration.
SUPConfigurationComponentVO getManagementConfiguration()
throws SUPAdminException;
If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException .
SUPConfiguration supConf = SUPObjectFactory
.getSUPConfiguration(clusterContext);
supConf.refreshClusterConfiguration();
SUPConfigurationComponentVO confVO = supConf
.getManagementConfiguration();
System.out.println(confVO.getProperties);