Uses of Class
com.opencloud.slee.resources.sis.management.ExternalPlatformConfig
-
Packages that use ExternalPlatformConfig Package Description com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS. -
-
Uses of ExternalPlatformConfig in com.opencloud.slee.resources.sis.management
Fields in com.opencloud.slee.resources.sis.management declared as ExternalPlatformConfig Modifier and Type Field Description static ExternalPlatformConfig
ExternalPlatformConfig. DEFAULT_CONFIG
Methods in com.opencloud.slee.resources.sis.management that return ExternalPlatformConfig Modifier and Type Method Description ExternalPlatformConfig
ExternalPlatformConfig.Builder. build()
ExternalPlatformConfig
ExternalPlatformManagementMBean. getPlatformConfig()
Get theExternalPlatformConfig
object describing the configuration of the external platform definitionMethods in com.opencloud.slee.resources.sis.management with parameters of type ExternalPlatformConfig Modifier and Type Method Description void
ExternalPlatformManagementMBean. setPlatformConfig(ExternalPlatformConfig config)
Update the configuration of this external platform definition.
-