Class SetAuditLevelTask
- java.lang.Object
-
- com.opencloud.slee.resources.sis.management.ant.SISSubTask
-
- com.opencloud.slee.resources.sis.management.ant.SetAuditLevelTask
-
public class SetAuditLevelTask extends SISSubTask
Set theAuditLevel
for a SIS RA entity. The SIS RA entity to manage to is specified by the enclosingSISManagementTask
element. For example:<
This task invokes thesis-sip-management
raentity="foo"> <setauditlevel level="ALL"/> </sis-sip-management>ConfigurationManagementMBean.setAuditLevel(com.opencloud.slee.resources.sis.management.AuditLevel)
management operation.Ant Parameters
Attribute Description Required level Must be one of the possible AuditLevel
values: ALL, COMPONENT or NONE.Yes. 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
.
-
-
Constructor Summary
Constructors Constructor Description SetAuditLevelTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setLevel(String level)
-
Methods inherited from class com.opencloud.slee.resources.sis.management.ant.SISSubTask
execute, getFailOnError, setFailOnError
-
-
-
-
Method Detail
-
setLevel
public void setLevel(String level)
-
-