![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
You can perform the following Subscription tasks through CLI. For detailed information, see the related sections in TIBCO ActiveMatrix Runtime UDDI Server Administrator’s Guide.Execute one of the following commands in CLI to execute a get_subscriptions task in the interactive mode:
− uddiant get_subscriptionsTo store the output information of the task in a file, enter the absolute path or the relative path and the name of the file.Specify the way to handle the specified output file. Selecting true will overwrite the file. Selecting false will append the output information to the file. The default is true.
−
− Execute one of the following commands in CLI to execute a get_subscriptionResults task in the interactive mode:
− uddiant get_subscriptionResultsTo store the output information of the task in a file, enter the absolute path or the relative path and the name of the file.Specify the way to handle the specified output file. Selecting true will overwrite the file. Selecting false will append the output information to the file. The default is true.If you press N and then press Enter in response to the Enter the data from the data file (y, n) prompt, the following prompts will appear.
• Enter the StartPoint of CoveragePeriod (optional/format:2008-08-08T08:08:08.000Z)
• Enter the EndPoint of CoveragePeriod (optional/format:2008-08-08T08:08:08.000Z)To store the output information of the task in a file, enter the absolute path or the relative path and the name of the file.Specify the way to handle the specified file. Selecting true will overwrite the data file. The default is false.
− ant -f uddiant.xml get_subscriptionResults -Ddatafromfile=n -DsubscriptionKey=SubscriptionKey -DstartPoint=StartPoint -DendPoint=EndPoint -DchunkToken=ChunkToken -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
− uddiant get_subscriptionResults -Ddatafromfile=n -DsubscriptionKey=SubscriptionKey -DstartPoint=StartPoint -DendPoint=EndPoint -DchunkToken=ChunkToken -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
For information about the structure of the data files used by get_subscriptionResults tasks, see Section 5.5.11 get_subscriptionResults in UDDI Version 3.0.2 at http://www.uddi.org/pubs/uddi_v3.htm#_Toc85908139.Currently, the get_subscriptionResults task cannot retrieve information about deleted entities. You can use the Polling Subscription API or adopt the asynchronous notification mechanism to get information about deleted entities. See Polling Subscription API for more information.Execute one of the following commands in CLI to execute a save_subscription task in the interactive mode:
− uddiant save_subscriptionIf you press N and then press Enter in response to the Enter the data from the data file (y, n) prompt, the following prompts will appear.
• Please choose one get_xx or find_xx API to input the subscription data:Enter the notification interval. For related information, see Section 5.5.2 Specifying Durations in UDDI Version 3.0.2 at http://www.uddi.org/pubs/uddi_v3.htm#_Toc85908130.
• Enter the ExpiresAfter (optional/format:2008-08-08T08:08:08.000Z)To store the output information of the task in a file, enter the absolute path or the relative path and the name of the file.Specify the way to handle the specified output file. Selecting true will overwrite the file. Selecting false will append the output information to the file. The default is true.
− ant -f uddiant.xml save_subscription -Ddatafromfile=y -DdataFile=DataFilePath\DataFileName -Dfile=OutputFilePath\OutputFileName -Doverwrite=[true|false]
− uddiant save_subscription -Ddatafromfile=y -DdataFile=DataFilePath/DataFileName -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
− ant -f uddiant.xml save_subscription -Ddatafromfile=n -Dsubscription.filter.type=[1|2|3|4|5|6|7|8] -DserviceKey=ServiceKey -DsubscriptionKey=SubscriptionKey -DsubBindingKey=SubscriptinBindingKey -Dbrief=[true|false] -DnotificationInterval=NotificationInterval -DmaxEntities=MaxEntities -DexpireAfter=ExpirationTime -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]
− uddiant save_subscription -Ddatafromfile=n -Dsubscription.filter.type=[1|2|3|4|5|6|7|8] -DserviceKey=ServiceKey -DsubscriptionKey=SubscriptionKey -DsubBindingKey=SubscriptinBindingKey -Dbrief=[true|false] -DnotificationInterval=NotificationInterval -DmaxEntities=MaxEntities -DexpireAfter=ExpirationTime -Dfile=OutputFilePath/OutputFileName -Doverwrite=[true|false]The subscription.filter.type property specifies the API to be used, as described at the beginning of save_subscription.
For information about the structure of the data files used by save_subscription tasks, see Section 5.5.8 save_subscription in UDDI Version 3.0.2 at http://www.uddi.org/pubs/uddi_v3.htm#_Toc85908136.Execute one of the following commands in CLI to execute a delete_subscription task in the interactive mode:
− uddiant delete_subscription
−
−
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |