API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. RMIServerSocketFactory View Source
Author(s)
Ann Wollrath
Peter Jones
Since
1.2
Version
1.12, 11/17/05
Serial
Hierarchy
 RMIServerSocketFactory
Subinterfaces
Description
public interface RMIServerSocketFactory
  An RMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls.
Methods
Hide/Show inherited methods
public ServerSocket createServerSocket (int port) throws IOException
  Create a server socket on the specified port (port 0 indicates an anonymous port).
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar