Class UpdateExtensionRefTask
- java.lang.Object
-
- com.opencloud.slee.resources.sis.management.ant.SISSubTask
-
- com.opencloud.slee.resources.sis.management.ant.UpdateExtensionRefTask
-
public class UpdateExtensionRefTask extends SISSubTask
Updates configurable properties of an extension reference for a SIS RA entity. The SIS RA entity to manage to is specified by the enclosingSISManagementTask
element. For example:<
This task invokes various operations on thesis-sip-management
raentity="foo"> <updateextensionref name="vpn-interceptor" defaulttimeout="2000"/> </sis-sip-management>ExtensionRefManagementMBean
interface to update the extension reference.Ant Parameters
Attribute Description Required name The name of the extension reference to update. Yes. defaulttimeout Default timeout for the extension component, measured in milliseconds. The specified timeout must be at least 100, or specify 0 for the extension component to use the global default service timeout configured in the SIS. No.
-
-
Constructor Summary
Constructors Constructor Description UpdateExtensionRefTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDefaultTimeout(long timeout)
void
setName(String name)
-
Methods inherited from class com.opencloud.slee.resources.sis.management.ant.SISSubTask
execute, getFailOnError, setFailOnError
-
-
-
-
Method Detail
-
setName
public void setName(String name)
-
setDefaultTimeout
public void setDefaultTimeout(long timeout)
-
-