I have a situation where I want to access threads in Waiting or Blocked state and destroy their connections to an external Server. Is this possible without making a global variable that stores those connections? Can I access those connection objects from another Thread in Java?I have a situation where I want to access threa