com.openexchange.admin.daemons
Class AdminDaemon.LocalServerFactory

java.lang.Object
  extended by com.openexchange.admin.daemons.AdminDaemon.LocalServerFactory
All Implemented Interfaces:
RMIServerSocketFactory
Enclosing class:
AdminDaemon

public class AdminDaemon.LocalServerFactory
extends Object
implements RMIServerSocketFactory


Constructor Summary
AdminDaemon.LocalServerFactory()
           
 
Method Summary
 ServerSocket createServerSocket(int port)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminDaemon.LocalServerFactory

public AdminDaemon.LocalServerFactory()
Method Detail

createServerSocket

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