How can I find the services what used specific java method.

Hello everyone.

I want to know the specific service names what used specific java or public methods.

Additionally, I have to modify some java method on some service.
But I am not sure whether the another serives used this or not.

Please let me know. Regards.

Hi ,

What you want to know exacltly.

Right clik on the service find dependents/reference will come to know if it depends on another service or another serivices are using this service.

Please ask question a bit clear.

Cheers,
Vasanth.

:smiley: as expected in above reply check the dependent of this service … you will find out the services which are using the java service in concern.

-nD

Thank you vasanth and devexpert.

I just want to know defendent of some service.