Question
1
Replies
224
Views
Posted: March 21, 2018
Last activity: March 22, 2018
Need to get listener details with start date and stop date
Hi Team, We have any requirement to monitor the list of listener status on the node .I am able to get status of the listener through the pega.getserviceutilpriv().getlistenerstatus(listener name,listener class) API but I want to get listener start date and stop date . Do we have any API is available in Pega to get the details of listener instead of status? And also provide me ,is there any API for start date and stop date . Thanks for help Regards Srinivas
Hi,
I can see we have the option for start listener and stop listener methods. To get the stat date and stop date programatically accomplish the task is via JMX. The options you see in SMA (System Management Application) come from the available mbeans in JMX.