Class SetServiceKeySubscriptionsProfileTableNameTask


  • public class SetServiceKeySubscriptionsProfileTableNameTask
    extends SISSubTask
    Set the Service Key Subscriptions profile table name for a SIS-IN RA entity. The SIS-IN RA entity to manage to is specified by the enclosing sis-in-management element. For example:
     <sis-in-management raentity="foo">
       <setservicekeysubscriptionsprofiletablename tablename="service-key-subscriptions"/>
     </sis-in-management>
     
    This task invokes the ServiceKeySubscriptionManagementMBean.setServiceKeySubscriptionsProfileTableName(java.lang.String) management operation.

    Ant Parameters

    Attribute Description Required
    tablename The profile table name. If not specified any current profile table name is erased from the configuration. 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

      • SetServiceKeySubscriptionsProfileTableNameTask

        public SetServiceKeySubscriptionsProfileTableNameTask()
    • Method Detail

      • setTableName

        public void setTableName​(String name)