org.apache.geronimo.kernel.rmi
Class GeronimoRMIServerSocketFactory

java.lang.Object
  extended by org.apache.geronimo.kernel.rmi.GeronimoRMIServerSocketFactory
All Implemented Interfaces:
RMIServerSocketFactory

public class GeronimoRMIServerSocketFactory
extends Object
implements RMIServerSocketFactory


Constructor Summary
GeronimoRMIServerSocketFactory(String bindHost)
           
 
Method Summary
 ServerSocket createServerSocket(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeronimoRMIServerSocketFactory

public GeronimoRMIServerSocketFactory(String bindHost)
                               throws UnknownHostException
Throws:
UnknownHostException
Method Detail

createServerSocket

public ServerSocket createServerSocket(int port)
                                throws IOException
Specified by:
createServerSocket in interface RMIServerSocketFactory
Throws:
IOException


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.