SUPCluster API Changes

API changes for the SUPCluster interface, used to manage the cluster to which the Unwired Server instance belongs.

New SUPCluster Methods
Methods Description
  • getHttpProxySetting
  • updateHttpProxySetting
Manage HTTP proxy settings
  • getServerLogSetting()
  • updateServerLogSetting()
Manage the Unwired Server logs
  • getBESResponsePortioningLimit
  • setBESResponsePortioningLimit
Manage the response portioning limit
  • isHttpLogEnable()
  • setHttpLogEnable
  • getMaxHttpLogFileSize()
  • setMaxHttpLogFileSize
  • getHttpLogFileName()
  • setHttpLogFileName
  • isSeparateHttpLogFile()
  • setSeparateHttpLogFile
  • isReuseHttpLogFile()
  • setReuseHttpLogFile
  • getHttpLogArchiveFileName()
  • setHttpLogArchiveFileName
  • isArchiveHttpLog()
  • setArchiveHttpLog
  • isCompressHttpLogArchive()
  • setCompressHttpLogArchive
Manage the HTTP log settings
Deprecated SUPCluster Properties
Property Description
sup.admin.maxThreads The maximum number of concurrent threads for the management port.
sup.admin.iiops.maxThreads The maximum number of concurrent threads for the secure management port.

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