Activates a SIS trigger component deployed in a SIS RA entity. The SIS RA entity to manage to is specified by the
enclosing
sis-management element. The component ID of the trigger to activate is specified in
the nested
trigger element. For example:
<sis-management raentity="foo">
<activatetrigger>
<trigger name="OriginatingTrigger" vendor="xyz.com" version="1.0"/>
</activatetrigger>
</sis-management>
This task invokes the
TriggerManagementMBean.activate(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. |