|
| 1.1.4.1 | modified | starksm | common/src/main/org/jboss/net/sockets/TimeoutSocket.java | Get rid of all the jdk1.4 specific overrides |
| 1.1.4.1 | modified | starksm | common/src/main/org/jboss/net/sockets/InterruptableInputStream.java | Change the jdk1.4 specific SocketTimeoutException to the more general InterruptedIOException available in jdk1.3 |
| 1.165.2.177 | modified | starksm | testsuite/build.xml | Include org/jboss/test/jmx/invoker/BadListener.class in the rmic.includes patternset |
| 1.1.2.5 | modified | starksm | testsuite/src/main/org/jboss/test/jmx/test/JMXInvokerUnitTestCase.java | Update the invoker test to test the behavior of a remote listener that blocks in the jmx notification callback to test the ability of the server side service to function in the presence of bad clients. |
| 1.1.2.7 | modified | starksm | testsuite/src/main/org/jboss/test/jmx/invoker/InvokerTest.java | Update the invoker test to test the behavior of a remote listener that blocks in the jmx notification callback to test the ability of the server side service to function in the presence of bad clients. |
| 1.1.2.2 | modified | starksm | testsuite/src/main/org/jboss/test/jmx/invoker/Listener.java | Update the invoker test to test the behavior of a remote listener that blocks in the jmx notification callback to test the ability of the server side service to function in the presence of bad clients. |
| 1.3.2.5 | modified | starksm | jmx/src/main/org/jboss/mx/notification/AsynchNotificationBroadcasterSupport.java | Update to use the org.jboss.util.threadpool version of the thread pool and allow for instance specific notification completion timeout and thread pool. |
| 1.1.2.2 | modified | starksm | common/src/main/org/jboss/util/threadpool/BasicTaskWrapper.java | - Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum. |
| 1.1.2.7 | modified | starksm | common/src/main/org/jboss/util/threadpool/BasicThreadPool.java | - Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum. |
| 1.1.2.4 | modified | starksm | common/src/main/org/jboss/util/threadpool/BasicThreadPoolMBean.java | - Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum. |
| 1.1.2.2 | modified | starksm | common/src/main/org/jboss/util/threadpool/RunnableTaskWrapper.java | - Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum. |
| 1.1.2.2 | modified | starksm | common/src/main/org/jboss/util/threadpool/TaskWrapper.java | - Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum. |
| 1.1.2.3 | modified | starksm | common/src/main/org/jboss/util/threadpool/ThreadPool.java | - Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum. |