Package | Description |
---|---|
com.opencloud.slee.resources.sis.management |
Provides JMX MBean interfaces for managing the SIS.
|
Modifier and Type | Field and Description |
---|---|
static ExternalAddressSelectionMode |
ExternalPlatformConfig.DEFAULT_SELECTION_MODE |
Modifier and Type | Method and Description |
---|---|
static ExternalAddressSelectionMode |
ExternalAddressSelectionMode.fromString(String s)
Get an ExternalAddressSelectionMode enum from its name.
|
ExternalAddressSelectionMode |
ExternalPlatformConfig.getSelectionMode()
Get the
ExternalAddressSelectionMode for this platform |
static 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.
|
Modifier and Type | Method and Description |
---|---|
ObjectName |
ServiceRefManagementMBean.createExternalPlatform(String name,
ExternalAddressSelectionMode selectionMode)
Create an external platform definition in the SIS.
|
ExternalPlatformConfig.Builder |
ExternalPlatformConfig.Builder.setSelectionMode(ExternalAddressSelectionMode selectionMode) |