public interface INTriggerAddressTracingManagementMBean extends TriggerAddressTracingManagementMBean
INTriggerAddressTracingManagementMBean
provides additional IN-specific management
operations for SIS trigger address tracing configurations in a SIS RA entity.SIS_MANAGEMENT_TYPE
Modifier and Type | Method and Description |
---|---|
INTriggerAddressTracingSelector[] |
getSelectors(TriggerType triggerType)
Get the trigger address tracing selectors for the SIS RA entity.
|
void |
setSelectors(TriggerType triggerType,
INTriggerAddressTracingSelector[] selectors)
Set the trigger address tracing selectors for the SIS RA entity.
|
getDebugLevel, getTriggerAddressTracingProfileTableName, isAuditLoggingEnabled, setAuditLoggingEnabled, setDebugLevel, setTriggerAddressTracingProfileTableName
INTriggerAddressTracingSelector[] getSelectors(TriggerType triggerType) throws NullPointerException, ManagementException
triggerType
- the type of trigger to get the selectors for.NullPointerException
- if triggerType
is null
.ManagementException
- if an error occurs communicating with the management server.setSelectors(com.opencloud.slee.resources.sis.management.TriggerType, com.opencloud.slee.resources.insis.management.INTriggerAddressTracingSelector[])
void setSelectors(TriggerType triggerType, INTriggerAddressTracingSelector[] selectors) throws NullPointerException, ManagementException
fine-grained tracing
is enabled. For each selector, the debug level of the address in the selected parameter
(if present) is obtained from the trigger address tracing profile table. The highest
debug level found is used.triggerType
- the type of trigger to set the selectors for.selectors
- the selectors. May be null
.NullPointerException
- if triggerType
is null
.ManagementException
- if an error occurs communicating with the management server.getSelectors(com.opencloud.slee.resources.sis.management.TriggerType)