SUPConfiguration API Changes

API changes for the SUPConfiguration interface, used to manage the Sybase Unwired Platform configuration.

New SUPConfiguration Methods
Methods Description
  • getContext
  • commitClusterConfiguration
  • refreshClusterConfiguration
Manage the cluster configuration
  • getManagementConfiguration
  • updateManagementConfiguration
Manage management configurations
  • enableOCSPConfiguration
  • getOCSPConfiguration
  • updateOCSPConfiguration
Manage the Online Certificate Status Protocol (OCSP) configuration
  • getPerformanceConfiguration
  • updatePerformanceConfiguration
Manage the performance configuration
  • getConfigurationCache
  • updateConfigurationCache
  • commitConfigurationCache
  • refreshConfigurationCache
Manage the cache configuration
  • getReplicationConfiguration()
  • updateReplicationConfiguration()
Manage replication configuration
  • getMessagingConfiguration()
  • updateMessagingConfiguration()
Manage messaging configuration
  • getSolutionManagerConfiguration()
  • updateSolutionManagerConfiguration()
Manage the Solution Manager configuration
  • getDCNConfiguration()
  • updateDCNConfiguration()
Manage data change notification (DCN) configuration
  • getWebContainerCommonConfiguration
  • updateWebContainerCommonConfiguration
  • commitWebContainerConfiguration
  • refreshWebContainerConfiguration
Manage the Hybrid Web Container configuration
  • getHTTPListenerConfigurations
  • addHTTPListenerConfiguration
  • deleteHTTPListenerConfiguration
  • updateHTTPListenerConfiguration
Manage HTTP listener configurations
  • getSSLSecurityProfileConfigurations()
  • addSSLSecurityProfileConfiguration()
  • deleteSSLSecurityProfileConfiguration()
  • updateSSLSecurityProfileConfiguration()
Manage the SSL security profile configuration
  • getKeyStoreConfiguration
  • updateKeyStoreConfiguration
Manage the keystore configuration
  • getTrustStoreConfiguration
  • updateTrustStoreConfiguration
Manage the truststore configuration
  • refresh
  • commit
Manage the server configurations locally

Documented in: Developer Guide: Unwired Server Runtime, see Managing Clusters