Author: ron.sigal(a)jboss.com
Date: 2008-03-17 23:22:11 -0400 (Mon, 17 Mar 2008)
New Revision: 3661
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SSLRMIServerInvoker.java
Log:
JBREM-933: Updated return type of getRMIClientSocketFactory().
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SSLRMIServerInvoker.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SSLRMIServerInvoker.java 2008-03-17
21:59:58 UTC (rev 3660)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SSLRMIServerInvoker.java 2008-03-18
03:22:11 UTC (rev 3661)
@@ -26,11 +26,11 @@
import org.jboss.remoting.Remoting;
import org.jboss.remoting.security.SSLSocketBuilder;
import org.jboss.remoting.transport.rmi.RMIServerInvoker;
+import org.jboss.remoting.transport.rmi.RemotingRMIClientSocketFactory;
import javax.net.ServerSocketFactory;
import javax.net.SocketFactory;
import java.io.IOException;
-import java.rmi.server.RMIClientSocketFactory;
import java.util.HashMap;
import java.util.Map;
@@ -55,7 +55,7 @@
super(locator, configuration);
}
- protected RMIClientSocketFactory getRMIClientSocketFactory(String ignored)
+ protected RemotingRMIClientSocketFactory getRMIClientSocketFactory(String ignored)
{
// Remove from config map any properties relating to keystore and truststore.
HashMap remoteConfig = new HashMap(configuration);
Show replies by date