vote up 0 vote down star

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

flag
Java? C#? ALGOL 60? What? – skaffman Jul 13 at 10:31

1 Answer

vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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