com.openexchange.admin.daemons
Class AdminDaemon.LocalServerFactory

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

public class AdminDaemon.LocalServerFactory
extends java.lang.Object
implements java.rmi.server.RMIServerSocketFactory


Constructor Summary
AdminDaemon.LocalServerFactory()
           
 
Method Summary
 java.net.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 java.net.ServerSocket createServerSocket(int port)
                                         throws java.io.IOException
Specified by:
createServerSocket in interface java.rmi.server.RMIServerSocketFactory
Throws:
java.io.IOException