Uses of Class
com.opencloud.slee.resources.sis.management.ExternalAddressState
-
Packages that use ExternalAddressState Package Description com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS. -
-
Uses of ExternalAddressState in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return ExternalAddressState Modifier and Type Method Description ExternalAddressState
ExternalPlatformManagementMBean. getAddressState(int position)
Get the current state of an address in the external platform definition managed by this MBean.static ExternalAddressState
ExternalAddressState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalAddressState[]
ExternalAddressState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-