Updates configurable properties of a service reference 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">
<updateserviceref name="vpn" defaulttimeout="2000"/>
</sis-sip-management>
This task invokes various operations on the
ServiceRefManagementMBean
interface to update the service reference.
Ant Parameters
Attribute |
Description |
Required |
name |
The name of the service reference to update. |
Yes. |
defaulttimeout |
Default timeout for the service, measured in milliseconds.
The specified timeout must be at least 100, or specify 0 for the service to use the global default service timeout configured in the SIS. |
No. |
staticchargingpriority |
Static charging priority for the service.
| No. |
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 . |