ibis.rmi.server
Interface RMIServerSocketFactory

All Known Implementing Classes:
RMISocketFactory

public interface RMIServerSocketFactory

Ibis has no support for RMI socket factories.


Method Summary
 java.net.ServerSocket createServerSocket(int port)
          Creates a server socket on the specified port.
 

Method Detail

createServerSocket

public java.net.ServerSocket createServerSocket(int port)
                                         throws java.io.IOException
Creates a server socket on the specified port.

Parameters:
port - the port number
Returns:
the server socket on the specified port
Throws:
IOException - if an I/O error occurs


The Ibis project