Update the properties of the cache configuration. Only a Sybase Unwired Platform administrator can do this.
void updateConfigurationCache(SUPConfigurationComponentVO serverComponent) throws SUPAdminException;
The ID of the server component you want to update.
The server component you want to update.
If successful, returns silently. If unsuccessful, throws SUPAdminException.
supConf.refreshConfigurationCache(); SUPConfigurationComponentVO confVO = supConf .getConfigurationCache(); confVO.getProperties().put("cache.core.pool.size", "100"); supConf.updateConfigurationCache(confVO); supConf.commitConfigurationCache();