Class 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 enclosing SISManagementTask element. For example:
     <sis-sip-management raentity="foo">
       <updateextensionref name="vpn-interceptor" defaulttimeout="2000"/>
     </sis-sip-management>
     
    This task invokes various operations on the 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 Detail

      • UpdateExtensionRefTask

        public UpdateExtensionRefTask()
    • Method Detail

      • setName

        public void setName​(String name)
      • setDefaultTimeout

        public void setDefaultTimeout​(long timeout)