Retrieve the distribution configuration. Only a SAP Mobile Platform administrator and SAP Mobile Platform help desk can perform this.
SUPConfigurationComponentVO getConfigurationPushCache()
throws SUPAdminException;
If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.
SUPConfiguration supConf = SUPObjectFactory
.getSUPConfiguration(clusterContext);
supConf.refreshConfigurationPushCache();
SUPConfigurationComponentVO confVO = supConf
.getConfigurationPushCache();
System.out.println(confVO.getProperties);