Posted By:
Finn_MacCool
Posted On:
Monday, August 30, 2004 10:51 PM
I'm editing a class and noticed this line...
while (i
< args.length)
{
new TibrvListener(Tibrv.defaultQueue(), this, transport, args[i], null);
}
Now I need to kill these TibrvListeners, but multiple are being created and it doesn't assign them to variables or anything. How can I get a reference to them so I can kill them?