Retrieve the performance configuration.
SUPConfigurationComponentVO getPerformanceConfiguration()
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
.getPerformanceConfiguration();
System.out.println(confVO.getProperties);