Uses of Class
com.opencloud.slee.resources.sis.management.ExtensionType
-
Packages that use ExtensionType Package Description com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS. -
-
Uses of ExtensionType in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return ExtensionType Modifier and Type Method Description static ExtensionType
ExtensionType. fromString(String s)
Get an ExtensionType from the stringstatic ExtensionType
ExtensionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExtensionType[]
ExtensionType. 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 ExtensionType Modifier and Type Method Description void
ExtensionRefManagementMBean. createServiceExtensionRef(String name, ExtensionType extensionType, ServiceID serviceID)
Create an extension reference in the SIS.
-