|
| 1.1.2.20 | modified | rsigal | src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java | JBREM-797: Added "running" variable to PingTimerTask. Also, synchronized with branch remoting_2_2_0_GA: JBREM-774: replaceControlSocket() and handleDisconnect() close control socket; JBREM-785: Declares a stack variable listenerId in transport(); JBREM-767: Network i/o moved from constructor to handleConnect(); JBREM-784: Added listenerIdToControlSocketsMap; JBREM-788: Synchronized access to static maps in handleDisconnect(); JBREM-767: handleDisconnect() wakes up any threads blocked in createSocket(); JBREM-766: Put wait() in a loop in handleConnect() and createSocket(). |
| 1.1.2.8 | modified | rsigal | src/main/org/jboss/remoting/transport/bisocket/Bisocket.java | JBREM-749: Synchronized with branch remoting_2_2_0_GA: added SECONDARY_BIND_PORT and SECONDARY_CONNECT_PORT. |
| 1.52.2.34 | modified | rsigal | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-781, JBREM-782, JBREM-783: Synchronized with branch remoting_2_2_0_GA: (1) Responds to "$GET_CLIENT_LOCAL_ADDRESS$" request; (2) in getCallbackHandler() calls ServerInvokerCallbackHandler.connect(); (3) added some logging to terminateLease(); . |
| 1.7.2.16 | modified | rsigal | src/main/org/jboss/remoting/MicroRemoteClientInvoker.java | JBREM-783: Synchronized with branch remoting_2_2_0_GA: reverted to version before changes made for JBREM-783. |
| 1.8.2.15 | modified | rsigal | src/main/org/jboss/remoting/LeasePinger.java | JBREM-783: Synchronized with branch remoting_2_2_0_GA: reverted to version before JBREM-783 changes. |
| 1.11.2.2 | modified | rsigal | src/main/org/jboss/remoting/Lease.java | JBREM-783: Synchronized with branch remoting_2_2_0_GA: added two log statements. |
| 1.15.2.14 | modified | rsigal | src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java | JBREM-782, JBREM-765: Synchronized with branch remoting_2_2_0_GA: (1) moved callbackClient.connect() from init() to connect(); (2) Checks for "callbackTimeout" configuration parameter. |
| 1.5.2.11 | modified | rsigal | src/main/org/jboss/remoting/callback/CallbackPoller.java | JBREM-641: Synchronizing with branch remoting_2_2_0_GA: (1) Doesn't log error message if running == false, and doesn't set running = true in BlockingPollerThread.run(); (2) in run() if running == false, call stop() before returning (for synchronized shutdown). |