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