Uninstalls a SIS trigger component from 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 uninstall is specified in
the nested
trigger
element. For example:
<sis-sip-management
raentity="foo">
<uninstalltrigger>
<trigger
name="OriginatingTrigger" vendor="xyz.com" version="1.0"/>
</uninstalltrigger>
</sis-sip-management>
This task invokes the
TriggerManagementMBean.uninstall(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. |