Package | Description |
---|---|
com.opencloud.slee.resources.sipsis.management | |
com.opencloud.slee.resources.sis.management |
Provides JMX MBean interfaces for managing the SIS.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|