Class SetAddressSubscriptionsProfileTableNameTask


  • public class SetAddressSubscriptionsProfileTableNameTask
    extends SISSubTask
    Set the Address Subscriptions profile table name 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">
       <setaddresssubscriptionsprofiletablename tablename="address-subscriptions"/>
     </sis-sip-management>
     
    This task invokes the AddressSubscriptionManagementMBean.setAddressSubscriptionsProfileTableName(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 SISManagementTask.
    • Constructor Detail

      • SetAddressSubscriptionsProfileTableNameTask

        public SetAddressSubscriptionsProfileTableNameTask()
    • Method Detail

      • setTableName

        public void setTableName​(String name)