Class UninstallMacroTask
- java.lang.Object
-
- com.opencloud.slee.resources.sis.management.ant.SISSubTask
-
- com.opencloud.slee.resources.sis.management.ant.ComponentBasedTask
-
- com.opencloud.slee.resources.sis.management.ant.UninstallMacroTask
-
public class UninstallMacroTask extends ComponentBasedTask
Uninstalls a SIS macro component from a SIS RA entity. The SIS RA entity to manage to is specified by the enclosingSISManagementTask
element. The component ID of the macro to uninstall is specified in the nestedmacro
element. For example:<
This task invokes thesis-sip-management
raentity="foo"> <uninstallmacro> <macro
name="IsOriginating" vendor="xyz.com" version="1.0"/> </uninstallmacro> </sis-sip-management>MacroManagementMBean.uninstall(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 component ID. Exactly one nested macro element must be present.
-
-
Constructor Summary
Constructors Constructor Description UninstallMacroTask()
-
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
-
-