Deactivates a SIS trigger component deployed in a SIS RA entity. The SIS RA entity to manage to is specified by the
enclosing
SISManagementTask element. The component ID of the trigger to deactivate is specified in
the nested
trigger element. For example:
<sis-sip-management raentity="foo">
<deactivatetrigger>
<trigger name="OriginatingTrigger" vendor="xyz.com" version="1.0"/>
</deactivatetrigger>
</sis-sip-management>
This task invokes the
TriggerManagementMBean.deactivate(com.opencloud.slee.resources.sis.components.TriggerID)
management operation.
Ant Parameters
| Attribute |
Description |
Required |
| failonerror |
Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. |
No, default is inherited from the enclosing SISManagementTask. |
Parameters specified as nested elements
| Element |
Description |
trigger |
Contains the trigger component ID. Exactly one nested trigger element must be present. |