|
| 1.4 | modified | rsigal | src/main/org/jboss/remoting/callback/CallbackPoller.java | JBREM-610: All callbacks are delivered on the same thread. |
| 1.10 | modified | rsigal | src/tests/org/jboss/test/remoting/callback/pull/memory/callbackstore/CallbackTestClient.java | JBREM-609: Refactored creation of InvokerLocator to allow subclassing. |
| 1.7 | modified | rsigal | src/tests/org/jboss/test/remoting/callback/pull/memory/callbackstore/CallbackTestServer.java | JBREM-609: Refactored creation of InvokerLocator to allow subclassing. |
| 1.6 | modified | rsigal | src/main/org/jboss/remoting/callback/CallbackStore.java | JBREM-609: Gets serialization type from configuration map and constructs appropriate object streams. |
| 1.14 | modified | rsigal | src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java | JBREM-605: (1) Moved call to checkForPullPostprocessListener() to before callback is persisted. (2) Removed unused method checkForPushPostprocessListener(). |
| 1.3 | modified | rsigal | src/main/org/jboss/remoting/samples/detection/jndi/SimpleDetectorServer.java | JBREM-581, JBREM-603: (1) Added overridable getConfiguration() method which returns configuration map to be passed to Connector and JNDIDetector. (2) Refactored main() to facilitate subclassing. |
| 1.3 | modified | rsigal | src/main/org/jboss/remoting/samples/detection/jndi/SimpleDetectorClient.java | JBREM-581, JBREM-603: Added overridable getConfiguration() method which returns configuration map to be passed to Client and JNDIDetector. |
| 1.13 | modified | rsigal | src/main/org/jboss/remoting/ConnectionValidator.java | JBREM-581, JBREM-603: checkConnection() creates a new configuration map instead of added parameters to the map passed as a parameter. |
| 1.14 | modified | rsigal | src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java | JBREM-581, JBREM-603: Added constructor that gets configuration map parameter. |
| 1.27 | modified | rsigal | src/main/org/jboss/remoting/detection/AbstractDetector.java | JBREM-580, JBREM-581, JBREM-603: (1) Added configuration map to be passed to passed to ConnectionValidator. (2) Backed out SSL transport test. |
| 1.1 | added | rsigal | src/tests/org/jboss/test/remoting/detection/jndi/RestartTestCase.java | JBREM-581, JBREM-603: Added new JNDIDetector test, and derived from it a unit test for SSL transports. |
| 1.1 | added | rsigal | src/tests/org/jboss/test/remoting/detection/jndi/RestartTestClient.java | JBREM-581, JBREM-603: Added new JNDIDetector test, and derived from it a unit test for SSL transports. |
| 1.1 | added | rsigal | src/tests/org/jboss/test/remoting/detection/jndi/RestartTestServer.java | JBREM-581, JBREM-603: Added new JNDIDetector test, and derived from it a unit test for SSL transports. |