Question
Upc
CO
Last activity: 28 Feb 2024 6:29 EST
Listeners stop/Start
Hi experts,
I am doing an automation process with the listeners. I already get a list of current listeners running in Admin Studio, and I establish the names of the duplicated and missing listeners according to my requirements. Now I am looking for a way to stop and start listeners with this information.
I know there is an activity that has a Java step to call the IListenerManagementAPI and to do both processes but I have some concerns/issues because those methods expect as a parameter an entire ClipboardPage; also, It is based on the UI logic, I mean in the listener's property (".pyListenersList") and the temporary pages created from the action of choosing the checkbox of listeners to be stopped and/or the options o restart in All/specific node so, my question is, there is a way in that I can do those processes by another way and simple?
Thank you in advance