Uses of Class
com.opencloud.slee.resources.sis.management.NetworkInterfaceState
-
Packages that use NetworkInterfaceState Package Description com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS. -
-
Uses of NetworkInterfaceState in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return NetworkInterfaceState Modifier and Type Method Description static NetworkInterfaceState
NetworkInterfaceState. fromString(String s)
static NetworkInterfaceState
NetworkInterfaceState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkInterfaceState[]
NetworkInterfaceState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-