Class UninstallServiceKeySubscriptionTask


  • public class UninstallServiceKeySubscriptionTask
    extends SISSubTask
    Uninstalls a service key subscription from a SIS-IN RA entity. The SIS-IN RA entity to manage to is specified by the enclosing sis-in-management element. The subscription to uninstall is specified by the name attribute. For example:
     <sis-in-management raentity="foo">
       <uninstallservicekeysubscription name="CallForwarding"/>
     </sis-in-management>
     
    This task invokes the ServiceKeySubscriptionManagementMBean.uninstallSubscription(java.lang.String) management operation.

    Ant Parameters

    Attribute Description Required
    name The name of the service key subscription 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 INSISManagementTask.
    • Constructor Detail

      • UninstallServiceKeySubscriptionTask

        public UninstallServiceKeySubscriptionTask()
    • Method Detail

      • setName

        public void setName​(String name)