up vote 0 down vote favorite
share [g+] share [fb]

i have an application with some timertask, connectionPools. I also developpe a classloader and sometime i need to clean the classloader. The problem is that the timer task is like a daemon with refere to a class. How can i cancel the timers from the timertask and how can i close connection pools without calling to the .remove() but using a general solution. Thanks

link|improve this question
Java? C#? ALGOL 60? What? – skaffman Jul 13 '09 at 10:31
feedback

1 Answer

Once you load a class via a classloader, there is no direct method to unload the class from that classloader.

Can you describe the question in more details?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.