Uses of Class
com.opencloud.slee.resources.sis.management.TriggerType
-
Packages that use TriggerType Package Description com.opencloud.slee.resources.sipsis.management com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS. -
-
Uses of TriggerType in com.opencloud.slee.resources.sipsis.management
Methods in com.opencloud.slee.resources.sipsis.management with parameters of type TriggerType Modifier and Type Method Description SipTriggerAddressTracingSelector[]
SipTriggerAddressTracingManagementMBean. getSelectors(TriggerType triggerType)
Get the trigger address tracing selectors for the SIS RA entity.void
SipTriggerAddressTracingManagementMBean. setSelectors(TriggerType triggerType, SipTriggerAddressTracingSelector[] selectors)
Set the trigger address tracing selectors for the SIS RA entity. -
Uses of TriggerType in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return TriggerType Modifier and Type Method Description static TriggerType
TriggerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TriggerType[]
TriggerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-