[aspectj-users] Hook Thread Creations

2016-07-19 Thread ants
Hi All, Is there a way to hook to thread creations and destroy from AspectJ pointcuts? ` Anto. -- View this message in context: http://aspectj.2085585.n4.nabble.com/Hook-Thread-Creations-tp4652108.html Sent from the AspectJ - users mailing list archive at Nabble.com.

[aspectj-users] AOP With Weblogic

2016-07-19 Thread Vivek
Hi, We have a need to measure API Execution time for an Application deployed on Weblogic 10.3.6 server. Need is to print a report as in following line in a log report: API org.foo.bar.createObject(String, List) took 20 ms to execute. .. .. I have done the similar implementation with AspectJ AOP