public class SetAuditLevelTask extends SISSubTask
AuditLevel
for a SIS RA entity.
The SIS RA entity to manage to is specified by the enclosing SISManagementTask
element.
For example:
<sis-sip-management
raentity="foo">
<setauditlevel level="ALL"/>
</sis-sip-management>
This task invokes the ConfigurationManagementMBean.setAuditLevel(com.opencloud.slee.resources.sis.management.AuditLevel)
management operation.
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 and Description |
---|
SetAuditLevelTask() |
Modifier and Type | Method and Description |
---|---|
void |
setLevel(String level) |
execute, getFailOnError, setFailOnError
public void setLevel(String level)