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