Class SetSipOriginatingMacroTask
- java.lang.Object
-
- com.opencloud.slee.resources.sis.management.ant.SISSubTask
-
- com.opencloud.slee.resources.sis.management.ant.ComponentBasedTask
-
- com.opencloud.slee.resources.sipsis.management.ant.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 enclosingsis-sip-management
element. For example:<
This task invokes thesis-sip-management
raentity="foo"> <setsiporiginatingmacro> <macro name="IsOriginating" vendor="xyz.com" version="1.0"/> </setsiporiginatingmacro> </sis-sip-management>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.
-
-
Constructor Summary
Constructors Constructor Description SetSipOriginatingMacroTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConfiguredComposition(CompositionComponentElement element)
void
addConfiguredInterceptor(InterceptorComponentElement element)
void
addConfiguredTrigger(TriggerComponentElement element)
-
Methods inherited from class com.opencloud.slee.resources.sis.management.ant.ComponentBasedTask
addConfiguredMacro
-
Methods inherited from class com.opencloud.slee.resources.sis.management.ant.SISSubTask
execute, getFailOnError, setFailOnError
-
-
-
-
Method Detail
-
addConfiguredTrigger
public void addConfiguredTrigger(TriggerComponentElement element)
- Overrides:
addConfiguredTrigger
in classComponentBasedTask
-
addConfiguredComposition
public void addConfiguredComposition(CompositionComponentElement element)
- Overrides:
addConfiguredComposition
in classComponentBasedTask
-
addConfiguredInterceptor
public void addConfiguredInterceptor(InterceptorComponentElement element)
- Overrides:
addConfiguredInterceptor
in classComponentBasedTask
-
-