org.jnp.test
Class TestJNPSockets.ServerSocketFactory

java.lang.Object
  extended by org.jnp.test.TestJNPSockets.ServerSocketFactory
All Implemented Interfaces:
Serializable, RMIServerSocketFactory
Enclosing class:
TestJNPSockets

public static class TestJNPSockets.ServerSocketFactory
extends Object
implements RMIServerSocketFactory, Serializable

See Also:
Serialized Form

Constructor Summary
TestJNPSockets.ServerSocketFactory()
           
 
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

TestJNPSockets.ServerSocketFactory

public TestJNPSockets.ServerSocketFactory()
Method Detail

createServerSocket

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.