Uses of Class
com.opencloud.slee.resources.sis.management.ExternalAddressSelectionMode
-
Packages that use ExternalAddressSelectionMode Package Description com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS. -
-
Uses of ExternalAddressSelectionMode in com.opencloud.slee.resources.sis.management
Fields in com.opencloud.slee.resources.sis.management declared as ExternalAddressSelectionMode Modifier and Type Field Description static ExternalAddressSelectionMode
ExternalPlatformConfig. DEFAULT_SELECTION_MODE
Methods in com.opencloud.slee.resources.sis.management that return ExternalAddressSelectionMode Modifier and Type Method Description static ExternalAddressSelectionMode
ExternalAddressSelectionMode. fromString(String s)
Get an ExternalAddressSelectionMode enum from its name.ExternalAddressSelectionMode
ExternalPlatformConfig. getSelectionMode()
Get theExternalAddressSelectionMode
for this platformstatic ExternalAddressSelectionMode
ExternalAddressSelectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalAddressSelectionMode[]
ExternalAddressSelectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.sis.management with parameters of type ExternalAddressSelectionMode Modifier and Type Method Description ObjectName
ServiceRefManagementMBean. createExternalPlatform(String name, ExternalAddressSelectionMode selectionMode)
Create an external platform definition in the SIS.ExternalPlatformConfig.Builder
ExternalPlatformConfig.Builder. setSelectionMode(ExternalAddressSelectionMode selectionMode)
-