com.openexchange.admin.tools.monitoring
Class CustomAddressServerSocketFactory

java.lang.Object
  extended by com.openexchange.admin.tools.monitoring.CustomAddressServerSocketFactory
All Implemented Interfaces:
java.rmi.server.RMIServerSocketFactory

public class CustomAddressServerSocketFactory
extends java.lang.Object
implements java.rmi.server.RMIServerSocketFactory

Author:
cutmasta

Constructor Summary
CustomAddressServerSocketFactory(java.net.InetAddress addr)
           
 
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

CustomAddressServerSocketFactory

public CustomAddressServerSocketFactory(java.net.InetAddress addr)
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