Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » How to catch the program termination event?
How to catch the program termination event? [message #592599] Fri, 17 March 2006 16:23
Sunfire is currently offline SunfireFriend
Messages: 71
Registered: July 2009
Member
Hi,

How can I catch the program termination event? For a program containing a
main() method, I could possibly solve this by monitoring this method using
the call and after returning designators. But let's suppose we have a
program in binary form (like jar file), I may not know which method is the
entry point. Therefore, I would like to watch a join point upon the
termination of the program.

Thanks and have a great weekend,

-- SunnyDay
Previous Topic:How to catch the program termination event?
Next Topic:Help: how to get calling class for static methods?
Goto Forum:
  


Current Time: Thu Apr 25 23:09:56 GMT 2024

Powered by FUDForum. Page generated in 0.03888 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top