ibis.rmi.server
Interface RMIClientSocketFactory

All Known Implementing Classes:
RMISocketFactory

public interface RMIClientSocketFactory

Ibis has no support for RMI socket factories.


Method Summary
 java.net.Socket createSocket(java.lang.String host, int port)
          Creates a socket connected to the specified port on the specified host.
 

Method Detail

createSocket

public java.net.Socket createSocket(java.lang.String host,
                                    int port)
                             throws java.io.IOException
Creates a socket connected to the specified port on the specified host.

Parameters:
port - the port number
host - the host name
Returns:
the socket
Throws:
IOException - if an I/O error occurs


The Ibis project