the connection id is passed with the EventListener interface methods for notifications but im wondering if there is any way i can as a thread what it's connection id is ...
i.e. FileTransferClient someConnection = new FileTransferClient();
String id = someConnection.getConnId();
thanks!