Class SetSipOriginatingMacroTask


  • public class SetSipOriginatingMacroTask
    extends ComponentBasedTask
    Set the Originating Macro for a SIS-SIP RA entity. The SIS-SIP RA entity to manage to is specified by the enclosing sis-sip-management element. For example:
     <sis-sip-management raentity="foo">
       <setsiporiginatingmacro>
         <macro name="IsOriginating" vendor="xyz.com" version="1.0"/>
       </setsiporiginatingmacro>
     </sis-sip-management>
     
    This task invokes the SipConfigurationManagementMBean.setOriginatingMacro(com.opencloud.slee.resources.sis.components.MacroID) 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
    macro Contains the macro ID of the originating macro. Exactly one nested macro element must be present.