org.jnp.test
Class TestJNPSockets.ClientSocketFactory

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

public static class TestJNPSockets.ClientSocketFactory
extends Object
implements RMIClientSocketFactory, Serializable

See Also:
Serialized Form

Constructor Summary
TestJNPSockets.ClientSocketFactory()
           
 
Method Summary
 Socket createSocket(String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJNPSockets.ClientSocketFactory

public TestJNPSockets.ClientSocketFactory()
Method Detail

createSocket

public Socket createSocket(String host,
                           int port)
                    throws IOException
Specified by:
createSocket in interface RMIClientSocketFactory
Throws:
IOException


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