|
| 1.15.2.15 | modified | rsigal | src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java | JBREM-820: Set sessionId on callback Client once in init(). |
| 1.30.2.15 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java | JBREM-807, JBREM-821: (1) cancel IdleTimerTask in cleanup(); (2) IdleTimerTask doesn't shut down ServerThreads in synchronized block. |
| 1.29.2.26 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/ServerThread.java | JBREM-807, JBREM-821: (1) Moved processNewSocket() from constructor and startup() to run(); (2) moved notifyAll() in run(); (3) moved body of shutdown() to evict(), so that shutdown() calls evict(); (4) removed unblock(). |
| 1.27.2.6 | modified | rsigal | src/main/org/jboss/remoting/transport/Connector.java | JBREM-800: Added logging to stop(). |
| 1.1.2.6 | modified | rsigal | src/tests/org/jboss/test/remoting/shutdown/ShutdownTestParent.java | JBREM-800: In testClosingClient(), give client more time to shut down. |
| 1.1.2.9 | modified | rsigal | src/tests/org/jboss/test/remoting/shutdown/AbstractClient.java | JBREM-800: Extended Thread.sleep() in final thread. |
| 1.1.2.3 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/socket/timeout/SocketPerInvocationTimeoutTestCase.java | JBREM-800: Removed second invocation in testNewSocketTimeout(), which is no longer necessary since ServerThreads close their sockets when they shut down. |